document.write( "Question 40814This question is from textbook INTERMEDIATE ALGEBRA
\n" );
document.write( ":  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 solutions.”
\n" );
document.write( "3x + y = 7
\n" );
document.write( "4x – y = 21
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #26210 by stanbon(75887)      You can put this solution on YOUR website! 3x + y = 7 \n" ); document.write( "4x – y = 21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add the two equations to get: \n" ); document.write( "7x=28 \n" ); document.write( "x=4 \n" ); document.write( "Substitute that value into either of the original equations \n" ); document.write( "to solve for \"y\". \n" ); document.write( "3(4)+y=7 \n" ); document.write( "y=-5 \n" ); document.write( "Solution: x=4, y=-5 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |