What are all the zeroes of f(x)=2x32x28x+8?

1 Answer
Dec 13, 2015

x=2,1,2

Explanation:

Factor the polynomial.

f(x)=2(x3x24x+4)

Factor by grouping.

f(x)=2(x2(x1)4(x1))

f(x)=2(x24)(x1)

Recognize that x24 is a difference of squares.

f(x)=2(x+2)(x2)(x1)

Now, to find the zeros of a function, find the times when f(x)=0.

0=2(x+2)(x2)(x1)

When there is a product of things that equal 0, at least one of the terms MUST equal 0. To find when this happens, set each non-constant term equal to 0.

x+2=0
x=2

x2=0
x=2

x1=0
x=1

A good way to double check is by checking a graph.
graph{2x^3-2x^2-8x+8 [-7.96, 12.04, -3.56, 6.44]}

The zeros, when the graph crosses the x-axis, occur at x=2,1,2.