document.write( "Question 775421: solve this equation using the substitution method
\n" );
document.write( "x+y=20
\n" );
document.write( "x-y=4 \n" );
document.write( "
Algebra.Com's Answer #472846 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! add y to each side of the equal sign of the second equation \n" ); document.write( "a) x=4+y now plug that into the first equation \n" ); document.write( "4+y+y=20 \n" ); document.write( "4+2y=20 subtract 4 from each side \n" ); document.write( "2y=16 divide each side by 2 \n" ); document.write( "y=8 now plug that into equation marked with a) \n" ); document.write( "x=4+8 \n" ); document.write( "x=12 \n" ); document.write( "so the solution is (12,8) \n" ); document.write( " |