How do you find all the zeros of f(x) = x^3 – 10x^2 + 24x?
1 Answer
Aug 16, 2016
Explanation:
Since all of the terms are divisible by
x^3-10x^2+24x = x(x^2-10x+24) = x(x-4)(x-6)
Hence zeros:
x = 0 ,x=4 andx=6 .