document.write( "Question 621639: The sum of three numbers is 32,if the second number is four more than the first while the third is twice the second,find the numbers \n" ); document.write( "
Algebra.Com's Answer #390992 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
x+x+4+2(x+4)=32
\n" ); document.write( "x+x+4+2x+8=32
\n" ); document.write( "4x=32-12
\n" ); document.write( "4x=20
\n" ); document.write( "x=20/4
\n" ); document.write( "x=5
\n" ); document.write( "x+4=9
\n" ); document.write( "2(x+4)=18
\n" ); document.write( "
\n" );