Question 247328
Write the simplest polynomial function with the given zeros (-2, 2, 4)
<pre><font size = 4 color = "indigo"><b>
The simplest polynomial function with real zeros 

z<sub>1</sub>, z<sub>2</sub>, z<sub>3</sub>, ... z<sub>n</sub> 

is found by starting with 

P(x) = (x-z<sub>1</sub>)(x-z<sub>2</sub>)...(x-z<sub>n</sub>)

and multiplying it out.

So the simplest polynomial function with xeros -2, 2, and 4 is

P(x) = [x-(-2)](x-2)(x-4)

P(x) = [x+2](x-2)(x-4)

P(x) = (x+2)(x-2)(x-4)

P(x) = (x<sup>2</sup>-2x+2x-4)(x-4)

P(x) = (x<sup>2</sup>-4)(x-4)

P(x) = x<sup>3</sup>-4x<sup>2</sup>-4x+16

Edwin</pre>