document.write( "Question 124120:  What are the prime numbers?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #91014 by chitra(359)     You can put this solution on YOUR website! A number (n > 1) which is divisible by 1 and itself is called a prime number\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "These are the list of prime numbers between 1 and 100 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 \n" ); document.write( " 53 59 61 67 71 73 79 83 89 97 \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "regs \n" ); document.write( " \n" ); document.write( " |