document.write( "Question 876818: find two consecutive integers such that 3 times the first integer is 27 less than 6 times the second. \n" ); document.write( "
Algebra.Com's Answer #805845 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive integers: x, (x+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3x = 6(x+1) - 27
\n" ); document.write( "3x = 6x-21
\n" ); document.write( "-3x = -21
\n" ); document.write( "x = 7\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 7 and 8.
\n" ); document.write( "
\n" );