Saturday, June 9, 2012

Multiplying by 5, 10, and 15

Multiplying By Five

Multiplying by 5 is just multiplying by 10 and then dividing by 2. Example:

15 * 5 = (15 * 10) / 2 = 150 / 2 = 75


Multiplying By Ten

Everybody knows that to multiply by 10, a zero should be added to the end of the number. Example:

26 * 10 = 260


Multiplying By Fifteen

To multiply by 15, you can use one of these two methods:

1) Multiply by 5 then then add it up with the product of the number and 10. Example:

43 * 15 = (43 * 5) + (43 * 10) = (43 * 10 / 2) + 430 = 215 + 430 = 645

In other words, add half of the product of the number and 10 to the product of the number and 10; i.e.:

43 * 15 = 430 + (1/2 * 430) = 645

2) Multiply by 30 and then divide by 2 (in the next post, a method is presented for "Multiply by 30"). Example:

57 * 15 = (57 * 30) / 2 = 1710 / 2 = 855


No comments:

Post a Comment