document.write( "Question 179593: Solve the system of equations using the addition (elimination) method.
\n" );
document.write( "If the answer is a unique solution, present it as an ordered pair: (x, y). If not, specify whether the answer is \"no solution\" or \"infinitely many solutions\" and state how you arrived at that conclusion.
\n" );
document.write( " 4x + 10y = 2
\n" );
document.write( " 3x + 5y = 5
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #134538 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 4x + 10y = 2 \n" ); document.write( "3x + 5y = 5 \n" ); document.write( "-------------- \n" ); document.write( "Multiply 2nd by -2 to get: \n" ); document.write( "4x + 10y = 2 \n" ); document.write( "-6x -10y = -10 \n" ); document.write( "------------------- \n" ); document.write( "Add to get: \n" ); document.write( "-2x = -8 \n" ); document.write( "x = 4 \n" ); document.write( "------------------- \n" ); document.write( "Substitute to solve for \"y\": \n" ); document.write( "4*4 + 10y = 2 \n" ); document.write( "10y = -14 \n" ); document.write( "y = -7/5 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |