Answer
The solution is $(1, -2)$.
Work Step by Step
We first need to modify the two equations so that the coefficients of one of the variables differs only in sign. With this modification, we will be able to cancel out one of the variables and solve for the other one:
Let us modify the equations first. We see that if we multiply the first equation by $-2$ and the second equation by $3$, the coefficients of the $x$ term will be $-6$ and $6$. The coefficients will now only differ in sign, so we can cancel them out when we add the two equations. Let us do the multiplication:
$-2(3x - 4y) = -2(11)$
$3(2x + 3y) = 3(-4)$
Use distributive property:
$-2(3x) - 2(-4y) = -2(11)$
$3(2x) + 3(3y) = 3(-4)$
Let's multiply out the terms:
$-6x + 8y = -22$
$6x + 9y = -12$
We can now cancel out the $x$ terms to get:
$8y = -22$
$9y = -12$
Now we add both sides of the two equations to get:
$17y = -34$
Divide both sides of the equation by $17$ to solve for $y$:
$y = -2$
Now that we have the value for $y$, we can plug this value into one of the equations to solve for $x$. Let's use the second equation:
$2x + 3(-2) = -4$
Multiply first:
$2x - 6 = -4$
Add $6$ to both sides of the equation to isolate the variable to one side and the constants to the other side:
$2x = 2$
Divide both sides by $2$ to solve for $x$:
$x = 1$
The solution is $(1, -2)$.