document.write( "Question 611022: Use the method of substitution to solve the system of linear equations.
\n" );
document.write( "2x-y=6
\n" );
document.write( "7x-3y=23 \n" );
document.write( "
Algebra.Com's Answer #384718 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Use the method of substitution to solve the system of linear equations. \n" ); document.write( "2x-y=6 \n" ); document.write( "7x-3y=23 \n" ); document.write( "------ \n" ); document.write( "y = 2x-6 \n" ); document.write( "Substitute for \"y\" and solve for \"x\": \n" ); document.write( "7x - 3(2x-6) = 23 \n" ); document.write( "7x -6x +18 = 23 \n" ); document.write( "x = 41 \n" ); document.write( "---- \n" ); document.write( "Solve for \"y\": \n" ); document.write( "y = 2x-6 \n" ); document.write( "y = 2*41-6 \n" ); document.write( "y = 82-6 \n" ); document.write( "y = 76 \n" ); document.write( "================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |