Find the
squares of same numbers as fast as it can be done. Time is limited, so we
need to utilize it.
Lets’ take a look:
(11)2 = 121.
The square of 11 is known to everyone.
But what if the number of digits of 1 increases like 111 or 1111 or 11111? No
problem. Here are examples and solutions on the squares of 111 or squares of
1111 or squares of 11111.
(111)2 = 12321 , (1111)2 =
1234321 , (11111)2 =
123454321
Here are some other example on the
Squares of 22 or Squares of 222 and so on.
(22)2 = {2*(11)}2 =
4*(11)2 = 4*(121) = 484 ;
(222)2 = {2*(111)}2 =
4*(111)2 = 4*(12321) = 49284
For
more tricks visit: https://academiablogs.blogspot.in/