document.write( "Question 44027: It is a fact that if an N is a composite number, then there exists a prime
\n" ); document.write( "p is less than or equal to sqrt(N) which is a factor of N. Given this, how many primes must be checked to determine if 2003 is prime?
\n" ); document.write( "How did you come up with the answer?
\n" ); document.write( "

Algebra.Com's Answer #29102 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Well, let's see...the square root of 2003 is about 44 and change, so we try all the primes less than that...they would be
\n" ); document.write( "2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, and 43
\n" ); document.write( "Of course we can see that 2 doesn't work, since 2003 is odd, but that is not what the question asks...the answer is
\n" ); document.write( "14 prime numbers
\n" ); document.write( "
\n" );