Tuesday, April 16, 2013

Divisibility rules - 3, 6 and 9

 Quote : If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.      
 -- Tobias Dantzig

How can you find a number is divisible by 3 or 6 or 9 ?

Very simple. Just find the sum of all digits in the number.
if sum is divisible by 3, the number is divisible by 3
if sum is divisible by 9, the number is divisible by 9
if sum is divisible by 3 and unit place digit is 0 or 2 or 4 or 6 or 8, the number is divisible by 6.

Lets look at examples.

a) 156
     step1 : sum = 1 + 5 + 6 = 12
     step2 : 12 is divisible by 3. So 156 is divisible by 3

b) 2345678
    sum = 2 + 3 + 4 + 5 + 6 + 7 + 8 = 35
    35 is not divisible by 3. So 2345678 is not divisible by 3
c) Is 135678 divisible by 9?
    sum = 1 + 3 + 5 + 6 + 7 + 8 = 30
    30 is not divisible by 9. So 135678 is not divisible by 9
d) Is 127 divisible by 6 ?
    unit place digit is 7. So 127 is not divisible by 6 ( Unit place digit should be 0 or 2 or 4 or 6 or 8 )

e) Is 1296 divisible 3 or 6 or 9 ?
    sum = 1 + 2 + 9 + 6 = 18
    18 is divisible by 3. So 1296 is divisible by 3
    18 is divisible by 9. So 1296 is divisible by 9
    Unit place digit is 6 and 18 is divisible by 3. So 1296 is divisible 6.

Check following numbers are divisible by 3 or 6 or 9
145678, 23567, 98741

Monday, April 15, 2013

Divisibility rules

Quote : MATHEMATICS is a great motivator for all humans.. Because its career starts with "ZERO" but it never end
 
Worked on sufficient multiplication examples and square of a number examples. Lets look into the division operation. In simplification every operation(addition or subtraction or multiplication and division) is very important.

How can you say whether a number "x" is divisible by a number "y"?
x can be any number and y is between 1 to 11 ( for simplicity purpose )




Lets look at divisibility rules.

How can you say whether a number is divisible by 2 or 5 or 10?

This is very simple. 
If unit place digit of the number is 0, 2, 4, 6 and 8, it can be divisible by 2.
If unit place digit of the number is 0 or 5, it can be divisible by 5.
If unit place digit of the number is 0, it can be divisible by 10. 

Ex : Is 1032 divisible by 2?
In the above example unit place digit is 2. So it is divisble by 2 and it is not divisible by 5 or 10.

Irrespective of magnitude of the number, just look at unit place digit to decide whether the number is divisible by 2 or 5 or 10.

Try following examples.
 1) 1025
 2) 10000000025
 3) 1111111111111111111111111111111111112
 4) 5555555555555555555555555550


Tuesday, April 9, 2013

Square of a number

Square of a number  by using base method:

I mentioned base method in two digit multiplication. So I will start with an example.

Ex 1 : 13 x 13

10 is the nearest round figure value. So 10 is base

13 = 10 + 3

13 +3 x 13 +3 = 13 +3 / 3 x3 = 16 / 9 = 169

Steps :

1. Find nearest round figure value
2. Follow base multiplication method

Ex 2: 14 x 14 = ?

14 x 14 = 14+4 / 4x4 = 18 / 16 = 196

Ex 3 : 23 x 23 = ?

Here base is 20

23 x 23 = 23+3 / 3x3 = 26 / 9

When base is 20, need to multiply 10's digit with 2
when base is 30, need to multiply 10's digit with 3
when base is 40, need to multiply 10's digit with 4

So

result = 26 x 2 / 9 = 52 / 9 = 529

Ex 4 : 44 x 44 = ?

Base = 40

result = 44 + 4 / 4x4 = 48 / 16 = 48 / 16
         = 48 x 4 /16 ( As base is 40 )
         = 192 / 16 ( 1 carry forward )
         = 1936

Try 562, 732 and 822
 

Saturday, April 6, 2013

Square of a number

Square of a number 
Square of a number can find in so many ways. But the important one is base method as it is multiplication with same number.

I will discuss here two methods i.e. 
1. Special case method
2. Base method

1. Special case method : 
    Rule : This method is applicable only when one's place digit is 5.
 
    As you know 52 = 25
    152 = 1x2 / 25 = 225

So steps are as follows.

Step 1 :  First two digits from right to left is 25
Step 2 :  Ten's digit x (Ten's digt + 1)

15 x 15 =  1x2 / 25 = 225
25 x 25 =  2x3 / 25 = 625
35 x 35 =  3x4 / 25 = 1225
45 x 45 =  4x5 / 25 = 2025
55 x 55 =  5x6 / 25 = 3025
65 x 65 =  6x7 / 25 = 4225
75 x 75 =  7x8 / 25 = 5625
85 x 85 =  8x9 / 25 = 7225
95 x 95 = ?

Very easy. Isn't it?
Next We will look into base method

Thursday, April 4, 2013

Two digit multiplication with 50

Ex 1 : 18 x 50 = ?

Multiplication with 50 may take time for you. But if I ask
50 paise coins 18 = How many rupees

You will immediately tells 9 rupees. It is nothing but 18 x 50 = 900

When you are multiplying with 25 or 50, just think in paise. You will get answer quickly.

Lets how to do it in easy way. To do multiplication with 50, you need to remember table 2.

For example 18 x 50 = ?

when you divide 18 with 2, result is 9 and remainder is 0

So result is 900

Let me take one more example

Ex 2: 17 x 50 =  ?

When you divide 17 with 2, result is 8 and remainder is 1
So result is 850

Please note if remainder is 0, last two digits in the result  00
                   if remainder is 1, last two digits in the result 50  

Let me take more examples

Ex 3: 24 x 50 = 1200 (24 divided 2  is 12 and remainder 0)
Ex 4: 35 x 50 = 1750 (35 divided 2  is 17 and remainder 1)

Start practicing two digit multiplication...

Wednesday, April 3, 2013

Two digit multiplication with 25

Two digit Multiplication with 25

When you are multiplying with 25, you need to remember table 4 and table 25.

Table 4 is for division and Table 25 for multiplication.

Just you need to remember
25 x 1 = 25
25 x 2 = 50
25 x 3 = 75

Let me take one example

Ex 1. 13 x 25 = ?

Take 13 and divide with 4.

There are 3 fours in 13 and remainder is 1

result = 3x100 + 25 x 1 = 300 + 25 = 325

So you need to find how many 4s are there in the number and what is remainder.

Let us try one more example

Ex 2 : 22 x 25 = ?

5 fours are there in 22 and remainder is 2

result = 500 + 2 x 25 = 550

Rule is simple

step 1 : find remainder and how many fours are there in the number
step 2 : no. of 4s x 100 + remainder x 25

Let me take two more examples

Ex 3 : 35 x 25 = 8 x 100 + 3 x 25 = 875
Ex 4 : 48 x 25 = 12 x 100 + 0 x 25 = 1200

conclusion :

if remainder is 0 last two digits 00
if remainder is 1 last two digits 25
if remainder is 2 last two digits 50
if remainder is 3 last two digits 75

Last example

Ex 5: 81 x 25 =  2025
Similar way we can do for 50. Lets see this in next post

Monday, April 1, 2013

Two digit multiplication with 99

Today we will try multiplication with 99.

Ex 1 : 23 x 99

Multiplication with 99 can be done by subtraction

result = 23 -1 / 99 - (23 -1 )
          = 22 /  99-22
          = 22 / 77
          = 2277

How to do?

1. Just subtract 1 from number(not 99). So here other than 99 is 23 
Hence 23 - 1 = 22

2. Subtract resultant value from 99
 Hence 99 - 22 =  77

Result = 22 / 77 = 2277

Please note here also there is no carry forward

Try following examples

56 x 99
34 x 99
76 x 99
85 x 99

Lets see how to multiply with 25 in next post