document.write( "Question 72018: Solve the following system of equations using the substitution method:
\n" );
document.write( "4x - y = -6
\n" );
document.write( "x + 2y = 3 \r
\n" );
document.write( "\n" );
document.write( "please show work \n" );
document.write( "
Algebra.Com's Answer #51506 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! 4x - y = -6 \n" ); document.write( "x + 2y = 3 \n" ); document.write( "First solve one of the equations for either x or y, we will go ahead and solve the second one for x; \n" ); document.write( "x +2y =3 \n" ); document.write( "x = 3-2y \n" ); document.write( "now substitute the this equation for x in the first equation; \n" ); document.write( "4(3-2y)-y=-6 \n" ); document.write( "12-8y-y=-6 \n" ); document.write( "12-9y=-6 \n" ); document.write( "-9y = -6-12 \n" ); document.write( "-9y = -18 \n" ); document.write( "y = 2 \n" ); document.write( "Now that we have what y equals lets plug that in for y in the second equation; \n" ); document.write( "x + 2(2) = 3 \n" ); document.write( "x + 4 = 3 \n" ); document.write( "x = 3-4 \n" ); document.write( "x = -1 \n" ); document.write( "So we have; \n" ); document.write( "(-1,2) \n" ); document.write( ":) \n" ); document.write( " |