Skip to main content

Square of the number

     This article is used to find out the square of  a number in a short period of time compare to normal maths. It increase the speed of your calculations. The answer obtained by multiplying a number by itself is the square of that number.

Example :- 6×6= 36 which is the square of 6.

                        8×8= 64 which is the square of 8.

    

1. Square of numbers ending in 5 :-

Example 1-:

352 =  ?

Step 1:-Multiply the first part by the first part plus 1:

3×(3+1) =3×4 =12

Step 2:-Write the number 25 next to the result from step 1:

352 = 12_25 = 1225

Example 2-: (in 3 digits)

1252 =  ?

Step 1:-Multiply the first part by the first part plus 1:

12×(12+1) =12×13 =156

Step 2:-Write the number 25 next to the result from step 1:

1252 = 156_25 = 15625

Example 3-: (in decimal numbers)

9.52 =   ?

Step 1:-Multiply the first part by the first part plus 1:

9×(9+1) =9×10 =90

Step 2:-Write the number 25 next to the result from step 1:

9.52 = 90_25 = 90.25

Note :- Last digit 5 is the 2nd part and rest number is 1st part.

 

2.     The second method of doing squares is from this formula. Formula means by adding and subtracting. A square of one more or one less of a number (with unit digit zero) can be easily extracted by this method. In the same way, the square of a number can be known or can be easily known. Square of one less or one more of that number will also be found by this method.

Example 1 :- Help of 402=1600, We find square of 39 and 41.

392 = 402-40-39=1600-79=1521

412 = 402+40+41=1600+81=1681

Example 2 :- Help of 452=2025, We find square of 44 and 46.

442 = 452 -45-44 = 2025-89 = 1936

462 = 452+45+46 = 2025+91 = 2116

Example 3 :- Help of 4002=160000, We find square of 399 and 401.

3992 = 4002-400-399 =160000-799 = 159201

4012 = 4002+400+401 = 160000+801 = 160801

 

3.     Squaring number near base :-

When number is more than base

Example 1-:

1072 =  ?

Step 1 :- Find the difference between given number and base

Difference = 107-100=7

Step 2 :- Now add given number and difference

107+7=114

Step 3 :- Find the square of difference

72=49

Step 4 :- Write the result of step 3, next to the result from step 2:

107= 114_49 =11449

 

Example 2-:

1122 =  ?

Step 1 :- Find the difference between given number and base

Difference = 112-100=12

Step 2 :- Now add given number and difference

112+12=124

Step 3 :- Find the square of difference

122=144

Step 4 :- Write the result of step 3, next to the result from step 2:

1122= 124_144 =124+1_44=12544 (because base have 2 zeros)

 

Example 3-:

10112 =  ?

Step 1 :- Find the difference between given number and base

Difference = 1011-1000=11

Step 2 :- now add given number and difference

1011+11=1022

Step 3 :- Find the square of difference

112=121

Step 4 :- Write the result of step 3, next to the result from step 2:

10112= 1022_121 =1022121

When number is less than base

Example 4-:

972 =  ?

Step 1 :- Find the difference between given number and base

Difference = 100-97=3

Step 2 :- now subtract difference from given number

97-3=94

Step 3 :- Find the square of difference

32=09

Step 4 :- Write the result of step 3, next to the result from step 2:

972= 94_09 =9409

Note: 10,100,1000,10000 etc. are called base.


4.     This forth method is commonly used for squares of two-digit numbers. Before learning this, the student needs good practice of multiplication and division.

Formula : (a+b)2 = a2+2×a×b+b2

Let first digit = a , and second digit = b

Example 1 :- 492

1st part            2nd part            3rd part

   42                  2×4×9                  92

   16                   72                       81

   16                   72                      81

   16                 80(72+8)              1

   16                   80                        1

  24(16+8)           0                        1

    492 = 2401  is Answer



Comments

Popular posts from this blog

Complement of a Number

Subtraction of Binary Numbers  ;  Octal and Hexadecimal Number  ;  Convert Decimal to Binary Complements Complements are used in digital computers for simplifying the subtraction operation and for logical manipulations. There are two types of complements for each base-r system: (1) the r’s complement and (2) the (r-1)’s complement. When the value of the base is substituted, the two types receive the names 2’s and 1’s complement for binary numbers,  10’s and 9’s complement for decimal numbers. The r’s Complement Given a positive number N in base r with an integer part of n digits, the r’s complement of N is defined as r n   - N for N is not equal to 0 and 0 for N = 0. The following numerical example will help clarify the definition. The 10’s complement of (52520) 10 is 10 5 – 52520 = 47480 The number of digits in the number is n= 5 The 10’s complement of (0.3267) 10 is 1 – 0.3267 = 0.6733 No integer part, so 10 n = 10 0 = 1 The 10’s...

mathematics skills

Are you ready to give your mathematics skills a boost? These simple math tricks can help you perform calculations more quickly and easily. They also come in handy if you want to impress your teacher, parents, or friends. 01 The Answer Is 2 Think of a number. Multiply it by 3. Add 6. Divide this number by 3. Subtract the number from Step 1 from the answer in Step 4. The answer is 2. Same Three-Digit Number Think of any three-digit number in which each of the digits is the same. Examples include 333, 666, 777, and 999. Add up the digits. Divide  the three-digit number by the answer in Step 2. The answer is 37. Six Digits Become Three Take any three-digit number and write it twice to make a six-digit number. Examples include 371371 or 552552. Divide the number by 7. Divide it by 11. Divide it by 13. The order in which you do the division is unimportant! The answer is the three-digit number. Examples: 371371 gives you 371 or 552552 gives you 552. A related trick is to take any three-di...

Types of Number System

Different Number Systems – There are some different Number System with correspondence base. Which will describe as follows-   Number System  Base  Representation  Binary Number System      2  (Number) 2  Decimal Number System      10  (Number) 10  Octal Number System      8  (Number) 8  Hexadecimal Number System     16   (Number) 16 Note : Any number can be in decimal form. So there is an another way to solve them quickly. Let’s understand with an example. Ex 1. (4064.10) 10   Sol. This Number can also be written as (4*10 3 ) + (0*10 2 ) + (6*10 1 ) + (4*10 0 ) + (1*10 -1 ) + (0*10 -2 ) Note that after decimal digits we will use decreasing power of 10 from left to right. Ex 2.   (1101.01) 2        Sol. This Number can also be written as (1*2 3 ) + (1*2 2 ) + (0*2 1 ) + (1*2 0 ) + (0*2 -1 ) + (0*2 -2 ) Exercise: From Ques...