document.write( "Question 999542: solve each equations by the substitution method
\n" );
document.write( "3x+y=-14
\n" );
document.write( "4x+3y=-22 \n" );
document.write( "
Algebra.Com's Answer #617152 by ikleyn(52790)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "solve each equations by the substitution method \n" ); document.write( "3x+y=-14 \n" ); document.write( "4x+3y=-22 \n" ); document.write( "--------------------------------------------- \n" ); document.write( " \r\n" ); document.write( "3x + y = -14 (1)\r\n" ); document.write( "4x + 3y = -22 (2)\r\n" ); document.write( "\r\n" ); document.write( "Express y from the first equation, y = -3x - 14, and substitute it into the second equation. You will get single equation for the unknown x:\r\n" ); document.write( "\r\n" ); document.write( "4x + 3*(-3x - 14) = -22.\r\n" ); document.write( "\r\n" ); document.write( "Simplify and solve it:\r\n" ); document.write( "\r\n" ); document.write( "4x - 9x - 42 = -22,\r\n" ); document.write( "\r\n" ); document.write( "-5x = -22 + 42,\r\n" ); document.write( "\r\n" ); document.write( "-5x = 20,\r\n" ); document.write( "\r\n" ); document.write( "x = \n" ); document.write( " \n" ); document.write( " |