44.0k views
1 vote
Does anyone know how to do this?

Does anyone know how to do this?-example-1
User Lasar
by
4.7k points

1 Answer

4 votes

Answer:

  • x = 1
  • y = -7

Explanation:

The coefficients of x and y do not have any "nice" relations, so doing this by elimination is just "brute force" with no particular subtlety.

After multiplying by appropriate numbers, you want the coefficient of one of the variables in one equation to be the opposite of the coefficient of the same variable in the other equation. Here, we can get that by multiplying the first equation by 7 and the second equation by 2.

7(2x +3y = -19) ⇒ 14x +21y = -133

2(-7x +2y = -21) ⇒ -14x +4y = -42

Adding these equations with opposite x-coefficients eliminates the x-terms. (That is how the "elimination" method gets its name.)

(14x +21y) +(-14x +4y) = (-133) +(-42)

25y = -175 . . . . . . . . simplify

y = -7 . . . . . . . . . . . divide by 25

Substituting this value into the first equation gives ...

2x +3(-7) = -19

2x = 2 . . . . . . . . . add 21

x = 1 . . . . . . . . . divide by 2

The solution is x = 1, y = -7.

_____

Additional comment

The multipliers used in this process are essentially the coefficients of one of the variables, with one of them negated. Here, we chose the x-coefficients, because negating one of them gives two positive multipliers. We judge it easier to do the arithmetic using positive numbers.

Had we chosen to use the y-coefficients (3 and 2) for our multipliers, we would probably multiply the first equation by 2, and the second equation by -3. That way, the remaining x-coefficient would be positive.

Planning ahead is helpful, but not essential. It can help to avoid errors and make the work easier to do.

User Tim Boland
by
4.7k points