Jackie X. answered 02/27/21
A college student who has a solid math background.
Hello Zariah,
Some important conditions:
- polynomial function
- least degree
- the leading coefficient is 1
- the given zeros -2, 3, 6 are x-intercepts that we have for this function.
-------------------------------------------------------------------------------------------------------------------
I think the most important condition is #4
Because from #4, we know that:
x=-2, y=0 ----------- (x+2)
x= 3, y=0 ----------- (x-3)
x=6, y=0 ----------- (x-6)
Hence,
we can get the polynomial function by multiple above terms
y = (x+2) * (x-3) * (x-6)
it can be tested by plug x=-2, 3, 6 into the equation and see whether y=0
Then,
Let's see what is the leading coefficient of this equation by expanding it.
y = (x+2) * (x-3) * (x-6) = (x2-x-6) * (x-6) = x3-6x2-x2+6x-6x+36 = x3-7x2+36 ----- it is 1
So there is no need to fix anything, the answer is y = (x+2) * (x-3) * (x-6) but we need to write it in standard form, so x3-7x2+36
-------------------------------------------------------------------------------------------
EXTRA:
What if the teacher asks you that the leading coefficient must be 2 instead of 1
the below is the same
--------------------------------------------------------------------------------------------------------------
x=-2, y=0 ----------- (x+2)
x= 3, y=0 ----------- (x-3)
x=6, y=0 ----------- (x-6)
Hence,
we can get the polynomial function by multiple above terms
y = (x+2) * (x-3) * (x-6)
it can be tested by plug x=-2, 3, 6 into the equation and see whether y=0
--------------------------------------------------------------------------------------------------------------
But the leading coefficient "2" needs to be added before (x+2) * (x-3) * (x-6)
So we got : y = 2 * (x+2) * (x-3) * (x-6)
Finally, you can expand this equation and get the standard form in which the polynomial function has given 0s (-2,3,6), has the least degree, and with the leading coefficient of 2
-----------------------------------------------------------------------------------------------------------
Hope it helps!