To find the solution(s) for the system of equations given by \(y = x + 2\) (the red line) and \(y = x^2\) (the blue parabola), we need to find the points where the two equations intersect.
-
Set the equations equal to each other: \[ x + 2 = x^2 \]
-
Rearranging gives us: \[ x^2 - x - 2 = 0 \]
-
Factoring the quadratic: \[ (x - 2)(x + 1) = 0 \]
-
Setting each factor to zero gives us the solutions: \[ x - 2 = 0 \quad \Rightarrow \quad x = 2 \] \[ x + 1 = 0 \quad \Rightarrow \quad x = -1 \]
-
Now, we can find the corresponding \(y\) values for both \(x\) values using either original equation. Let's use \(y = x + 2\):
-
For \(x = 2\): \[ y = 2 + 2 = 4 \quad \Rightarrow \quad (2, 4) \]
-
For \(x = -1\): \[ y = -1 + 2 = 1 \quad \Rightarrow \quad (-1, 1) \]
-
Thus, the solutions for the system of equations are \((-1, 1)\) and \((2, 4)\).
The correct response is: (−1,1) and (2,4).