To solve the system of equations using elimination, we'll first write down the equations:
- \( 4x - 6y = -48 \)
- \( -2x + 4y = 30 \)
We can eliminate one of the variables by making the coefficients of \(x\) or \(y\) equal. Let's eliminate \(x\) by multiplying the second equation by 2:
- \( 4x - 6y = -48 \) (keep this as is)
- \( -2x + 4y = 30 \) (multiply by 2) \[ -4x + 8y = 60 \]
Now our system of equations looks like this:
- \( 4x - 6y = -48 \)
- \( -4x + 8y = 60 \)
Next, we add these two equations together:
\[ (4x - 6y) + (-4x + 8y) = -48 + 60 \]
Simplifying gives:
\[ (4x - 4x) + (-6y + 8y) = 12 \] \[ 0 + 2y = 12 \]
Now, we can solve for \(y\):
\[ 2y = 12 \implies y = 6 \]
Now that we have \(y\), we substitute \(y = 6\) back into one of the original equations to solve for \(x\). We'll use the first equation:
\[ 4x - 6(6) = -48 \] \[ 4x - 36 = -48 \] \[ 4x = -48 + 36 \] \[ 4x = -12 \] \[ x = -3 \]
Thus, the solution to the system of equations is \(x = -3\) and \(y = 6\). Therefore, the solution in coordinate form is:
\[ (-3, 6) \]
So the response is:
(−3, 6)