document.write( "Question 765667: 2x+4y=2 and x+y=4 \n" ); document.write( "
Algebra.Com's Answer #466713 by suruman(21)![]() ![]() You can put this solution on YOUR website! 2x + 4y = 2 .......(a) \n" ); document.write( "x + y = 4 .......(b) \n" ); document.write( "Multiplying equation (b) by 2 on L.H.S and R.H.S , \n" ); document.write( "2x + 2y = 8 .......(c) \n" ); document.write( "Subtracting (a) by (c), \n" ); document.write( "2y = 2-8 = -6 \n" ); document.write( "y=-3 \n" ); document.write( "Substituting value of y in equation (b), \n" ); document.write( "x + (-3) = 4 \n" ); document.write( "x = 4 + 3 = 7 \n" ); document.write( "Thus the solution pair (x,y) for the above set of equations is: \n" ); document.write( "(x,y)=(7,-3) \n" ); document.write( " |