Number of divisors

Let N = am x bn x cp x . . .    

1. Number of divisors of any natural number N is (m+1) (n+1) (p+1)

 Example: 63504 = 72 x 24 x 34

So the number of divisors of 63504 = (2+1) (4+1) (4+1) = 75

Remember this includes the number 63504 and 1 also.

2. Number of even divisors = Number of divisors which are even.

Let N = 2m x bn x cp x dq x . . .    

Then number of even divisors = m (n+1) (p+1) (q+1)

So for the number 63504,

Number of even divisors = 4 x 5 x 3 = 60

3. Number of odd divisors = Number of divisors which are odd

It’s same as calculating number of divisors of the number with out all the powers of 2.

For 63504, number of odd divisors = 3 x 5 = 15

4. Sum of all the divisors of a natural number N is 

                                [(am+1 -1) x (bn+1 -1) x (cp+1 – 1)] / (a –1) (b –1) (c –1)

5. Product of the divisors of a natural number N is

                                                               Nx/2 where x = (m+1)(n+1)(p+1) 

You should have mentioned

You should have mentioned that a, b, c are prime factors of N

…. Does not include 1 or N

__________________

n/a