16 April 2014

Calculating Square of Numbers Quickly

Step 1: Remember the Square from 1 to 10.

1--->1
2--->4
3--->9
4--->16
5--->25
6--->36
7--->49
8--->64
9--->81
10--->100

Now for next numbers follow this approach:

To calculate square 11 to 19
Consider we want to calculate square of 12.
1. Add unit digit to number in this case – 12+2 = 14.(AB)
2. Write square of unit digit in this case it is 4.(C)
3. Write digits ABC as answer, so the answer is 144.

Point to remember answer will always be of three digits.

Consider number 17 (in which 7 square is 49 i..e of two digits)
1. Add unit digit in this case to number in this case – 17 + 7 = 24(AB).
2. Write square of unit digit in this case it is 49.(C)
3. So while writing answer you should add 4 from 49 to 4 from 24.
4. So answer will be 289.

The whole above calculation is possible because base is 10.
Now consider 21 to 29
Now base is 20.

Consider number : 23
1. Add unit digit to number = 23+3 = 26
2. Now double this number = 52 (AB) (we are doubling this number because the base is 10 *2 ==20)
3. Now square the unit digit which is 9.(C)
4. So write answer as ABC – 529.

Consider one more number 27.(Asked in one of the comment)
1. Add unit digit 27+7 = 34
2. Now double this number : 68(AB)
3. Now square unit digit : 49.(C)
4. Now add 4 of 49 to 8 of 68. 729
5. So 729 will be the answer.

Easy Way to Calculate the square of 30 to 80:
square of 50 =2500
If you want to find the square of 49
Step1: The difference between number and 50 = 1
Step2: Reduce the difference from 25, you will get 24 here
Step3: Square the difference and write in front of Step 2.
Step1: 50-49=1
Step2: 25-1=24
Step3: Square (1) =1
Step4:2401 is the answer.

Example 2: Square (48)
Step1:50-48 = 2
Step2: 25-2=23
Step3: Square (2) = 4
Step4:2304 is the answer.

To consider a number more than 50
In Step 1 you need to subtract 50 from the number you want to square. In Step 2 you need to add.
Square ( 51)
Step1: 51-50=1
Step2: 25+1=26
Step3: Square (1) =1
Step4:2601 is the answer.

Square of number between 76 to 100:

Let the number be MN and square of MN be XXYY.

Step I : YY = MN - Difference between the MN and 100.
Step II: XX = (Difference between the MN and 100)^2

Example:
(a) 96^2 = ?
Difference between 96 and 100 = 04
Step I: YY = 96 - 04 = 92
Step II: XX = (04)^2 = 16
So, 96^2 = 9216
(b) 82 ^ 2 = ?
Difference between 82 and 100 = 18
Step I: YY = 82 - 18 = 64
Step II: XX = (18)^2 =324
So, 82^2 = 6 (4 + 3)24 = 6724

Step 1: Remember the Square from 1 to 10.

1--->1
2--->4
3--->9
4--->16
5--->25
6--->36
7--->49
8--->64
9--->81
10--->100

Now for next numbers follow this approach:

To calculate square 11 to 19
Consider we want to calculate square of 12.
1. Add unit digit to number in this case – 12+2 = 14.(AB)
2. Write square of unit digit in this case it is 4.(C)
3. Write digits ABC as answer, so the answer is 144.

Point to remember answer will always be of three digits.

Consider number 17 (in which 7 square is 49 i..e of two digits)
1. Add unit digit in this case to number in this case – 17 + 7 = 24(AB).
2. Write square of unit digit in this case it is 49.(C)
3. So while writing answer you should add 4 from 49 to 4 from 24.
4. So answer will be 289.

The whole above calculation is possible because base is 10.
Now consider 21 to 29
Now base is 20.

Consider number : 23
1. Add unit digit to number = 23+3 = 26
2. Now double this number = 52 (AB) (we are doubling this number because the base is 10 *2 ==20)
3. Now square the unit digit which is 9.(C)
4. So write answer as ABC – 529.

Consider one more number 27.(Asked in one of the comment)
1. Add unit digit 27+7 = 34
2. Now double this number : 68(AB)
3. Now square unit digit : 49.(C)
4. Now add 4 of 49 to 8 of 68. 729
5. So 729 will be the answer.

Easy Way to Calculate the square of 30 to 80:
square of 50 =2500
If you want to find the square of 49
Step1: The difference between number and 50 = 1
Step2: Reduce the difference from 25, you will get 24 here
Step3: Square the difference and write in front of Step 2.
Step1: 50-49=1
Step2: 25-1=24
Step3: Square (1) =1
Step4:2401 is the answer.

Example 2: Square (48)
Step1:50-48 = 2
Step2: 25-2=23
Step3: Square (2) = 4
Step4:2304 is the answer.

To consider a number more than 50
In Step 1 you need to subtract 50 from the number you want to square. In Step 2 you need to add.
Square ( 51)
Step1: 51-50=1
Step2: 25+1=26
Step3: Square (1) =1
Step4:2601 is the answer.

Square of number between 76 to 100:

Let the number be MN and square of MN be XXYY.

Step I : YY = MN - Difference between the MN and 100.
Step II: XX = (Difference between the MN and 100)^2

Example:
(a) 96^2 = ?
Difference between 96 and 100 = 04
Step I: YY = 96 - 04 = 92
Step II: XX = (04)^2 = 16
So, 96^2 = 9216
(b) 82 ^ 2 = ?
Difference between 82 and 100 = 18
Step I: YY = 82 - 18 = 64
Step II: XX = (18)^2 =324
So, 82^2 = 6 (4 + 3)24 = 6724

No comments:

Post a Comment