document.write( "Question 1199023: solve the following systems using the elimination method. Write your complete solutions. \r
\n" );
document.write( "\n" );
document.write( "1. x - 2y = 5 and 2x + 3y = -32
\n" );
document.write( "2. 3x + 4y = 3 and 2x - 3y = 19
\n" );
document.write( "3. 3x + 5y = -14 and 2x - y = -18 \n" );
document.write( "
Algebra.Com's Answer #832707 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The rule on this website is that you need to post one problem at a time (or one problem per post). \n" ); document.write( "I'll do problem 1 to get you started.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The system we have is \n" ); document.write( " \n" ); document.write( "If we were to add the equations straight down, then: \n" ); document.write( "x+2x = 3x \n" ); document.write( "-2y+3y = 1y = y \n" ); document.write( "None of the variables cancel. \n" ); document.write( "Same goes if we were to subtract the equations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "What we need is to have the coefficients of either x or y match up so they cancel.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's say we doubled everything in the 1st equation \n" ); document.write( "We'd go from x-2y = 5 to 2x-4y = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we have this updated equivalent system \n" ); document.write( " \n" ); document.write( "We can subtract the equations straight down \n" ); document.write( "2x-2x = 0x = 0, the x terms go away \n" ); document.write( "-4x-3y = -7y \n" ); document.write( "10-(-32) = 10+32 = 42\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We end up with the equation -7y = 42 which solves to y = -6.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then use that y value to find x. \n" ); document.write( "Pick either equation with x and y. \n" ); document.write( "Let's say we chose the 1st equation. \n" ); document.write( "x - 2y = 5 \n" ); document.write( "x - 2(-6) = 5 \n" ); document.write( "x + 12 = 5 \n" ); document.write( "x = 5-12 \n" ); document.write( "x = -7 \n" ); document.write( "Or you can pick on the 2nd equation. \n" ); document.write( "2x+3y = -32 \n" ); document.write( "2x+3(-6) = -32 \n" ); document.write( "2x-18 = -32 \n" ); document.write( "2x = -32+18 \n" ); document.write( "2x = -14 \n" ); document.write( "x = -14/2 \n" ); document.write( "x = -7 \n" ); document.write( "Either way you should get the same x value. \n" ); document.write( "This helps confirm you have the correct solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A visual way to confirm the answer is to graph each equation onto the same xy grid. \n" ); document.write( "I recommend either Desmos or GeoGebra as two graphing options. \n" ); document.write( " \n" ); document.write( "x - 2y = 5 in green and 2x + 3y = -32 in blue \n" ); document.write( "The two lines intersect at (-7, -6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Or you could plug each coordinate of (-7,-6) back into the original equations. \n" ); document.write( "You should get true results after simplifying everything.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: (x,y) = (-7, -6) \n" ); document.write( " \n" ); document.write( " |