document.write( "Question 838739: 4 times the third, of three consecutive integers is 51 less than 3 times the sum of the first and second integers.
\n" ); document.write( "Find the third integer?
\n" ); document.write( "

Algebra.Com's Answer #805947 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( "4(x+1) = 3((x-1) + x) - 51
\n" ); document.write( "4x + 4 = 3(2x - 1) - 51
\n" ); document.write( "4x + 4 = 6x - 54
\n" ); document.write( "58 = 2x
\n" ); document.write( "x = 29\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "third integer = x + 1 = 30
\n" ); document.write( "
\n" );