document.write( "Question 329392: Show me how to use elimination to solve the system of equations given by
\n" );
document.write( "3x-2y=10 and 5x+2y=6. Thanks \n" );
document.write( "
Algebra.Com's Answer #236060 by Tutorteddy.Com(12) ![]() You can put this solution on YOUR website! 3x-2y=10 \n" ); document.write( "5x+2y=6 \n" ); document.write( "---------- \n" ); document.write( "(adding) 8x = 16 \n" ); document.write( "=> x = 16/8 = 2 \n" ); document.write( "Hence, from equation (i), we get \n" ); document.write( "3x2 - 2y = 10 \n" ); document.write( "=> 6 - 2y = 10 \n" ); document.write( "=> -2y = 10 - 6 = 4 \n" ); document.write( "=> y = 4/(-2) = -2 \n" ); document.write( "Hence, the required solution set is (2, -2) \n" ); document.write( " |