Let be a positive integer. Is it possible that the number above has exactly 10 positive 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.
For n ( n + 1 ) to have exactly 10 positive divisors, it must equal to p q 4 , where p and q are primes. That is n ( n + 1 ) = p q 4 . We note that n ( n + 1 ) is always even, then p q 4 must also be even. Since 2 is the only even prime, either p or q is 2. If we assume n + 1 = p and n = q 4 , then p = n + 1 = q 4 + 1 . If we assume q = 2 , then p = 2 4 + 1 = 1 7 , which is a prime.
⟹ Yes, it is possible that the number can have exactly 10 positive divisors.