SOLUTION: Solve for (x,y) in the system of equations 2x + y = -7 x = 2y - 11 - 5x + 16y

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: Solve for (x,y) in the system of equations 2x + y = -7 x = 2y - 11 - 5x + 16y      Log On


   



Question 1209071: Solve for (x,y) in the system of equations
2x + y = -7
x = 2y - 11 - 5x + 16y

Answer by ikleyn(52786) About Me  (Show Source):
You can put this solution on YOUR website!
.
Solve for (x,y) in the system of equations
2x + y = -7
x = 2y - 11 - 5x + 16y
~~~~~~~~~~~~~~~~~

Simplify second equation by combining the common terms

    x + 5x = 2y - 11 + 16y.

    6x = 18y - 11.    (*)


Now express  y = -7 - 2x  from the first equation and substitute it into (*).
You will get

    6x = 18*(-7-2x) - 11,

    6x = -126 - 36x - 11,

    6x + 36x = -126 - 11,

       42x   = -137,

         x   = -137%2F42.


From here,  y = -7 - 2x = -7 - 2%2A%28-137%2F42%29 = -7 + 137%2F21 = -10%2F21.

Solved.