Squaring Numbers ending in 4
To square the numbers ending in 4 like 14, 24,34, 44..upto 94. there is an easy method let me explain with an example.
1st example 142
step 1 : Split the 2 digits of the number and square each digit to make the ones' place and 100th place respectively of the square
12=1
42=16
step 2 : multiply the tens digit of the number to be squared to 8 and it will be the tens digit of the square
here 1x8 =8
1 16
8
---------
196
---------
so the square of 14 is 196.
2nd example 442
step 1 : Split the 2 digits of the number and square each digit to make the ones' place and 100th place respectively of the square
42=16
42=16
step 2 : multiply the tens digit of the number to be squared to 8 and it will be the tens digit of the square
here 4x8 =32
1616
32
-------------
1936
-------------
so 442=1936
No comments:
Post a Comment