document.write( "Question 132034This question is from textbook
\n" );
document.write( ": Choosing A Method:
\n" );
document.write( "Solve the linear system.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "8x + 9y = 42
\n" );
document.write( "6x - y = 16\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I can get my first equation to equal 42 with the coordinates (2/5/23,2/16/23) and (1/20/31,3/19/93)
\n" );
document.write( "But I can't get either of those coordinates to fit in the bottom equation. \n" );
document.write( "
Algebra.Com's Answer #96431 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Given the set of equations: \n" ); document.write( ". \n" ); document.write( "8x + 9y = 42 \n" ); document.write( "6x - y = 16 \n" ); document.write( ". \n" ); document.write( "There are three ways you can solve these two equations to get a common solution. \n" ); document.write( ". \n" ); document.write( "One way is to graph both equations and find the point where the two linear graphs cross. \n" ); document.write( "That (x, y) intersection point will give you the values that are common to both equations. \n" ); document.write( ". \n" ); document.write( "Another way to do the problem is to solve one of the equations for one of the variables \n" ); document.write( "and substitute the equivalent value into the other equation, and solve it. \n" ); document.write( ". \n" ); document.write( "Let's do that method. Note that in the bottom equation, you have a \"-y\" term. If you subtract \n" ); document.write( "6x from both sides of this bottom equation you have: \n" ); document.write( ". \n" ); document.write( "-y = -6x + 16 \n" ); document.write( ". \n" ); document.write( "Then multiply both sides (all terms) by -1 and the equation becomes: \n" ); document.write( ". \n" ); document.write( "y = 6x - 16 \n" ); document.write( ". \n" ); document.write( "Next take the right side of this equation (6x - 16) and substitute it for y in the original top \n" ); document.write( "equation. When you make that substitution in the original top equation you get: \n" ); document.write( ". \n" ); document.write( "8x + 9(6x - 16) = 42 \n" ); document.write( ". \n" ); document.write( "Multiply the 9 times each of the terms inside the parentheses and you get: \n" ); document.write( ". \n" ); document.write( "8x + 54x - 144 = 42 \n" ); document.write( ". \n" ); document.write( "Combine the two terms containing x ... (8x + 54x = 62x) ... and the equation becomes: \n" ); document.write( ". \n" ); document.write( "62x - 144 = 42 \n" ); document.write( ". \n" ); document.write( "Get rid of the -144 on the left side by adding 144 to both sides to get: \n" ); document.write( ". \n" ); document.write( "62x = 186 \n" ); document.write( ". \n" ); document.write( "Solve for x by dividing both sides of this equation by 62 and the result is: \n" ); document.write( ". \n" ); document.write( "x = 186/62 = 3 \n" ); document.write( ". \n" ); document.write( "Now that you know x = 3, you can solve for y by returning to either of the original equations \n" ); document.write( "and substituting 3 for x. Then solve for y. Let's return to the bottom of the two original equations: \n" ); document.write( ". \n" ); document.write( "6x - y = 16 \n" ); document.write( ". \n" ); document.write( "Substitute 3 for x and the equation becomes: \n" ); document.write( ". \n" ); document.write( "6*3 - y = 16 \n" ); document.write( ". \n" ); document.write( "Multiplying out 6*3 and you get: \n" ); document.write( ". \n" ); document.write( "18 - y = 16 \n" ); document.write( ". \n" ); document.write( "Subtract 18 from both sides: \n" ); document.write( ". \n" ); document.write( "-y = -2 \n" ); document.write( ". \n" ); document.write( "Multiply both sides by -1: \n" ); document.write( ". \n" ); document.write( "y = 2 \n" ); document.write( ". \n" ); document.write( "So the common solution to both equations is x = 3 and y = 2. This tells you that the (x, y) \n" ); document.write( "point where the two graphs cross is (3, 2). It also tells you that if you substitute 3 \n" ); document.write( "for x and 2 for y in the two original equations, the left side of each equation should equal the \n" ); document.write( "right side. \n" ); document.write( ". \n" ); document.write( "A third way to work this problem is by the method of variable elimination. The way to do this \n" ); document.write( "is to get a term in the top equation and the corresponding term in the bottom equation to be \n" ); document.write( "equal in value. Then you vertically add or subtract that term to get rid of it. Let's do it. \n" ); document.write( ". \n" ); document.write( "Start with the two original equations: \n" ); document.write( ". \n" ); document.write( "8x + 9y = 42 \n" ); document.write( "6x - y = 16 \n" ); document.write( ". \n" ); document.write( "Multiply the bottom equation (both sides all terms) by 9 to make the equation set become: \n" ); document.write( ". \n" ); document.write( "8x + 9y = 42 \n" ); document.write( "54x -9y = 144 \n" ); document.write( ". \n" ); document.write( "Now if you add the two equations in vertical columns, note that the +9y and the -9y cancel \n" ); document.write( "each other out and the sum of the two equations vertically becomes: \n" ); document.write( ". \n" ); document.write( "8x + 9y = 42 \n" ); document.write( "54x -9y = 144 \n" ); document.write( "-------------- \n" ); document.write( "62x + 0 = 186 \n" ); document.write( ". \n" ); document.write( "Which simplifies to: \n" ); document.write( ". \n" ); document.write( "62x = 186 \n" ); document.write( ". \n" ); document.write( "Divide both sides by 62, just as we did in the substitution method and you again get the \n" ); document.write( "answer x = 3. Solve for y by going back to the original equations and in one of them replace \n" ); document.write( "x by 3 and solve for y. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to see the ways you can do this problem. \n" ); document.write( ". \n" ); document.write( " |