Answer:
x = 5
x = -5
Explanation:
To solve for the zeros, we will solve for x when the function is equal to zero.
f(x) = 2x² – 50
0 = 2x² – 50
0 = 2(x - 5)(x + 5)
We then have to parts to solve for this, as there are two zeros (since the x is being squared)
x - 5 = 0
x = 5
-------------------
x + 5 = 0
x = -5