document.write( "Question 331756: Please show me how to use substitution to solve the system of equations;
\n" );
document.write( "5x+5y=-30 and 2x-y=15. Thank you \n" );
document.write( "
Algebra.Com's Answer #237818 by mananth(16946) You can put this solution on YOUR website! 5x+5y=-30 \n" ); document.write( "divide by 5 \n" ); document.write( "x+y=-6 \n" ); document.write( "y= -6-x \n" ); document.write( ".. \n" ); document.write( "and 2x-y=15 \n" ); document.write( "plug the value of y in the equation \n" ); document.write( "2x-(-6-x)=15 \n" ); document.write( "2x+6+x=15 \n" ); document.write( "3x+6=15 \n" ); document.write( "3x=15-6 \n" ); document.write( "3x=9 \n" ); document.write( "x=3 \n" ); document.write( ".. \n" ); document.write( "plug value of x in the equation x+y=-6 \n" ); document.write( "3+y=-6 \n" ); document.write( "y=-6-3 \n" ); document.write( "y=-9 \n" ); document.write( " \n" ); document.write( " |