document.write( "Question 2811: Solve the syatem of eqations for x and y using the addition method:\r
\n" );
document.write( "\n" );
document.write( "2x-5y=13
\n" );
document.write( "5x+3y=17 \n" );
document.write( "
Algebra.Com's Answer #1202 by sujatha.krishna(11)![]() ![]() ![]() You can put this solution on YOUR website! If we directly add the 2 LHS (left hand sides) and 2 RHS (right hand sides) of these equations as suggested by addition method of solving a system of linear equations, then we cannot arrive at an answer. Why ? Take a look - \r \n" ); document.write( "\n" ); document.write( "2x - 5y = 13 \n" ); document.write( "5x + 3y = 17 \n" ); document.write( "------------------ \n" ); document.write( "7x - 2y = 30 \n" ); document.write( "------------------\r \n" ); document.write( "\n" ); document.write( "You still have two unknowns x and y. So the other way to solve this is to multiply the first equation by 3 and the second one by 5 so that we can arrive at a -15y and a +15y and hence y can be eliminated thereby giving the value of x. How does this work, take a look below -\r \n" ); document.write( "\n" ); document.write( "2x - 5y = 13 (multiply this by 3) This gives 6x - 15y = 39 \n" ); document.write( "5x +3y = 17 (multiply this by 5) This gives 25x + 15y = 85\r \n" ); document.write( "\n" ); document.write( "6x - 15y = 39 \n" ); document.write( "25x + 15y = 85 \n" ); document.write( "--------------- \n" ); document.write( "31x = 124 \n" ); document.write( "---------------\r \n" ); document.write( "\n" ); document.write( "So x = 124/31 = 4\r \n" ); document.write( "\n" ); document.write( "Now to find the value of y, substitue the value of x in any of the equations. Lets use the first one -\r \n" ); document.write( "\n" ); document.write( "2x - 5y = 13 \n" ); document.write( "2(4) - 5y = 13 \n" ); document.write( "-5y = 13-8 = 5 \n" ); document.write( "5y = -5 \n" ); document.write( "y = -5/5 = -1\r \n" ); document.write( "\n" ); document.write( "So the system of these 2 equations is (4,-1)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |