document.write( "Question 352230: 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 #251710 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! x=10-y \n" ); document.write( "y=x-8\r \n" ); document.write( "\n" ); document.write( "Plug in the first equation into the second one and you get \n" ); document.write( "y=10-y-8 combine like terms and you get \n" ); document.write( "y=2-y now add y to each side and you get \n" ); document.write( "2y=2 divide both sides by 2 and you get \n" ); document.write( "y=1 now you plug that into the first original equaiton \n" ); document.write( "x=10-1 then you simplify and you get \n" ); document.write( "x=9 \n" ); document.write( "So the solution is (9,1) \n" ); document.write( " \n" ); document.write( " |