107k views
1 vote
Help please I'm really not getting this for some reason

Help please I'm really not getting this for some reason-example-1
User Porsha
by
8.5k points

2 Answers

3 votes
Original system:
x - 7y = -20
-3x + 9y = 36

The two methods of solving systems of equations are elimination and substitution. It looks like substitution will be easier here, so I'm going to use that method. I'll take the first term and isolate x, like so:

x - 7y = -20 (original equation)
x - 7y + 20 = 0 (subtract 20 from both sides)
-7y + 20 = -x (subtract x from both sides)
7y - 20 = x (divide both sides by -1)

Now what we can do it plug this expression into the second equation for x and solve for y:

-3(7y - 20) + 9y = 36 (substitute the expression for x)
-21y + 60 + 9y = 36 (distribute the -3)
-21y + 9y = -24 (subtract 60 from both sides)
-12y = -24 (combine like terms)
y = 2 (divide both sides by -12)

Now that we have y, we can substitute it back into the first equation to find x:

x - 7(2) = -20 (substitute your value for y into the equation)
x - 14 = -20 (multiply)
x = -6 (add 14 to both sides)

Finally, we must check our work by plugging our values back into both of the original equations:

-6 - 7(2) = -20 --> -6 - 14 = -20 <--This is correct
-3(-6) + 9(2) = 36 --> 18 + 18 = 36 <--This is correct

If you have any question about this process, let me know.
User Ney J Torres
by
7.8k points
2 votes
The first given equation is:
x - 7y = -20
We can rewrite this equation as follows:
x = 7y - 20 ...........> equation I

The second given equation is:
-3x + 9y = 36 ..........> equation II

Substitute with equation I in equation II to get the value of the y as follows:
-3x + 9y = 36
-3(7y-20) + 9y = 36
-21y + 60 + 9y = 36
-12y = 36-60 = -24
y = (-24) / (-12) = 2

Now use the value of the y and substitute in equation I to get the value of the x as follows:
x = 7y - 20
x = 7(2) - 20 = 14 - 20 = -6

Based on the above calculations:
x = -6
y = 2
User Krut
by
7.6k points

No related questions found