document.write( "Question 184371: how would i solve thge system of equations using substition method?
\n" );
document.write( "3=5x-3y+10 &
\n" );
document.write( "y=2x+4 ???? \n" );
document.write( "
Algebra.Com's Answer #138393 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! how would i solve thge system of equations using substition method? \n" ); document.write( "3=5x-3y+10 --> 5x-3y = -7 \n" ); document.write( "y=2x+4 \n" ); document.write( "-------- \n" ); document.write( "Since y is already isolated in the 2nd eqn, sub for y into the 1st \n" ); document.write( "5x-3y = -7 \n" ); document.write( "5x - 3(2x+4) = -7 \n" ); document.write( "5x -6x-12 = -7 \n" ); document.write( "-x = 5 \n" ); document.write( "x = -5 \n" ); document.write( "----------- \n" ); document.write( "y = 2x+4 \n" ); document.write( "y = -6 \n" ); document.write( " |