document.write( "Question 446702: The sum of an integer and the next greater integer us at least 13. Find the lesser integer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #307769 by rwm(914) ![]() You can put this solution on YOUR website! x+x+1>=13 \n" ); document.write( "2x>=12 \n" ); document.write( "x>=6 \n" ); document.write( "any integer starting with 6 \n" ); document.write( " |