document.write( "Question 527061: Solve the system of equations by addition method.
\n" );
document.write( "3x-7y=10
\n" );
document.write( "5x+2y=3 \n" );
document.write( "
Algebra.Com's Answer #348782 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! 3x -7y = 10 \n" ); document.write( "5x +2y = 3 \n" ); document.write( ". \n" ); document.write( "Multiply the first equation by 2 and the second by 7, then add. \n" ); document.write( ". \n" ); document.write( "6x -14y = 20 \n" ); document.write( "35x + 14y = 21 \n" ); document.write( "--------------- \n" ); document.write( "41x = 41 \n" ); document.write( ". \n" ); document.write( "Divide both sides by 41. \n" ); document.write( ". \n" ); document.write( "x = 41 \n" ); document.write( ". \n" ); document.write( "Ordinarily, you substitute at this point, but you can do another addition to find 'y'. \n" ); document.write( "Simply multiply the first equation by 5 and the second by 3, then subtract. \n" ); document.write( ". \n" ); document.write( "15x - 35y = 50 \n" ); document.write( "15x + 6y = 9 \n" ); document.write( "-------------- \n" ); document.write( "-41y = 41 \n" ); document.write( ". \n" ); document.write( "y = -1 \n" ); document.write( ". \n" ); document.write( "To check, you can substitute these values to see if they produce the right answer. \n" ); document.write( ". \n" ); document.write( "3x - 7y = 10 ?? \n" ); document.write( "3(1) -7(-1) = 10 \n" ); document.write( ". \n" ); document.write( "5x + 2y = 3 ?? \n" ); document.write( "5(1) +2(-1) = 3 \n" ); document.write( ". \n" ); document.write( "Answer: x=1, y = -1. This answer may be shown as the ordered pair (1,-1). \n" ); document.write( ". \n" ); document.write( "If you were to graph the two equations, you would find they intersect there. \n" ); document.write( ". \n" ); document.write( "-7y = -3x + 10 \n" ); document.write( "y = 3/7*x -10/7 \n" ); document.write( ". \n" ); document.write( "2y = -5x +3 \n" ); document.write( "y = -5/2*x + 3/2 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |