Question 1156388
roots of {{{x[1]=-3}}} and {{{x[2]=2}}}



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

{{{f(x)=(x-(-3))(x-2)}}}

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

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

{{{f(x)=x^2+x-6}}}


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