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.
Relevant wiki: Factors of natural numbers
We know that any natural number N > 1 is of form N = p 1 k 1 ⋅ p 2 k 2 ⋅ p 3 k 3 ⋅ ⋯ p n k n , where p i and k i denote the prime factors of N and their powers respectively and i = 1 , 2 , 3 , ⋯ , n .
Now, number of divisors is expressed as D ( N ) = ( k 1 + 1 ) ( k 2 + 1 ) ( k 3 + 1 ) ⋯ ( k n + 1 ) where D ( N ) denotes number of divisors.
Since each of k i is also positive natural number, so for D ( N ) = 5 we have only one pair, i.e., 1 × 5 .
So, ( k 1 + 1 ) ( k 2 + 1 ) = 1 × 5 ⟹ k 1 = 0 and k 2 = 4
Hence, the number N must be of form N = p 1 0 ⋅ p 2 4 .
Also, the number must be even, so at least one of its prime divisors must be 2 .
Since, regardless of whatever p 1 is, the value of p 1 0 will always be 1 .
∴ p 2 = 2
And, N = 2 4 = 1 6 .
______________________________________________________________________________________________________________
★ An interesting thing to note here is that whenever D ( N ) is o d d , the number N is always a perfect square. This is due to the fact that for any N which is not a perfect square, each of its divisors has a pairing divisor which, when multiplied to the divisor gives us N , so it generates an e v e n number of divisors. But for any perfect square, one of the divisors pairs with itself and thus gives us an o d d number of divisors.
Problem Loading...
Note Loading...
Set Loading...
Suppose the integer we are looking for can be prime factorised as p 1 k 1 p 2 k 2 . . . where p 1 , p 2 . . . are the prime factors while k 1 , k 2 . . . are their respective powers (nonnegative integers).
First for the integer to have exactly five factors, we have:
( k 1 + 1 ) ( k 2 + 1 ) . . . = 5
Now note that 5 is actually a prime number which means it has 2 and only 2 factors. To be exact, the only way of factorising 5 is 5 × 1 . This means we have:
k 1 + 1 = 5 and k 2 + 1 = 1 or we can exchange the role of the two unknown powers.
In other words, k 1 = 4 and k 2 = 0
This means the integer is p 1 4 p 2 0 = p 1 4 since p 2 0 = 1 regardless the value of p 2 , as long as it is non-zero.
Considering that the integer is even, the only possibility is p 1 = 2 as p 1 is prime and the only even prime number is 2.
Therefore, 2 4 = 1 6