To solve the system of equations
\[ -7x - 2y = -13 \]
\[ x - 2y = 11 \]
by substitution, let's put the provided steps in the correct order:
-
Solve one of the equations for one variable. Here, we can rearrange the second equation:
\( x - 2y = 11 \)
to isolate \( x \):
\[ x = 2y + 11 \]
-
Substitute this expression for \( x \) into the first equation:
\[ -7(2y + 11) - 2y = -13 \]
-
Expand and simplify the equation:
\[ -14y - 77 - 2y = -13 \]
Combine like terms:
\[ -16y - 77 = -13 \]
-
Solve for \( y \):
Add 77 to both sides:
\[ -16y = 64 \]
Then divide by -16:
\[ y = -4 \]
-
Substitute \( y = -4 \) back into the equation we derived for \( x \):
\[ x = 2(-4) + 11 \] Simplifying gives:
\[ x = -8 + 11 = 3 \]
-
The solution is \( (3, -4) \).
Putting it all together, the correct order of steps is:
- \( x - 2y = 11 \) → \( x = 2y + 11 \)
- Substitute into the first equation: \( -7(2y + 11) - 2y = -13 \)
- Expand: \( -14y - 77 - 2y = -13 \)
- Combine: \( -16y - 77 = -13 \)
- Solve for \( y \): \( -16y = 64 \) → \( y = -4 \)
- Substitute \( y = -4 \) into \( x = 2y + 11 \) → \( x = 3 \)
- Solution is \( (3, -4) \)