document.write( "Question 126563: The sum of three numbers is -48. The first number is twelve more than the second number,and the third number is 20 less than twice the second number. Find the three numbers \n" ); document.write( "
Algebra.Com's Answer #92710 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
x+y+z=-48
\n" ); document.write( "x=y+12
\n" ); document.write( "z=2y-20
\n" ); document.write( "Replacing x & z with (y+12) & (2y-20)
\n" ); document.write( "(y+12)+y+(2y-20)=-48
\n" ); document.write( "y+12+y+2y-20=-48
\n" ); document.write( "4y=-48-12+20
\n" ); document.write( "4y=-40
\n" ); document.write( "y=-40/4
\n" ); document.write( "y=-10 answer.
\n" ); document.write( "x=-10+12=2 answer.
\n" ); document.write( "z=2*-10-20=-20-20=-40 answer.
\n" ); document.write( "PROOF.
\n" ); document.write( "-10+2-40=-48
\n" ); document.write( "-48=-48
\n" ); document.write( "
\n" );