document.write( "Question 161716: Solve the system of equations using the substitution 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 solution.\"
\n" );
document.write( "7x+y=1
\n" );
document.write( "3x+2y=-9 \n" );
document.write( "
Algebra.Com's Answer #119182 by nabla(475)![]() ![]() ![]() You can put this solution on YOUR website! from the first: \n" ); document.write( "y=1-7x\r \n" ); document.write( "\n" ); document.write( "Put that y into the second equation:\r \n" ); document.write( "\n" ); document.write( "3x+2(1-7x)=-9 \n" ); document.write( "3x+2-14x=-9 \n" ); document.write( "-11x=-11 \n" ); document.write( "x=1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If x=1, \n" ); document.write( "y=1-7(1)=-6\r \n" ); document.write( "\n" ); document.write( "check: \n" ); document.write( "7-6=1 \n" ); document.write( "3-12=-9 \n" ); document.write( "yes. \n" ); document.write( " \n" ); document.write( " |