56.8k views
4 votes
Can someone help me please? Use the linear combination method to solve the system of equations. Pretty please show your work and what do you know about the two lines in this system of equations? I struggle a lot when it comes to these x-3y=13 2x+4y=-4

2 Answers

4 votes

Answer: x = 4

y = - 3

Explanation:

The system of simultaneous linear equations is expressed as

x - 3y = 13 - - - - - - - - - - - - - - 1

2x + 4y = - 4 - - - - - - - - - - - - - 2

We would eliminate x by multiplying equation 1 by 2 and equation 2 by 1. It becomes

2x - 6y = 26 - - - - - - - - - - - -3

2x + 4y = - 4- - - - - - - - - - - - -4

Subtracting equation 4 from equation 3, it becomes

- 6y - 4 y = 26 - - 4

- 10y = 30

Dividing the left hand side and the right hand side of the equation by - 10, it becomes

- 10y/- 10 = 30/-10

y = - 3

Substituting y = - 3 into equation 1, it becomes

x - 3 × - 3 = 13

x + 9 = 13

Subtracting 9 from the left hand side and the right hand side of the equation, it becomes

x + 9 - 9 = 13 - 9

x = 4

User David Gladfelter
by
3.6k points
0 votes

Answer:

(x, y) = (4, -3)

Explanation:

  • x-3y=13
  • 2x+4y=-4

First of all, look at the given equations. Here, we see that the second equation has coefficients that all have a factor of 2. If we divide that out, we get an equation that has an x-coefficient of 1, matching the x-coefficient in the first equation.

Here is the reduced second equation:

x +2y = -2

Now, if we subtract one equation from the other, the variable x will be eliminated. We want to choose that subtraction wisely.

We note that the y-coefficient in the first equation is less than that in the second equation. If we subtract the first equation from the second, the result will have a positive y-coefficient:

(x +2y) -(x -3y) = (-2) -(13)

5y = -15 . . . . . . . . . . . . . . . . simplify. Note that the x-variable is eliminated, which is the purpose of this exercise.

y = -3 . . . . . . . divide by 5

We can use this value in the reduced second equation to find the value of x:

x +2(-3) = -2

x = 4 . . . . . . . . . add 6 and simplify

The solution is (x, y) = (4, -3).

_____

I find a graphing calculator provides an easy and reliable check of the answer.

_____

Comment on linear combination

This method is often called "elimination," because the purpose of combining the equations in a particular way is to eliminate one of the variables. This requires you look at the coefficients of the variables and devise a plan to combine them so the resulting coefficient for one of the variables is zero.

In the worst case, you can combine ...

  • ax +by = c
  • dx +ey = f

by multiplying the second equation by a and the first by -d:

a(dx +ey) -d(ax +by) = a( f) -d(c)

y(ae -bd) = fa -cd . . . . . . simplify; x is eliminated

This sort of approach results in a formula for the solution known as Cramer's Rule.

y = (fa-cd)/(ae-bd)

The corresponding solution for x is ...

x = (ce-bf)/(ae-bd)

__

The point of looking at the equations first is that you can often choose which variable to eliminate and what multiplier to use to minimize the amount of arithmetic involved—as we did above.

Can someone help me please? Use the linear combination method to solve the system-example-1
User Sushant Mehta
by
3.5k points