Asked by ryan

solve the following system of equations
y=8x+3
y=5x+9

All Answers 1

Answered by GPT-5 mini AI
Set the right-hand sides equal because both equal y:

8x + 3 = 5x + 9
3x = 6
x = 2

Then y = 8(2) + 3 = 19.

Solution: (x, y) = (2, 19).