Wednesday, 14 November 2018

Easy Multiplication of Numbers

Multiply by 5: Multiply by 10 and divide by 2.
Multiply by 6: Sometimes multiplying by 3 and then 2 is easy.
Multiply by 9: Multiply by 10 and subtract the original number.
Multiply by 12: Multiply by 10 and add twice the original number.
Multiply by 13: Multiply by 3 and add 10 times original number.
Multiply by 14: Multiply by 7 and then multiply by 2
Multiply by 15: Multiply by 10 and add 5 times the original number, as above.
Multiply by 16: You can double four times, if you want to. Or you can multiply by 8 and then by 2.
Multiply by 17: Multiply by 7 and add 10 times original number.
Multiply by 18: Multiply by 20 and subtract twice the original number (which is obvious from the first step).
Multiply by 19: Multiply by 20 and subtract the original number.
Multiply by 24: Multiply by 8 and then multiply by 3.
Multiply by 27: Multiply by 30 and subtract 3 times the original number (which is obvious from the first step).
Multiply by 45: Multiply by 50 and subtract 5 times the original number (which is obvious from the first step).
Multiply by 90: Multiply by 9 (as above) and put a zero on the right.
Multiply by 98: Multiply by 100 and subtract twice the original number.
Multiply by 99: Multiply by 100 and subtract the original number.

Tuesday, 13 November 2018

Easy multiplication by 11

There are a number of simple techniques that can be used when multiplying by certain numbers. They are very useful in their own right but can be even more useful when combined with other techniques where they can facilitate the solution of more difficult problems.

Multiplying by 11

To multiply any number by 11 do the following:
Working from right to left
  1. Write the rightmost digit of the starting number down.
  2. Add each pair of digits and write the results down, (carrying digits where necessary right to left).
  3. Finally write down the left most digit (adding any final carry if necessary).
It's as simple as that, e.g.
  • Multiply 712x11

  
    
      
        
          
            
              
              
                7
              
              
              
                1
              
              
              
                2
              
            
            
              
              
                ↙↘
              
              
                +
              
              
                ↙↘
              
              
                +
              
              
                ↙↘
              
            
            
              
                7
              
              
              
                8
              
              
              
                3
              
              
              
                2
              
            
          
        
      
    
    {\displaystyle {\begin{matrix}&7&&1&&2\\&\swarrow \searrow &+&\swarrow \searrow &+&\swarrow \searrow \\7&&8&&3&&2\end{matrix}}}
  

712x11=7832

The reason for working from right to left instead of the more usual left to right is so any carries can be added in. e.g.
  • Multiply 8738x11

  
    
      
        
          
            
              
              
                8
              
              
              
                7
              
              
              
                3
              
              
              
                8
              
            
            
              
              
                ↙↘
              
              
                +
              
              
                ↙↘
              
              
                +
              
              
                ↙↘
              
              
                +
              
              
                ↙↘
              
            
            
              
                9
              
              
                
                  
                  
                    1
                  
                
              
              
                6
              
              
                
                  
                  
                    1
                  
                
              
              
                1
              
              
                
                  
                  
                    1
                  
                
              
              
                1
              
              
              
                8
              
            
          
        
      
    
    {\displaystyle {\begin{matrix}&8&&7&&3&&8\\&\swarrow \searrow &+&\swarrow \searrow &+&\swarrow \searrow &+&\swarrow \searrow \\9&\leftarrow _{1}&6&\leftarrow _{1}&1&\leftarrow _{1}&1&&8\end{matrix}}}
  


8738x11=96118