Solve the system of equations:
- \[\begin{cases}
2y = 5 - 7x, \\
y = 3 - 3x.
\end{cases}\]
Краткое пояснение: We will solve this system of equations by substitution method.
Пошаговое решение:
- From the second equation, we have \( y = 3 - 3x \). Substitute this expression for \( y \) into the first equation:
- \( 2(3 - 3x) = 5 - 7x \)
- \( 6 - 6x = 5 - 7x \)
- Add \( 7x \) to both sides:
- \( 6 - 6x + 7x = 5 - 7x + 7x \)
- \( 6 + x = 5 \)
- Subtract 6 from both sides:
- \( 6 + x - 6 = 5 - 6 \)
- \( x = -1 \)
- Now substitute \( x = -1 \) into the second equation to find \( y \):
- \( y = 3 - 3(-1) \)
- \( y = 3 + 3 \)
- \( y = 6 \)
Answer: x = -1, y = 6