How do you solve the system of linear equations by elimination 12x-7y=-2, 8x+11y=30?

1 Answer
Jun 8, 2018

x = 1
y = 2

Explanation:

Solving By Elimination

12x - 7y = -2
8x + 11y = 30

First, let's have a look at our system and recall what the elimination method is. To eliminate a variable (either x or y), we have to multiply the different equations in the system to get the least common multiple. One equation must be positive and the other negative to cancel each other out. The least common multiple of 12 and 8 is 24, so I multiply the first equation of the system by 2 to get to 24x, and the second equation by -3 to get -24x to cancel out the positive 24x.

2(12x - 7y = -2)
-3(8x + 11y = 30)

Distribute. All you have to do is multiply each term in the parentheses by the number on the outside, so:

First equation
2 * 12x = 24x
2 * -7y = -14y
2 * -2 = -4

Second equation
-3 * 8x = -24x
-3 * 11y = -33y
-3 * 30 = -90

Your equations should now look like this:
24x - 14y = -4
-24x - 33y = -90

Because 24x and -24x cancel out, you're left with -14y, -33y, -4, and -90. Combine like terms, so:

-47y = -94

Divide by -47 to isolate for y.

y = 2

Now that you know that y = 2, plug it into an equation of the system to solve for x:

12x - 7y = -2
12x - 7(2) = -2
12x - 14 = -2
12x = 12
x = 1

Now that you know that x is 1, you can plug both values back into the system to confirm they're correct:

12x - 7y = -2
12(1) - 7(2) = -2
12 - 14 = -2
-2 = -2

8x + 11y = 30
8(1) + 11(2) = 30
8 + 22 = 30
30 = 30

They're correct!