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

1 Answer

3 votes
That would be
f(x) = (x - 2)(x - 3)(x + 3)

expanded this is f(x) = (x - 2)(x^2 - 9)
= x^3 - 2x^2 - 9x + 18
User Tomislav
by
8.5k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.