document.write( "Question 952194: sum of three consecutive numbers is eight more than twice the lowest number. What are the three numbers \n" ); document.write( "
Algebra.Com's Answer #805590 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
3 consecutive numbers: (x-1), x, (x+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x-1) + x + (x+1) = 8 + 2(x-1)
\n" ); document.write( "3x = 8 + 2x - 2
\n" ); document.write( "x = 6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The numbers are 5, 6, and 7.
\n" ); document.write( "
\n" );