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

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


answered
User Alpesh Trivedi
by
8.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.