The simplest polynomial function with real zeros z1, z2, z3, ... zn is found by starting with P(x) = (x-z1)(x-z2)...(x-zn) 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) = (x2-2x+2x-4)(x-4) P(x) = (x2-4)(x-4) P(x) = x3-4x2-4x+16 Edwin