MATH MAGIC
- Naween Raaj

- Aug 6, 2017
- 1 min read
SQUARE ANY TWO DIGITS NUMBER.
Rule: Square the tens digit and affix the square of the units digit to the result. If the square of the units digit is less than 10, precede it with a zero before affixing it to the square of the tens digit. Double the product of the digits of the given number. Add the units digit of this product to the tens digit of the previous number and add the tens digit of the product to the hundreds digit of the previous number. Example: Square 63. Square the tens digit. 6 X 6 = 36 Square the units digit. 3 x 3 = 9 Precede this with a zero, since it is less than 10, and affix it to the result above. 3,609 Double the product of the digits. (6 x 3) x 2 = 36 Add the units digit, 6, to the tens digit of 3,609 and add the tens digit, 3, to the hundreds digit of this number. Thus the complete answer is 3969.





Comments