Let's solve this system of equations!
Краткое пояснение: We can use the substitution or elimination method to solve this system. Let's use the elimination method.
Пошаговое решение:
- Multiply the first equation by -2 to eliminate the y variable:
\[-2(3x - y) = -2(6)\]
\[-6x + 2y = -12\]
- Write the second equation as is:
\[5x - 2y = 10\]
- Add the two equations to eliminate y:
\[(-6x + 2y) + (5x - 2y) = -12 + 10\]
\[-x = -2\]
- Solve for x:
\[x = 2\]
- Substitute x = 2 into the first original equation to solve for y:
\[3(2) - y = 6\]
\[6 - y = 6\]
\[y = 0\]
Ответ: x = 2, y = 0