SOLUTION: Find k if x^3+6x^2+kx+12 is divisible by (x+4)

Algebra ->  Equations -> SOLUTION: Find k if x^3+6x^2+kx+12 is divisible by (x+4)      Log On


   



Question 1074901: Find k if x^3+6x^2+kx+12 is divisible by (x+4)
Answer by Edwin McCravy(20066) About Me  (Show Source):
You can put this solution on YOUR website!

Since x³+6x²+kx+12 is divisible by (x+4),
if we divide by x+4 by synthetic division
we should have a remainder of 0.

To divide by x+4 by synthetic division we 
use the opposite signed version -4

-4|1     6     k      12
  |     -4    -8  -4k+32 
   1     2   k-8  -4k+44

The remainder must = 0

                  -4k+44 = 0
                     -4k = -44
                       k = 11

Edwin