Question 913331
given:
Zeros: {{{x[1]=-1}}},{{{x[2]=1}}},{{{x[3]=5}}}; Degree: {{{3}}}

{{{f(x)= (x-x[1])(x-x[2])(x-x[3])}}}

{{{f(x)= (x-(-1))(x-1)(x-5)}}}

{{{f(x)= (x+1)(x-1)(x-5)}}}

{{{f(x)= (x^2-1)(x-5)}}}

{{{f(x)= x^3-5x^2-x+5}}}

 {{{ graph( 600, 600, -10, 10, -10, 10, x^3-5x^2-x+5) }}}