Squares Can Be Computed Squentially
In case A is a successor of a number with a known square, you find A⊃ by adding to the latter itself and then A. For example,
111² | = 110² + 110 + 111 |
= 12100 + 221 | |
= 12321. |
Why does this work?
If A = a + 1, then A² = (a + 1)² = a² + a + (a + 1).
Another example. Let A = 46. Then a = 45. It's easy to find
|Contact| |Front page| |Contents| |Algebra| |Math magic|
Copyright © 1996-2018 Alexander Bogomolny
72205295