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)\"\" \"About 
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 = \"20%2F%28-5%29\" = -4.\r\n" );
document.write( "\r\n" );
document.write( "Substitute it into the first equation (1). You will get the equation for y:\r\n" );
document.write( "\r\n" );
document.write( "\"3%2A%28-4%29%29\" + \"y\" = \"-14\".\r\n" );
document.write( "\r\n" );
document.write( "It implies y = \"-14\" + \"12\" = -2.\r\n" );
document.write( "\r\n" );
document.write( "Check yourself this solution.\r\n" );
document.write( "\r\n" );
document.write( "Answer. x = -4, y = -2.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );