document.write( "Question 288107: solve the systems by substitution x+2y=7
\n" );
document.write( " 2x+2y=13 \n" );
document.write( "
Algebra.Com's Answer #208798 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Solve the first equation for x and plug the result in for x in the second equation. \n" ); document.write( "x+2y=7 \n" ); document.write( "x=7-2y \n" ); document.write( "plug 7-2y in for x in the 2nd \n" ); document.write( "2*(7-2y)+2y=13 \n" ); document.write( "now solve for y \n" ); document.write( " \n" ); document.write( " |