document.write( "Question 1108127: Solve the following system of linear equations using the substitution method:\r
\n" );
document.write( "\n" );
document.write( "3x-2y=18
\n" );
document.write( "5x+10y=-10\r
\n" );
document.write( "\n" );
document.write( "Express answer as an ordered pair \n" );
document.write( "
Algebra.Com's Answer #723116 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Solve the following system of linear equations using the substitution method:\r \n" ); document.write( "\n" ); document.write( "3x-2y=18 \n" ); document.write( "5x+10y=-10--> x + 2y = -2 --> x = -2y - 2 \n" ); document.write( "--- \n" ); document.write( "Sub for x in the 1st eqn \n" ); document.write( "3(-2y-2) - 2y = 18 \n" ); document.write( "-6y - 6 - 2y = 18 \n" ); document.write( "-8y = 24 \n" ); document.write( "y = -3 \n" ); document.write( "=========== \n" ); document.write( "etc \n" ); document.write( " \n" ); document.write( " |