How many divisors does the number 56 have?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
@Andrea Palma , also give the proof of this solution..??
Log in to reply
Sure, I'll do my best! If you have a prime factorisation of a number, then is VERY easy to say how many divisor the number has. For istance 8 = 2 3 has 4 divisors, namely 1 , 2 , 4 , 8 . Note that the exponent of the factorisation in primes of 8 is 3 . You just have to increase this exponent by 1 . 3 + 1 = 4
This rule yelds for any power of prime. If n = p k , p prime, then the number of divisors is k + 1 . In fact the divisors of n are 1 = p 0 , p = p 1 , p 2 , … , p k .
What happens when the number n has a factorisation like n = p k q h with p , q distinct primes? We have these all these divisors p a q b where a ∈ { 0 , 1 , … , k } and b ∈ { 0 , 1 , … , h } . So we have a divisor of n for every couple ( a , b ) living in the cartesian product { 0 , 1 , … , k } × { 0 , 1 , … , h } that has ( k + 1 ) ( h + 1 ) elements.
Now we can generalize this procedure. Let n = p 1 k 1 p 2 k 2 ⋅ ⋯ ⋅ p t k t with p 1 , … , p t pairwise distinct primes. We have a divisor of n everytime we have a number like p 1 a 1 p 2 a 2 ⋅ ⋯ ⋅ p t a t n with a i ≤ k i .
So we have a different divisor (we are using the uniqueness of the prime factorisation) everytime we have a t − -uple ( a 1 , a 2 , … , a t ) living in the cartesian product
{ 0 , 1 , … , k 1 } × { 0 , 1 , … , k 2 } × ⋯ × { 0 , 1 , … , k t }
that has exactly ( k 1 + 1 ) ⋅ ( k 2 + 1 ) ⋅ ⋯ ⋅ ( k t + 1 ) elements. So the latter is also the number of divisors of n .
Divisors of 56 are 1, 2, 4, 7, 8, 14, 28, 56.
Problem Loading...
Note Loading...
Set Loading...
Using prime factorisation we have 5 6 = 2 3 ⋅ 7 . The exponents of the two primes that concur in the factorisation are 3 and 1 . So the number 5 6 has ( 3 + 1 ) ⋅ ( 1 + 1 ) = 4 ⋅ 2 = 8 divisors.