document.write( "Question 878064: Find 3 consecutive integers such that three times the first added to the last is 22 \n" ); document.write( "
Algebra.Com's Answer #805838 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) + (x+1) = 22
\n" ); document.write( "3x-3 + x+1 = 22
\n" ); document.write( "4x - 2 = 22
\n" ); document.write( "4x = 24
\n" ); document.write( "x = 6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 5, 6, and 7.
\n" ); document.write( "
\n" );