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 #237817 by Alan3354(69443) You can put this solution on YOUR website! Please show me how to use substitution to solve the system of equations; \n" ); document.write( "5x+5y=-30 and 2x-y=15 \n" ); document.write( "--------------------- \n" ); document.write( "5x+5y=-30 --> x+y = -6 reduce whenever possible \n" ); document.write( "-------- \n" ); document.write( "2x-y=15 \n" ); document.write( "Solve for y \n" ); document.write( "y = 2x - 15 \n" ); document.write( "Sub for y into the 1st eqn \n" ); document.write( "--------- \n" ); document.write( "x+y = -6 \n" ); document.write( "x + (2x-15) = -6 \n" ); document.write( "Solve for x. \n" ); document.write( "Then sub the number for x and solve for y\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |