document.write( "Question 97752: the sum of two consecutive positive integers is less than or equal to 10. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #71168 by elima(1433)\"\" \"About 
You can put this solution on YOUR website!
Let x be the first positive integer
\n" ); document.write( "x+2 is the next positive integer
\n" ); document.write( "\"x%2Bx%2B2%3C=10\"
\n" ); document.write( "\"2x%2B2%3C=10\"
\n" ); document.write( "\"2x%3C=10-2\"
\n" ); document.write( "\"2x%3C=8\"
\n" ); document.write( "\"x%3C=8%2F2\"
\n" ); document.write( "\"x%3C=4\"
\n" ); document.write( "so your fist positive integer = 4
\n" ); document.write( "4+2=6 the second positive integer
\n" ); document.write( ":)
\n" ); document.write( "
\n" );