If is a positive integer such that the total number of positive divisors of is , which of the following is not a possible value of ?
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.
For prime numbers, the number of divisors, ϕ ( p n ) = n + 1 .
For composite numbers:
c = ( p 1 ) m 1 × ( p 2 ) m 2 × . . . × ( p k ) m k
where p 1 , p 2 , . . . , p k are distinct prime numbers and k , m 1 , m 2 , . . . , m k ∈ N
ϕ ( c n ) = ( n m 1 + 1 ) × ( n m 2 + 1 ) × . . . × ( n m k + 1 )
In this case, 31, 41 and 61 are prime numbers, so their nth power has exactly (n + 1) divisors.
51 is a composite number, since it's prime factorisation is:
3 1 × 1 7 1
Therefore ( c = n = 51),
ϕ ( 5 1 n ) = ( n × 1 + 1 ) × ( n × 1 + 1 ) = ( n + 1 ) 2 > n + 1
5 2 2 > 5 2
Hence, our answer should be:
5 1