To write a polynomial function using the given zeros, we can use the fact that if a number, say "a," is a zero of a polynomial function, then (x-a) is a factor of the polynomial.
Given that the zeros are -9, 5/2, and 2, we can write the factors as follows:
(x - (-9)) = (x + 9)
(x - (5/2))
(x - 2)
To find the simplest polynomial function, we need to multiply these factors together. However, we need to make sure that the leading coefficient is positive and that all coefficients are integers.
One possible polynomial function is:
f(x) = (x + 9)(2x - 5)(x - 2)
This function has the given zeros, and all coefficients are integers. The leading coefficient is positive since the coefficient of the x^3 term is positive (2).
Another possible polynomial function is:
f(x) = -(x + 9)(-2x + 5)(x - 2)
In this case, the leading coefficient is also positive (-1 * -2 = 2).
Both of these polynomial functions meet the given criteria of having the specified zeros, all integer coefficients, and a positive leading coefficient.