If you forgot an entry.
Say, you want a square of 13. Do this: add 3 (the last digit) to 13 (the number to be squared) to get 16 = 13 + 3. Square the last digit: 3² = 9. Append the result to the sum: 169.
As another example, find 14². First, as before, add the last digit (4) to the number itself (14) to get 18 = 14 + 4. Next, again as before, square the last digit: 4² = 16. You'd like to append the result (16) to the sum (18) getting 1816 which is clearly too large, for, say, 14 < 20 so that 14² < 20² = 400. What you have to do is append 6 and carry 1 to the previous digit (8) making 14² = 196.
More examples and explanation
Squares of numbers from 26 through 50.
Let A be such a number. Subtract 25 from A to get x. Subtract x from 25 to get, say, a. Then
A² = a² + 100x. For example, if A = 26, then x = 1 and a = 24. Hence
More examples and explanation
Squares of numbers from 51 through 99.
If A is between 50 and 100, then A = 50 + x. Compute a = 50 - x. Then A² = a² + 200x. For example,
| | 63² = 37² + 200·13 = 1369 + 2600 = 3969. |
More examples and explanation