document.write( "Question 952196: 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 #581581 by amarjeeth123(569)\"\" \"About 
You can put this solution on YOUR website!
Let the consecutive numbers be x-1,x,x+1.
\n" ); document.write( "sum of three consecutive numbers is eight more than twice the lowest number.
\n" ); document.write( "x-1+x+x+1=8+2(x-1)
\n" ); document.write( "3x=8+2x-2
\n" ); document.write( "x=6
\n" ); document.write( "The three numbers are 5,6 and 7.
\n" ); document.write( "Verifying the solution:
\n" ); document.write( "5+6+7=18
\n" ); document.write( "8+2(5)=18.
\n" ); document.write( "
\n" ); document.write( "
\n" );