document.write( "Question 255155: Solve the system of equations using the addition (elimination) method
\n" );
document.write( " 1. 3x+2y = 14 3x-2y = 10 \n" );
document.write( "
Algebra.Com's Answer #187456 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "1) 3x + 3y = 14 \n" ); document.write( "2) 3x - 2y = 10\r \n" ); document.write( "\n" ); document.write( "Multiply both sides of equation 1) by 2 and equation 2) by 3. Then we have:\r \n" ); document.write( "\n" ); document.write( "1a) 6x + 6y = 28 \n" ); document.write( "2a) 9x - 6y = 30\r \n" ); document.write( "\n" ); document.write( "Adding like terms of the two equations above we eliminate y:\r \n" ); document.write( "\n" ); document.write( "15x + 0y = 58 \n" ); document.write( "15x = 58 \n" ); document.write( "x = 58/15\r \n" ); document.write( "\n" ); document.write( "Substitue 58/15 for x in either equation 1) or 2) and then solve for y. \n" ); document.write( " \n" ); document.write( " |