document.write( "Question 6806: Please help me solve the system of equations y = 2x - 10 and x - y = 7.\r
\n" );
document.write( "\n" );
document.write( "Thank you for the help in advance.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #3746 by glabow(165)![]() ![]() ![]() You can put this solution on YOUR website! The simplest way to solves these two equations simultaneously is to use substitution. \n" ); document.write( "y = 2x - 10 \n" ); document.write( "x - y = 7\r \n" ); document.write( "\n" ); document.write( "The second equation is rearranged to give the value of x: \n" ); document.write( "x = 7 + y [add y to both sides] \n" ); document.write( "Substituting the expression 7+y for x in the first equation gives \n" ); document.write( "y = 2(7+y) - 10 \n" ); document.write( "which is \n" ); document.write( "y = 14 + 2y - 10 \n" ); document.write( "-y = 4 [subtract 2y from both sides] \n" ); document.write( "y = -4 [multiply both sides by -1] \n" ); document.write( "So, x = 7+y = 7+(-4) = 3. \n" ); document.write( "Checking, \n" ); document.write( "-4 = 6 - 10 [first equation] \n" ); document.write( "3 -(-4) = 7 [second equation] \n" ); document.write( " \n" ); document.write( " |