Question 1202704
The description indicates you have all you need to solve the problem's question/s.


{{{h(x)=V/A=(3x^3+24x^2+15x-150)/(x+5)^2}}}




{{{3(x^3+8x^2+5x-50)}}}  for V.


<pre>
Synthetic division, twice for 'checking' root  -5,

    -------------------------
-5  |   1   8   5   -50
    |      -5  -15   50
    |__________________________
        1   3  -10   0


-5   |  1   3   -10
     |     -5    10
     |_________________________
        1  -2    0
</pre>

{{{highlight(h(x)=3(x-2))}}}