How many integers less than 1000 has exactly three (3) factors?
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.
Odd number of factors → Square number.
Only 3 factors → Square of a prime.
Primes where their square is less than 1000: 2,3,5,7,11,13,17,19,23,29,31.
Hence there are 11 integers.