SOLUTION: If X-3 is a factor of X^4-3X^3+KX+3, what is the value of K?

Algebra ->  Equations -> SOLUTION: If X-3 is a factor of X^4-3X^3+KX+3, what is the value of K?      Log On


   



Question 93024: If X-3 is a factor of X^4-3X^3+KX+3, what is the value of K?
Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!

If x-3 is a factor of x%5E4-3x%5E3%2Bkx%2B3, what is the value of k?

1. The remainder theorem tells us that you get the same thing when you
substitute 3 into a polynomial as you get when you divide the polynomial
by x-3 and take only the remainder.

2. The factor theorem thell us that since x-3 is a factor of the polynomial
then if we divided the polynomial by x-3, the remainder would be 0.

Putting these two facts together we can see that if we substituted 3 into
the polynomial, we will get the same result as the remainder would be if we
divided the polynomial by x-3. And furthermore due to 2, that remainder must
be 0.  So all we have to do is substitute 3 for x in the polynomial and set 
it equal to 0.

So substituting 3 for x in x^4-3x^3+kx+3 gives

                           3^4-3(3)^3+k(3)+3
                          
                             81-3(27)+3k+3
                          
                              81-81+3k+3

                                 3k+3

Setting 3k+3 = 0
          3k = -3
           k = -1

Now let's check to see if we are right. If we are then the polynomial

x%5E4-3x%5E3%2Bkx%2B3 becomes x%5E4-3x%5E3-x%2B3. We will divide that 

synthetically by x-3 to see if we get a 0 remainder.  First we must
insert a +0x%5E2 term, and write it as x%5E4-3x%5E3%2B0x%5E2-x%2B3.  

      3 | 1 -3  0 -1  3
        |    3  0  0 -3  
          1  0  0 -1  0     
  
Sure enough, we do get 0 for a remainder.
So k = -1 is correct.

Edwin