Find the total number of positive integers which factors are of the form:
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.
Let N be the number we are looking for.
And since N has only two prime factors let those two factors be p1 and p2
Therefore, N = ( p 1 ) m . ( p 2 ) n
Hence number of factors is ( m + 1 ) ( n + 1 )
But N has only 5 factors apart from itself: 1,p1,p2 and 2 composite factors.
Therefore, ( m + 1 ) ( n + 1 ) = 5
Case 1
m + 1 = 1
This implies m is 0 which contradicts the fact that N has two prime factors
Similarly for case 2
n = 0 Which is also not possible therefore the number N cannot exist