Night reader wrote:In the set of integers from 0 to 700, how many possible values have more than 3 positive divisors
A. 540
B. 580
C. 610
D. 640
E. 680
Lets calculate the nos. which have less than 4 positive divisors.
1 positive divisor : 1
2 positive divisors : 125 (prime numbers less than 700. I am sure we don't need to remember this, so either there could be a better approach to solve this problem or in real exam the number would be far less than 700. I used the prime table from here :
https://www.tutorvista.com/math/prime-numbers-list-all)
3 positive divisors : 9 (All p^2 such that p is prime and p^2 < 700)
Total = 135
Any other number will be a multiple of at least one power of two primes : p^n*q^m; n,m > =1 , which will have (1+m)*(1+n) >= 4 positive divisors
Hence, number of numbers in the set having more than 3 positive divisors = 701 - 135 = 566.
Answer is
B