document.write( "Question 344426: How many prime numbers less than 200 are 1 more than the square of an integer? \n" ); document.write( "
Algebra.Com's Answer #246387 by Alan3354(69443) You can put this solution on YOUR website! Check the even numbers from 2 to 14 \n" ); document.write( "Square them and add 1 \n" ); document.write( "2 --> 5 \n" ); document.write( "4 --> 17 \n" ); document.write( "etc \n" ); document.write( " \n" ); document.write( " |