document.write( "Question 231624: The sum of 3 numbers is 10. The first is twice the second. The sum of the second and third is 6. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #171378 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
2x=2
\n" ); document.write( "x=1
\n" ); document.write( "x+6=7
\n" ); document.write( "2x+x+x+6=10
\n" ); document.write( "4x=4
\n" ); document.write( "x=1
\n" ); document.write( "
\n" );