document.write( "Question 332205: If the sum of the integers n and n + 1 is greater than 99 and less than 109, what is the only possible prime value of n? \n" ); document.write( "
Algebra.Com's Answer #238143 by edjones(8007)![]() ![]() You can put this solution on YOUR website! n+n+1>99 \n" ); document.write( "2n>98 \n" ); document.write( "n>49 \n" ); document.write( ". \n" ); document.write( "2n+1<109 \n" ); document.write( "2n<108 \n" ); document.write( "n<54 \n" ); document.write( ". \n" ); document.write( "50, 51, 52, 53 are the only possible numbers. \n" ); document.write( "53 is the only prime number. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |