document.write( "Question 416229: How do I solve this system by substitution?
\n" );
document.write( "-2y=-x-7
\n" );
document.write( "4x+2y=22 \n" );
document.write( "
Algebra.Com's Answer #291636 by mananth(16946)![]() ![]() You can put this solution on YOUR website! -2y=-x-7 \n" ); document.write( "divide by -1 \n" ); document.write( "2y=x+7 \n" ); document.write( "substitute the value of 2y in \n" ); document.write( "4x+2y=22 \n" ); document.write( "4x+x+7 = 22 \n" ); document.write( "5x+7=22 \n" ); document.write( "5x=22-7 \n" ); document.write( "5x=15 \n" ); document.write( "x=3 \n" ); document.write( "y=5 \n" ); document.write( " |