Question 1156629
--------------------------------------------------
3x^3 + 8x^2 + 5x - 7. Use synthetic division to find f(-2).
-------------------------------------------------


f(-2)  as if checking for possible factor of f,  x+2.


<pre>
-2    |     3    8    5     -7
      |
      |         -6   -4     -2
      |_____________________________
            3    2    1    -9

</pre>
result:   {{{3x^2+2x+1-9/(x+2)}}}