Question 93024
<pre><font size = 3><b>
If {{{x-3}}} is a factor of {{{x^4-3x^3+kx+3}}}, 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^4-3x^3+kx+3}}} becomes {{{x^4-3x^3-x+3}}}. We will divide that 

synthetically by x-3 to see if we get a 0 remainder.  First we must
insert a +{{{0x^2}}} term, and write it as {{{x^4-3x^3+0x^2-x+3}}}.  

      3 | 1 -3  0 -1  3
        |<u>    3  0  0 -3</u>  
          1  0  0 -1  <font color = "red">0</font>     
  
Sure enough, we do get <font color = "red">0</font> for a remainder.
So k = -1 is correct.

Edwin</pre>