Skip to main content

Multiplication Trick 6



1. Condition :  This trick is used when we multiply quickly two numbers near  a  multiple of a power of 10.
Example.  211×209, 189×191



Illustration 1 :     207×211

Numbers       Working Base
       Difference    
 207                    2×100                 +7 
 211                    2×100                 +11 
 Solution: 
1st part / 2nd part(2 digits)
                   
[Number of digits in the 2nd part = Number of 0s in the base]
                          
2×(207+11) / 7×11(2 digits)
      2×218     /    77
         436       /    77
 Answer is   43677

Note: 1st part can either be 207+11 or 211+7 



Illustration 2 :     191×187

Numbers       Working Base
       Difference    
 191                    2×100                 -9 
 187                    2×100                 -13 
 Solution: 
1st part / 2nd part(2 digits)
                   
[Number of digits in the 2nd part = Number of 0s in the base]
                          
2×(191-13)    /  9×13(2 digits)
    2×178         /    117
       356          /   117
 356+1(carry)/     17
       357          /    17
 Answer is  35717


Note: 1st part can either be 191-13 or 187-9



Illustration 3 :     2018×2012

Numbers       Working Base
       Difference    
 2018                    2×1000                 +18 
 2012                    2×1000                 +12 
 Solution: 
1st part / 2nd part(2 digits)
                 
[Number of digits in the 2nd part = Number of 0s in the base]
                          
2×(2018+1218×12(3 digits)
      2×2030     /     216
         4060       /     216
 Answer is   4060216

Note: 1st part can either be 2018+12 or 2012+18 


Try Now :
1.  205
×209
2.  302
×303
3.  2014
×2016
4.  2025
×2050
5.  40063
×40003





  

Comments

Popular posts from this blog

WORLD  HERITAGE  SITES IN  INDIA PART- 1  Why did UNESCO start the World Heritage Centre? The UNESCO World Heritage Centre was born by merging two separate movements. The first was a movement for the preservation of cultural sites. The second was a movement that dealt with the conservation of nature. The ball for the first movement was set rolling with the decision to build the Aswan High Dam in Egypt. This dam would have flooded the valley in which one of the treasures of ancient Egypt- the Abu Simbel temple- wsa located. In 1959 UNESCO launched a campaign to safeguard these temples. It was a joint effort of 50 countries, and it led to many other similar projects to safeguard rare treasures. It was the United States that led the movement to combine the conservation of natural wonders along with cultural sites.  World Heritage Fund- If 1972, the World Heritage Fund was created. Its aim is to assist nations in identifying, preserving, and promoting World Heritage...

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-: 35 2 =   ? 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: 35 2 = 12_25 = 1225 Example 2-: (in 3 digits) 125 2 =   ? 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: 125 2 = 156_25 = 15625 Example 3-: (in decimal numbers) 9.5 2 =     ? Step 1:- M...

Multiplication Trick 5

1. Condition :   This trick is used when we multiply quickly three numbers near  a  same power of 10. Example.  103 × 112 × 108   Illustration 1 :      107 × 102 × 105 Numbers       Base         Difference      107               100        +7 (let a=7)  102               100        +2 (let b=2)  105               100        +5 (let c=5) Solution:  1st part /   2nd part  /  3rd part                        (Number of digits in the 2nd and 3nd part =Number of 0s in the base)                            formula: 107+b+c...