Answer:
The zeros are {2, 3}
Step-by-step explanation:
Please use " ^ " to indicate exponentiation:
F(x) = x^3 - 5x^2 - 6x
Factoring out x, we get:
F(x) = x(x^2 - 5x - 6)
Factoing the quadratic, we get:
F(x) = x(x - 3)(x - 2) = 0
The zeros are {2, 3}