The number of positive integers less than 50, having exactly two distinct factors other than 1 and itself, is
Started 3 months ago by Shashank in
Explanatory Answer
A positive integer less than 50, having exactly two distinct factors other than 1 and itself, is either a perfect cube below 50 or an integer that is a product of exactly two distinct primes.
Case i)
Perfect cubes below 50 are 23 and 33. So, two numbers here
Case ii)
For the product of two primes to be below 50, the individual primes should be below 25.
(Because, the smallest prime is 2 and multiplying 2 with anything greater than or equal to 25 yields a number greater than or equal to 50.)
2, 3, 5, 7, 11, 13, 17, 19, 23 are prime numbers less than 25.
2, 3, 5, 7 are the primes less than √50, any product of two numbers among them yields a product less than 50.
11, 13, 17, 19, 23 are the primes greater than √50, any product of two numbers among them yields a product greater than 50.
So, there are 0 pairs here.
Between the two lists 11 and 13 can pair with 2 and 3, while 17, 19, and 23 can only pair with 2.
So, there are 7 pairs here.
So, totally, there are 2 + 6 + 0 + 7 = 15 such numbers.
-
No one is replied to this question yet. Be first to reply!