To find the intersection points, set the equations equal to each other:
- -x^2 + 5 = x + 3
- Rearrange into a quadratic equation: x^2 + x - 2 = 0
- Factor the quadratic: (x + 2)(x - 1) = 0
- Solve for x: x = -2 or x = 1
- Substitute x values back into y = x + 3 to find y:
- If x = -2, y = -2 + 3 = 1. Point: (-2, 1)
- If x = 1, y = 1 + 3 = 4. Point: (1, 4)
The intersection points are (-2, 1) and (1, 4).