Mathematical trick: multiply by powers of 2

Wednesday, January 13, 2010

Students who follow courses in electronics and systems know that it is essential to know the binary system and as a result quickly calculate the powers of 2 of a number. As repeatedly explained below, the lecture method, with a little 'training will make you fast in mental calculation.
To multiply a number by 2, 4, 8, 16, 32 or any other power of 2 is sufficient to double the product as many times as is necessary for instance if you want to multiply a number by 16 is sufficient to recall that 16 is the product of 4 x 4 or in another form:

16 = 2 x 2 x 2 x 2

Let's see some examples

Example 1

We make the product 18 x 16 in

18 x 2 = 36
36 x 2 = 72
72 x 2 = 144
144 x 2 = 288

Example 2

Execute the product of 27 x 8

27 x 2 = 54
54 x 2 = 108
108 x 2 = 216

Example 3

Execute the product of 63 x 8

63 x 2 = 126
126 x 2 = 252
252 x 2 = 504

Mathematical trick: multiply a number by 5, 25 or 125

Multiply by 5

Multiplying a number by 5 and multiply it by like 10 and then divide by 2.

Remember that (obvious but better remembered) that multiplying a number by 10 means add one zero to the bottom of the number.

16 × 5 = (16 × 10) / 2 = 160 / 2 = 80

Another example:

82 × 5 = (82 × 10) / 2 = 820 / 2 = 410

Again

6840 × 5 = 68400 / 2 = 34200

Multiply by 25

Multiplying a number by 25 you multiply the number by 100 (remember that you must add two zeros to the bottom number) and then divide by 4 (derived from 100 = 25 × 4).

Remember, divide by 4 and divide two to say this because 2 times for 2 × 2 = 4

84 × 25 = 8400 / 4 = 4200 / 2 = 2100

38 × 25 = 3800 / 4 = 1900 / 2 = 950

Multiply by 125

The same method, multiply by 125 means to multiply the number by 1000 and divide by 8 (derived from 1000 = 125 × 8).

Note that 8 × 2x2 = 2 and multiply by 1000 means add 3 zeros at the end of the number.

24 × 125 = 24000 / 8 = 12000 / 4 = 6000 / 2 = 3000

58 × 125 = 58000 / 8 = 29000 / 4 = 14500 / 2 = 7250

Mathematical trick: multiply by 11

To multiply a number by 11 and add enough pairs of numbers from right within the given number except the numbers on the edges that should be repeated.

For example:

consider the following product: 324 x 11

* From the right type 4 (the last number to the right of 324) first digit of the product;
* Try the sum 4 +2 = 6 (the sum of 1 'and 2' figure), you get the second digit of the product;
* Try the sum 3 +2 = 5 (the sum of the 2 'and 3' figure), you get the second digit of the product;
* Repeat 3, last number of the product.

Summing up (*):

(3) (3 +2) (4 +2) (4) = 3564

(*) Groups are not intended parentheses multiplied together

Now let's see what happens when the sum of two numbers exceeds the internal ten.

Consider the product:

967 x 11

* Begin to write from right to left, the first digit of the product is the 7;
* Sum 6 +7 = 13 write 3 (2 'figure of the product) and over 1;
9 +6 = 15 * sum added to the carryover of the amount above 15: 15 +1 = 16 writing 6 with carryover of 1;
* Last figure 9 we add the carry of the sum above 9 +1 = 10 which is the last digit of the product;

and therefore:

967 x 11 = 10637

Simple right?
With a little 'training can become very fast and impress your classmates :-)

Mathematical trick: multiply a number by 9, 99 or 999

Very often I hear from students' math is one thing to genes and the affirmation that I hate more: "I am not inclined towards mathematics, but only for matters literary" I'm thinking that if a student says this is because believe someone has done this. In my opinion we are all potentially good at mathematics and literature.

Use the brain may be faster than using a calculator just to do some 'training and use some trick.

Here's the rule for multiplying a number by 9, 99 or 999

Multiplying a number by 9 means multiply by 10-1

Therefore, 9 × 9 and how to say 9x (10-1) from which 9 × 10-9 to 90-9 in 81 words

Here's another example: 78 × 9 = 780-78 = 702

To multiply a number by 99 to multiply the number 100-1

Therefore, 54 × 99 = 54x (100-1) = 5400-54 = 5346.

Multiply by 999 using the same method used for 9 and 99

42 × 999 = 42x (1000-1) = 42000-42 = 41958

Dividing by 14

Tuesday, January 12, 2010

Dividing by 13

  1. Find m, such that m is the (preferably) smallest multiple of p that ends in either 1 or 9.
  2. Delete the last digit and add (if multiple ends in 9) or subtract (if it ends in 1) the deleted digit times the integer nearest to m/10. For example, if m = 91, the integer closest to 91/10 = 9.1 is 9; and for 3.9, it's 4.
  3. Verify if the result is a multiple of p. Use this process until it's obvious.
Example 1: Let's see if 14281581 is a multiple of 17.
In this case, m = 51 (which is 17×3), so we'll be deleting the last number and subtracting it fivefold.

1428158 - 5×1 = 1428153
142815 - 5×3 = 142800
14280 - 5×0 = 14280
1428 - 5×0 = 1428
142 - 5×8 = 102
10 - 5×2 = 0, which is a multiple of 17, so 14281581 is multiple of 17.
Example 2: Let's see if 7183186 is a multiple of 46.
First, note that 46 is not a prime number, and its factorization is 2×23. So, 7183186 needs to be divisible by both 2 and 23. Since it's an even number, it's obviously divisible by 2.
So let's verify that it is a multiple of 23:

m = 3×23 = 69, which means we'll be adding the deleted digit sevenfold.
718318 + 7×6 = 718360
71836 + 7×0 = 71836
7183 + 7×6 = 7225
722 + 7×5 = 757
75 + 7×7 = 124
12 + 7×4 = 40
4 + 7×0 = 4 (not divisible by 23), so 7183186 is not divisible by 46.
Note that you could've stopped calculating whenever you find the result to be obvious (i.e., you don't need to do it until the end). For example, in example 1 if you recognize 102 as divisible by 17, you don't need to continue (likewise, if you recognized 40 as not divisible by 23).
The idea behind this method it that you're either subtracting m×(last digit) and then dividing by 10, or adding m×(last digit) and then dividing by 10.



Dividing by 11-2

Any number written in our decimal system is made 
up of powers of 10. For example, 

   65,321 = 6(10^4) + 5(10^3)+3(10^2) + 2(10)+1. 

Now if you are interested in knowing whether 65,321 is a multiple of 5 
(that is, is exactly divisible by 5), you can tell just by looking 
at the last digit. That's because 10^4, 10^3, 10^2, and 10 are all 
divisible by 5, so the last digit on the end gets to cast the deciding 
vote.

Deciding whether 65,321 is a multiple of 3 is a little harder, since 
no power of 10 is a multiple of 3.  But 

         10 =  9   + 1 and
        100 = 99   + 1 and 
       1000 = 999  + 1 etc.

So if you had 65,321,

     65,321 = 6(10^4) + 5(10^3)+3(10^2) + 2(10)+1

you could rewrite this as

     65,321 = 6(9999+1) + 5(999+1) + 3(99+1) + 2(9+1)+1
            = 6(9999) + 5(999) + 3(99) + 2(9) + (6+5+3+2+1)

The first part is divisible by 3 so 65,321 is a multiple of 3 if the 
sum of its digits 6+5+3+2+1 is divisible by 3.

Now we are ready for 11.

Eleven is a little more complicated, but look at this neat pattern:

99                is a multiple of 11
9999              is a multiple of 11
999999            is a multiple of 11
...
any even number of 9's makes a multiple of 11.

If you look at how we wrote 
   
     65,321 = 6(9999+1) + 5(999+1) + 3(99+1) + 2(9+1) + 1

you can see that every other term contains a number that is a multiple 
of 11.  Unfortunately, numbers with an odd number of 9's are not 
divisible by 11.

But look at this pattern for these numbers:

10 = 10^1       = 11 - 1
1000 = 10^3     = 1001 - 1
100000 = 10^5   = 100001 - 1
10000000 = 10^7 = 10000001 - 1

and each of these numbers: 11, 1001, 100001, 10000001, ... is a 
multiple of 11. (Check it out by long division . . . it's worthwhile 
looking at the pattern you get when you divide 1 00 00 00 00 00 1 by 
11!)

Back to the example of 65,321.

    65,321 = 6(9999+1) + 5(1001 - 1) + 3(99+1) + 2(11-1) + 1

           = 6(9999) + 6 + 5(1001) - 5 + 3(99) + 3 + 2(11) - 2 + 1

All the terms with parentheses are multiples of 11. So 65,321 will 
be divisible by 11 if the remaining numbers are a multiple of 11. 
That is,
              6 - 5 + 3 - 2 + 1

Just the numbers you spoke about in your letter.

In general, the numbers in the odd positions are part of the "multiple 
of 999...999 + 1" and so are added to the total. The numbers in the 
even positions are part of the multples of "1000...0001 - 1" and so 
get subtracted.

The final test is to look at this alternating sum and difference of 
digits. But the result does not have to be 0 in order to be a multiple 
of 11...ANY multiple of 11 will do. For example,  

         8030209 gives 8 + 3 + 2 + 9 = 22.  

Since 22 is a multiple of 11, so is 8,030,209.

Dividing by 11



    Let's look at 352, which is divisible by 11; the answer is 32. 3+2 is 5; another way to say this is that 35 -2 is 33. Now look at 3531, which is also divisible by 11. It is not a coincidence that 353-1 is 352 and 11 × 321 is 3531. Here is a generalization of this system. Let's look at the number 94186565. First we want to find whether it is divisible by 11, but on the way we are going to save the numbers that we use: in every step we will subtract the last digit from the other digits, then save the subtracted amount in order. Start with
    9418656 - 5 = 9418651     SAVE 5
         Then 941865  - 1 = 941864      SAVE 1
         Then 94186   - 4 = 94182       SAVE 4
         Then 9418    - 2 = 9416        SAVE 2
         Then 941     - 6 = 935         SAVE 6
         Then 93      - 5 = 88          SAVE 5
         Then 8       - 8 = 0           SAVE 8
    Now write the numbers we saved in reverse order, and we have 8562415, which multiplied by 11 is 94186565.

    Here's an even easier method, contributed by Chis Foren: Take any number, such as 365167484. Add the first, third, fifth, seventh,.., digits.....3 + 5 + 6 + 4 + 4 = 22 Add the second, fourth, sixth, eighth,.., digits.....6 + 1 + 7 + 8 = 22 If the difference, including 0, is divisible by 11, then so is the number. 22 - 22 = 0 so 365167484 is evenly divisible by 11.

Dividing by 8

    Check the last three digits. Since 1000 is divisible by 8, if the last three digits of a number are divisible by 8, then so is the whole number. Example: 33333888 is divisible by 8; 33333886 isn't. How can you tell whether the last three digits are divisible by 8? Phillip McReynolds answers: If the first digit is even, the number is divisible by 8 if the last two digits are. If the first digit is odd, subtract 4 from the last two digits; the number will be divisible by 8 if the resulting last two digits are. So, to continue the last example, 33333888 is divisible by 8 because the digit in the hundreds place is an even number, and the last two digits are 88, which is divisible by 8. 33333886 is not divisible by 8 because the digit in the hundreds place is an even number, but the last two digits are 86, which is not divisible by 8.
    Sara Heikali explains this test of divisibility by eight for numbers with three or more digits:
    1. Write down the units digit of the original number.
    2. Take the other numbers to the left of the last digit,
    and multiply them by two.
    3. Add the answer from step two to the number from step one.
    4. If the sum from step three is divisible by eight, then the 
    original number is divisible by eight, as well. If the sum is 
    not divisible by eight, then the original number is not 
    divisible by eight.
    
    For example, if the number we are testing is 104, then
    1. Write down just the digits in ones place: 4.
    2. Take the other numbers to the left of that last digit,
    and multiply them by two: 10 × 2 = 20.
    3. Add the answer from step two to the number from step one:
    4 + 20 = 24.
    4. Twenty-four is divisible be eight. Therefore, our original
    number, one hundred and four, is also divisible by eight.
    

Dividing by 7

To find out if a number is divisible by seven, take the last digit, double it, and subtract it from the rest of the number.
Example: If you had 203, you would double the last digit to get six, and subtract that from 20 to get 14. If you get an answer divisible by 7 (including zero), then the original number is divisible by seven. If you don't know the new number's divisibility, you can apply the rule again. 
Matthew Correnti describes this method:
If you do not know if a two-digit number, call it ab, is divisible 
by 7, calculate 2a + 3b. This will yield a smaller number, and if 
you do the process enough times you will eventually -- if the 
number ab is divisible by 7 -- end up with 7.

You can use a similar method if you have a three-digit number abc: 
take the digit a and multiply it by 2, then add it to the number bc, 
giving you 2a + bc; repeat and reduce until you recognize the 
result's divisibility by seven. With a four-digit number abcd, take 
the digit a and multiply by 6, then add 6a to bcd giving. This 
usually gives you a three-digit number; call it xyz. Take that x 
and, as described previously, multiply x by two and add to yz 
(i.e., 2x + yz). Again, repeat and reduce until you recognize the 
result's divisibility by seven.
    Another visitor observes:
    Here is one formula for seven...
    
    3X + L
    
    L = last digit
    X = everything in front of last digit.
    
    All numbers that are divisible by seven have this in common. 
    There are no exceptions.
    
    For example, 42: 3(4) + 2 = 14.
    Seven divides into 14, so it divides into 42.
    
    Next example, 105: 3(10) + 5 = 35.
    Seven divides into 35, so it divides into 105.
    
    Here is another formula for seven:
    
    4X - L
    
    When using this formula, if you get zero, seven or a multiple of seven, 
    the number will be divisible by seven.
    
    For example, 56: 4(5) - 6 = 14.
    Seven divides into 14, so it divides into 56.
    
    Next example, 168: 16(4) - 8 = 56.
    Seven divides into 56, so it divides into 168.
    
    Similarly:
    
    The formula for 2 is 2X + L
    The formula for 3 is 4X + L
    The formula for 4 is 6X + L
    The formula for 5 is 5X + L
    The formula for 6 is 2X + L and 4X + L -- in other words, the formulas for 2 and 3
                                              must work before the number is divisible by 6.
    The formula for 9 is X + L
    The formula for 11 is X - L
    The formula for 12 is 2X - L
    The formula for 13 is 3X - L
    The formula for 14 is 4X - L and 2X + L -- in other words, the formulas for 7 and 2 
                                               must work before the number is divisible by 14.
    The formula for 17 is 7X - L
    The formula for 21 is X - 2L
    The formula for 23 is 3X - 2L
    The formula for 31 is X - 3L
    

    Sara Heikali explains this way to test a number with three or more digits for divisibility by seven:
    1. Write down just the digits in the tens and ones places.
    2. Take the other numbers to the left of those last two digits, 
    and multiply them by two.
    3. Add the answer from step two to the number from step one.
    4. If the sum from step three is divisible by seven, then the 
    original number is divisible by seven, as well. If the sum is 
    not divisible by seven, then the original number is not 
    divisible by seven.
    
    For example, if the number we are testing is 112, then
    1. Write down just the digits in the tens and ones places: 12.
    2. Take the other numbers to the left of those last two digits, 
    and multiply them by two: 1 × 2 = 2.
    3. Add the answer from step two to the number from step one: 
    12 + 2 = 14.
    4. Fourteen is divisible be seven. Therefore, our original 
    number, one hundred twelve, is also divisible by seven.
    

Math Games & Lessons : Math Tricks With Numbers

A way to remember the Entire Unit Circle for Trigonometry

Fun Math Trick! Squaring Numbers Near 100

Quick Math Tricks: Thinking of Numbers as Blocks

Understanding Math : Math Tips & Tricks

Math Tips and Tricks- Multiply by 11 and 111

Multiply Up to 20X20 In Your Head

In just FIVE minutes you should learn to quickly multiply up to 20x20 in your head.  With this trick, you will be able to multiply any two numbers from 11 to 19 in your head quickly, without the use of a calculator.
I will assume that you know your multiplication table reasonably well up to 10x10.
Try this:

  • Take 15 x 13 for an example.
  • Always place the larger number of the two on top in your mind.
  • Then draw the shape of Africa mentally so it covers the 15 and the 3 from the 13 below. Those covered numbers are all you need.
  • First add 15 + 3 = 18
  • Add a zero behind it (multiply by 10) to get 180.
  • Multiply the covered lower 3 x the single digit above it the "5" (3x5= 15)
  • Add 180 + 15 = 195.
That is It! Wasn't that easy? Practice it on paper first!

The 11 Rule


You likely all know the 10 rule (to multiply by 10, just add a 0 behind the number) but do you know the 11 rule? It is as easy! You should be able to do this one in you head for any two digit number. Practice it on paper first! To multiply any two digit number by 11:
  • For this example we will use 54.
  • Separate the two digits in you mind (5__4).
  • Notice the hole between them!
  • Add the 5 and the 4 together (5+4=9)
  • Put the resulting 9 in the hole 594. That's it! 11 x 54=594
The only thing tricky to remember is that if the result of the addition is greater than 9, you only put the "ones" digit in the hole and carry the "tens" digit from the addition. For example 11 x 57 ... 5__7 ... 5+7=12 ... put the 2 in the hole and add the 1 from the 12 to the 5 in to get 6 for a result of 627 ... 11 x 57 = 627
Practice it on paper first!

Finger Math: 9X Rule

To multiply by 9,try this:
(1) Spread your two hands out and place them on a desk or table in front of you.
(2) To multiply by 3, fold down the 3rd finger from the left. To multiply by 4, it would be the 4th finger and so on.
(3) the answer is 27 ... READ it from the two fingers on the left of the folded down finger and the 7 fingers on the right of it.

This works for anything up to 9x10!

Square a 2 Digit Number Ending in 5

For this example we will use 25
  • Take the "tens" part of the number (the 2 and add 1)=3
  • Multiply the original "tens" part of the number by the new number (2x3)
  • Take the result (2x3=6) and put 25 behind it. Result the answer 625.
Try a few more 75 squared ... = 7x8=56 ... put 25 behind it is 5625.
55 squared = 5x6=30 ... put 25 behind it ... is 3025. Another easy one! Practice it on paper first!

Square 2 Digit Number: UP-DOWN Method

Square a 2 Digit Number, for this example 37:
  • Look for the nearest 10 boundary
  • In this case up 3 from 37 to 40.
  • Since you went UP 3 to 40 go DOWN 3 from 37 to 34.
  • Now mentally multiply 34x40
  • The way I do it is 34x10=340;
  • Double it mentally to 680
  • Double it again mentally to 1360
  • This 1360 is the FIRST interim answer.
  • 37 is "3" away from the 10 boundary 40.
  • Square this "3" distance from 10 boundary.
  • 3x3=9 which is the SECOND interim answer.
  • Add the two interim answers to get the final answer.
  • Answer: 1360 + 9 = 1369

With practice this can easily be done in your head.

Multiply By 4

To quickly multiply by four, double the number and then double it again.
Often this can be done in your head.

Multiply By 5

To quickly multiply by 5, divide the number in two and then multiply it by 10.  Often this can be done quickly in your head.

The 11 Rule Expanded

You can directly write down the answer to any number multiplied by 11.
  • Take for example the number 51236 X 11.
  • First, write down the number with a zero in front of it. 051236
    The zero is necessary so that the rules are simpler.
  • Draw a line under the number.
  • Bear with me on this one. It is simple if you work through it slowly. To do this, all you have to do this is "Add the neighbor". Look at the 6 in the "units" position of the number. Since there is no number to the right of it, you can't add to its "neighbor" so just write down 6 below the 6 in the units col.
  • For the "tens" place, add the 3 to the its "neighbor" (the 6). Write the answer: 9 below the 3.
  • For the "hundreds" place, add the 2 to the its "neighbor" (the 3). Write the answer: 5 below the 2.
  • For the "thousands" place, add the 1 to the its "neighbor" (the 2). Write the answer: 3 below the 1.
  • For the "ten-thousands" place, add the 5 to the its "neighbor" (the 1). Write the answer: 6 below the 5.
  • For the "hundred-thousands" place, add the 0 to the its "neighbor" (the 5). Write the answer: 5 below the 0.
    That's it ... 11 X 051236 = 563596
Practice it on paper first!

 
FaceBlog © Copyright 2009 Free Math Tips | Blogger XML Coded And Designed by Edo Pranata | Blogger Templates