How do solve the following linear system?: -4x + 4 = -4y, 7x + 6y + 11 = 0 4x+4=4y,7x+6y+11=0?

1 Answer
Jul 15, 2016

The solution is (-5/13, 8/13)(513,813)

Explanation:

This problem makes things fairly easy for you by providing a clear definition of yy in the first equation:

-4x + 4 = -4y4x+4=4y
x - 1 = yx1=y

We can plug this into the other equation to solve for xx and then use it to find yy:
7x + 6(x - 1) + 11 = 07x+6(x1)+11=0
7x + 6x - 6 + 11 = 07x+6x6+11=0
13x + 5 = 013x+5=0
x = -5/13x=513

Then:
-5/13 + 1 = y513+1=y
y = 8/13y=813

So the solution is (-5/13, 8/13)(513,813)

A little additional info on the problem in concluding. In case it is not clear, the solution takes the form of a point, (x,y)(x,y). This is because solving a system of equations is the same as finding the point(s) at which those lines (or curves) intersect.