document.write( "Question 784387: Find three consecutive integers such that twice the greatest integer is 2 less than 3 times the least integer. \n" ); document.write( "
Algebra.Com's Answer #806215 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2(x+1) = 3(x-1) - 2
\n" ); document.write( "2x + 2 = 3x - 5
\n" ); document.write( "-x = -7
\n" ); document.write( "x = 7\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 6, 7, and 8.
\n" ); document.write( "
\n" );