document.write( "Question 916876: find three consecutive integer such that twice the greater integer is 2 less than 3 times the least integer \n" ); document.write( "
Algebra.Com's Answer #805872 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive integer: (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( "7 = x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 6, 7, and 8.
\n" ); document.write( "
\n" );