It is known that 3 and 5 are prime numbers.
Which of the following has a different number of divisors?
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.
General case:
For a number a b , where a , b , c are prime, its factors are 1 , a , b , a b , and for a number c 2 , its factors are 1 , c , c 2 .
This is because since a b ∣ b and a b ∣ a (which is trivial), a , b are factors of a b , and by definition, 1 and a b are factors of a b . We can confirm there are no more factors by calculating ( a + 1 ) ( b + 1 ) . By definition of a , b being prime, the index of a , b is 1 , so there are ( 1 + 1 ) ( 1 + 1 ) factors, which equals 4 .
We can observe the second case as a special case of the first, where a = b . Therefore, a and b are double-counted, and there is only one factor which is not 1 or a b , which is c . Again, finding the number of factors in c 2 requires finding the index, which is 2 . Therefore, there are 2 + 1 or 3 factors, which makes 1 , c , c 2 the only factors.