document.write( "Question 876899: The sum of three numbers is 10. Two times the second number minus the first number is equal to 12. The first number minus the second number plus twice the third number equals 7. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #529086 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The sum of three numbers is 10. Two times the second number minus the first number is equal to 12. The first number minus the second number plus twice the third number equals 7. Find the numbers.
\n" ); document.write( "***
\n" ); document.write( "let x=1st number
\n" ); document.write( "let y=2nd number
\n" ); document.write( "let z=3rd number
\n" ); document.write( "...
\n" ); document.write( "x+y+z=10
\n" ); document.write( "2y-x=12
\n" ); document.write( "x-y+2z=7
\n" ); document.write( "...
\n" ); document.write( "x+y+z=10
\n" ); document.write( "-x+2y=12
\n" ); document.write( "add
\n" ); document.write( "3y+z=22
\n" ); document.write( "..
\n" ); document.write( "-x+2y=12
\n" ); document.write( "x-y+2z=7
\n" ); document.write( "add
\n" ); document.write( "y+2z=19
\n" ); document.write( "...
\n" ); document.write( "3y+z=22
\n" ); document.write( "y+2z=19
\n" ); document.write( "..
\n" ); document.write( "3y+z=22
\n" ); document.write( "3y+6z=57
\n" ); document.write( "subtract
\n" ); document.write( "-5z=-35
\n" ); document.write( "z=7
\n" ); document.write( "y=-2z+19=5
\n" ); document.write( "x=2y-12=-2
\n" ); document.write( "..
\n" ); document.write( "1st number=-2
\n" ); document.write( "2nd number=5
\n" ); document.write( "3rd number=7\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );