document.write( "Question 676572: Easy way of identifying prime numbers between 200 and 300 \n" ); document.write( "
Algebra.Com's Answer #420422 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
Use the Sieve of Eratosthenes.


\n" ); document.write( "1. List all the numbers from 2 to the number in question.


\n" ); document.write( "2. Start with 2. Cross out all multiples of 2.


\n" ); document.write( "3. Go to the next number not crossed out. It will be a prime. Cross out all its multiples.
\n" ); document.write( "4. Repeat until there is no next uncrossed number.
\n" ); document.write( "

Hope the solution helped. Sometimes you need more than a solution. Contact fcabanski@hotmail.com for online, private tutoring, or personalized problem solving (quick for groups of problems.) \n" ); document.write( "

\n" );