document.write( "Question 784262: Find three consecutive integers such that three times the least is 23 more than twice the greatest. \n" ); document.write( "
Algebra.Com's Answer #806205 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( "3(x-1) = 23 + 2(x + 1)
\n" ); document.write( "3x - 3 = 2x + 25
\n" ); document.write( "x = 28\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 27, 28, and 29.
\n" ); document.write( "
\n" );