document.write( "Question 1019446: I need help solving a math problem. I'm supposed to use the substitution method then elimination. I figured out the equations, but I'm confused on what to do next.\r
\n" );
document.write( "\n" );
document.write( "x + y + z = 34\r
\n" );
document.write( "\n" );
document.write( "1x + 5y + 20z = 237\r
\n" );
document.write( "\n" );
document.write( "y = z - 1\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #635393 by Boreal(15235) You can put this solution on YOUR website! x + y + z = 34 \n" ); document.write( "1x + 5y + 20z = 237 \n" ); document.write( "y = z - 1 \n" ); document.write( "Substitute y=z-1 into the first two. \n" ); document.write( "x+z-1+z=34; x+2z=35 \n" ); document.write( "x+5z-5+20z=237; x+25z=242 \n" ); document.write( "=========================== \n" ); document.write( "x+2z=35 \n" ); document.write( "-x-25z=-242 \n" ); document.write( "-23z=-207 \n" ); document.write( "z=9 \n" ); document.write( "y=8 \n" ); document.write( "x=17 \n" ); document.write( "or (17,8,9) \n" ); document.write( "========================= \n" ); document.write( "check in 2 \n" ); document.write( "17+5(8)+20(9)=17+40+180=237 \n" ); document.write( " |