document.write( "Question 410102: Solve the systems of equations by the substitution method:\r
\n" );
document.write( "\n" );
document.write( "y=9x+7\r
\n" );
document.write( "\n" );
document.write( "3x-2y=1\r
\n" );
document.write( "\n" );
document.write( "Thanks,\r
\n" );
document.write( "\n" );
document.write( "Vanessa \n" );
document.write( "
Algebra.Com's Answer #288616 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve the systems of equations by the substitution method: \n" ); document.write( "y = 9x + 7 \n" ); document.write( "3x - 2y = 1 \n" ); document.write( ": \n" ); document.write( "This isn't hard, we know y = (9x+7), replace y with this in the 2nd equation: \n" ); document.write( "3x - 2(9x+7) = 1 \n" ); document.write( "3x - 18x - 14 = 1 \n" ); document.write( "-15x = 1 + 14 \n" ); document.write( "-15x = 15 \n" ); document.write( "x = -1 \n" ); document.write( "; \n" ); document.write( "I'll let you find y, use the 1st equation, replace x with -1 \n" ); document.write( ": \n" ); document.write( "Check your solutions in the 2nd equation \n" ); document.write( " |