document.write( "Question 20170: x-y=2
\n" );
document.write( "4x-3y=11
\n" );
document.write( "How do I solve the sytem of equation using the subsitution method? Please show the work! \n" );
document.write( "
Algebra.Com's Answer #9741 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! You need to find x or y in one of the equations and then substitute that into the other. \n" ); document.write( "So we have; \n" ); document.write( "x-y=2 \n" ); document.write( "4x-3y=11 \n" ); document.write( "We will take the first equation and find x; \n" ); document.write( "x-y=2 \n" ); document.write( "add y to both sides; \n" ); document.write( "x-y+y=2+y \n" ); document.write( "x=2+y \n" ); document.write( "Now we ttake that answer and substitute it forx in the other equation; \n" ); document.write( "4(2+y)-3y=11 \n" ); document.write( "8+4y-3y=11 \n" ); document.write( "8+y=11 \n" ); document.write( "y=3 \n" ); document.write( "Now we have what y equals, so we use it in the first equation to find x; \n" ); document.write( "x-3=2 \n" ); document.write( "x=5 \n" ); document.write( "So we have; \n" ); document.write( "x=5; y=3 \n" ); document.write( "Hope you understand! \n" ); document.write( "=) \n" ); document.write( " |