Question 1186936
.
Construct a polynomial function with the following properties: third degree, 
1 is a zero of multiplicity 1, −4 is the only other zero, leading coefficient is 5.
~~~~~~~~~~~~


<pre>
    p(x) = {{{5*(x-1)*(x+4)^2}}}.     <U>ANSWER</U>
</pre>

Solved.