To solve the system of equations by substitution, follow these steps in order:
-
Select one equation to solve for one variable: Choose one of the equations and isolate one variable in terms of the other. For example, from the second equation \(x - 2y = 11\), you can solve for \(x\):
\[ x = 2y + 11 \]
-
Substitute the expression into the other equation: Take the expression for \(x\) from step 1 and substitute it into the other equation (the first equation \( -7x - 2y = -13 \)):
\[ -7(2y + 11) - 2y = -13 \]
-
Solve for the remaining variable: Simplify and solve the resulting equation for the remaining variable \(y\):
\[ -14y - 77 - 2y = -13 \] \[ -16y - 77 = -13 \] \[ -16y = 64 \] \[ y = -4 \]
-
Substitute back to find the other variable: Once you have the value of \(y\), substitute it back into the equation used in step 1 to find \(x\):
\[ x = 2(-4) + 11 \] \[ x = -8 + 11 \] \[ x = 3 \]
-
Write the solution: Present the solution as an ordered pair \((x, y)\):
\[ (3, -4) \]
So, the ordered steps are:
- Solve one equation for one variable.
- Substitute that expression into the other equation.
- Solve for the remaining variable.
- Substitute back to find the other variable.
- Write the solution.