SOLUTION: f(x)=kx^3-8x^2-x+3k+1 is divisible by x-2. Find the value of k. Thanks. Jaime

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: f(x)=kx^3-8x^2-x+3k+1 is divisible by x-2. Find the value of k. Thanks. Jaime      Log On


   



Question 605254: f(x)=kx^3-8x^2-x+3k+1 is divisible by x-2. Find the value of k. Thanks. Jaime
Answer by Edwin McCravy(20062) About Me  (Show Source):
You can put this solution on YOUR website!
kx³ - 8x² - x + (3k+1)

That means that when that is divided by x-2 the remainder = 0

Use synthetic division to divide by x-2 (you CAN use long division):

2| k    -8      -1     3k+1
 |      2k    4k-16    8k-34
   k   2k-8   4k-17   11k-33

So the remainder = 0

   11k - 33 = 0 
        llk = 33
          k = 3

Edwin