Final answer:
To find the solutions to the given system of equations, use the substitution method. Substitute the value of y from the second equation into the first equation and solve for x. Substitute the values of x back into the second equation to find the corresponding y-values.
Step-by-step explanation:
To find the solutions to the given system of equations, we can use substitution or elimination method. Let's use substitution method.
Given equations: -2x + y = -5 and y = -3x^2 + 5.
- Substitute the value of y from the second equation into the first equation:
- -2x + (-3x^2 + 5) = -5.
- Simplify and solve for x:
- -2x - 3x^2 + 5 = -5.
- Rearrange the equation and set it equal to zero:
- 3x^2 -2x - 10 = 0.
- Now, factor the quadratic equation:
- (3x - 10)(x + 1) = 0.
- Set each factor equal to zero and solve for x:
- 3x - 10 = 0 or x + 1 = 0.
- Solve for x:
- x = 10/3 or x = -1.
- Substitute the values of x back into the second equation to find the corresponding y-values:
- When x = 10/3, y = -3(10/3)^2 + 5 = 2.
- When x = -1, y = -3(-1)^2 + 5 = -2.
Therefore, the solutions to the given system of equations are:
(10/3, 2) and (-1, -2).