document.write( "Question 1014609: write an inequality to this problem and solve: find the greatest three consecutive integers such that the sum of the first and third is less than 20 \n" ); document.write( "
Algebra.Com's Answer #630890 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
We call the three consecutive integers, x, x+1, and x+2. Then we write
\n" ); document.write( "x + (x+2) < 20
\n" ); document.write( "2x + 2 < 20
\n" ); document.write( "2x < 18
\n" ); document.write( "x < 9
\n" ); document.write( "which means the three integers must be
\n" ); document.write( "8, 9 and 10.
\n" ); document.write( "
\n" );