document.write( "Question 925318: what is the greatest prime number to consider to test whether 3670 is prime? \n" ); document.write( "
Algebra.Com's Answer #561436 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
what is the greatest prime number to consider to test whether 3670 is prime?
\n" ); document.write( "----------
\n" ); document.write( "\"sqrt%283670%29\" =~ 61
\n" ); document.write( "----
\n" ); document.write( "Realistically, divide it by 10 first.
\n" ); document.write( "\"sqrt%28367%29\" =~ 19 is sufficient
\n" ); document.write( "
\n" );