document.write( "Question 177756: Linear System
\n" );
document.write( "Solve each linear system using the method of substitution.
\n" );
document.write( "a) y=6-3x
\n" );
document.write( " y=2x+1\r
\n" );
document.write( "\n" );
document.write( "b) 5x-y=4
\n" );
document.write( " 3x+y=4 \n" );
document.write( "
Algebra.Com's Answer #132889 by MathTherapy(10552)![]() ![]() You can put this solution on YOUR website! Y = 6 - 3x \n" ); document.write( "Y = 2x + 1 \n" ); document.write( "Substitute the y-value in eq (i) into eq (ii). This gives us: \n" ); document.write( "6 - 3x = 2x + 1 \n" ); document.write( "- 5x = - 5 \n" ); document.write( "x = 1\r \n" ); document.write( "\n" ); document.write( "Substitute this x-value in eq (ii), we get: y = 2(1) + 1 \n" ); document.write( "Y = 3\r \n" ); document.write( "\n" ); document.write( "Answer – (1, 3)\r \n" ); document.write( "\n" ); document.write( "You should now be able to do the next one. Good luck!! \n" ); document.write( " |