In this question, we have to identify the zeros of the polynomial, along with a point, and then we get that the formula for the polynomial is:
[tex]p(x) = -0.5(x^3 - x^2 + 6x)[/tex]
------------------------
Equation of a polynomial, according to it's zeros:
Given a polynomial f(x), this polynomial has roots such that it can be written as: , in which a is the leading coefficient.
------------------------
Identifying the zeros:
Given the graph, the zeros are the points where the graph crosses the x-axis. In this question, they are:
[tex]x_1 = -2, x_2 = 0, x_3 = 3[/tex]
Thus
[tex]p(x) = a(x - x_{1})(x - x_{2})(x-x_3)[/tex]
[tex]p(x) = a(x - (-2))(x - 0)(x-3)[/tex]
[tex]p(x) = ax(x+2)(x-3)[/tex]
[tex]p(x) = ax(x^2 - x + 6)[/tex]
[tex]p(x) = a(x^3 - x^2 + 6x)[/tex]
------------------------
Leading coefficient:
Passes through point (2,-8), that is, when [tex]x = 2, y = -8[/tex], which is used to find a. So
[tex]p(x) = a(x^3 - x^2 + 6x)[/tex]
[tex]-8 = a(2^3 - 2^2 + 6*2)[/tex]
[tex]16a = -8[/tex]
[tex]a = -\frac{8}{16} = -0.5[/tex]
------------------------
Considering the zeros and the leading coefficient, the formula is:
[tex]p(x) = -0.5(x^3 - x^2 + 6x)[/tex]
A similar problem is found at https://brainly.com/question/16078990