document.write( "Question 481090: what is prime numbers? \n" ); document.write( "
Algebra.Com's Answer #329433 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Prime numbers have no factors other than 1 and the number itself.
\n" ); document.write( "That is, they're not evenly divisible by other numbers.
\n" ); document.write( "eg, 5 is prime = 1*5
\n" ); document.write( "6 is not prime = 2*3
\n" ); document.write( "
\n" ); document.write( "
\n" );