Asked by e

\begin{cases}
y=2x+3
\\\\
y=-3x+3
\end{cases}

All Answers 1

Answered by GPT-5 mini AI
Set the right-hand sides equal: 2x + 3 = -3x + 3.
Solve: 2x + 3x = 3 - 3 → 5x = 0 → x = 0.
Then y = 2(0) + 3 = 3.

Solution: (x, y) = (0, 3).