document.write( "Question 165173: 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( "4x – 3y = 1
\n" );
document.write( "-12x + 9y = 5
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #121844 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! 4x – 3y = 1 \n" ); document.write( "-12x + 9y = 5 \n" ); document.write( "================== \n" ); document.write( "(3)4x-3y=1 \n" ); document.write( "================== \n" ); document.write( "12x+9y=3 \n" ); document.write( "-12x+9y=5 \n" ); document.write( "---------- \n" ); document.write( "No solution, both variables will be eliminated. \n" ); document.write( ":) \n" ); document.write( " |