document.write( "Question 352234: what is the system of simultaneous equations by using the substitution method?\r
\n" );
document.write( "\n" );
document.write( " x=10-y
\n" );
document.write( " y=x-8 \n" );
document.write( "
Algebra.Com's Answer #251709 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! what is the system of simultaneous equations by using the substitution method?\r \n" ); document.write( "\n" ); document.write( " x=10-y \n" ); document.write( " y=x-8 \n" ); document.write( "I think you meant to say \"solve the system of equations using the substitution method\". \n" ); document.write( "Ok so you already have that y=x-8 in the second equation, so plug that into your first one, you get \n" ); document.write( "x=10-(x-8) then distribute the minus and you get \n" ); document.write( "x=10-x+8 simplify and you get \n" ); document.write( "x=18-x now add x to each side of the equation and you get \n" ); document.write( "2x=18 divide each side by 2 and you get \n" ); document.write( "x=9 then you plug that into the second original equation y=9-8 and you get \n" ); document.write( "y=1 \n" ); document.write( "so the solution is (9,1) \n" ); document.write( " |