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


<pre>
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/42}}}.


From here,  y = -7 - 2x = -7 - {{{2*(-137/42)}}} = -7 + {{{137/21}}} = {{{-10/21}}}.
</pre>

Solved.