216k views
2 votes
Create a function with roots x = 3 and x = 2 and x = -3

User Leo Hendry
by
8.4k points

1 Answer

3 votes
If the roots are 3, 2 and -3 then the function is created by multiplying
(x-3) * (x-2) * (x+3)
x^2 -5x +6 * (x+3)
x^3 -5x^2 +6x + 3x^2 -15x +18 = 0
x^3 -2x^2 -9x +18 = 0


User Alpesh Trivedi
by
8.1k points

No related questions found