document.write( "Question 144717: 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.\"
\n" );
document.write( "2x – 7y = 3
\n" );
document.write( "-4x + 14y = -9
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #105450 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! Multiply the first equation by -2 to get \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now you have two equations with identical coefficients on x and y but with a different constant term, therefore, no solution. (identical coefficients AND equal constant terms is 'infinitely many solutions') \n" ); document.write( " |