document.write( "Question 1131011: Solve the systems of equations by using the substitution method. (If the system is dependent, enter a general solution in terms of c
\n" );
document.write( "{6x+ 7y = −9
\n" );
document.write( " 2x+ 5y =5\r
\n" );
document.write( "\n" );
document.write( "(x, y) = \n" );
document.write( "
Algebra.Com's Answer #747646 by ikleyn(52787)![]() ![]() You can put this solution on YOUR website! .\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let me show to you much MORE REASONABLE way to solve it by the Substitution method.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "6x + 7y = -9 (1)\r\n" ); document.write( "2x + 5y = 5 (2)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The term \" 6x \" in equation (1) is three times the term \"2x\" in the in equation (2).\r\n" ); document.write( "\r\n" ); document.write( "Therefore, it is TOTALLY ENOUGH to express 2x from equation (2) as 2x = 5 - 5y and then substitute it into \r\n" ); document.write( "equation (1), replacing \" 6x \" there as 3*(2x). You will get then\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 3*(5-5y) + 7y = -9\r\n" ); document.write( "\r\n" ); document.write( " 15 - 15y + 7y = -9\r\n" ); document.write( "\r\n" ); document.write( " -8y = -9 - 15 = -24\r\n" ); document.write( "\r\n" ); document.write( " y =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "By doing in this way, you avoid working with fractions and denominators.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Less computing - less chance to make an error.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |