To solve the system of equations by substitution, we start with the given equations:
- \(-5y - 10 = x\) (we can rearrange this to express \(x\) in terms of \(y\))
- \(x + 9y = -2\)
From equation 1, we can express \(x\) as: \[ x = -5y - 10 \]
Now, we can substitute this expression for \(x\) into equation 2: \[ (-5y - 10) + 9y = -2 \]
Now, simplify the left side: \[ -5y - 10 + 9y = -2 \] Combine like terms: \[ (9y - 5y) - 10 = -2 \] \[ 4y - 10 = -2 \]
Next, add 10 to both sides: \[ 4y = -2 + 10 \] \[ 4y = 8 \]
Now, divide by 4: \[ y = 2 \]
Now that we have \(y\), we will substitute it back into the equation for \(x\): \[ x = -5(2) - 10 \] \[ x = -10 - 10 \] \[ x = -20 \]
So, the solution to the system of equations is: \[ (x, y) = (-20, 2) \]
To verify our solution, we can substitute \(x = -20\) and \(y = 2\) back into the original equations:
- For the first equation: \[ -5(2) - 10 = -20 \quad \text{(True)} \]
- For the second equation: \[ -20 + 9(2) = -20 + 18 = -2 \quad \text{(True)} \]
Both equations are satisfied, confirming that the solution is correct.
Final answer: \[ (x, y) = (-20, 2) \]