SOLUTION: What is h if ( x^3 + 2 x^2 - 4x + h) ÷ (x + 1) has a remainder of 15?

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equation Customizable Word Problems -> SOLUTION: What is h if ( x^3 + 2 x^2 - 4x + h) ÷ (x + 1) has a remainder of 15?       Log On


   



Question 331169: What is h if ( x^3 + 2 x^2 - 4x + h) ÷ (x + 1) has a remainder of 15?


Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
There are two ways to do the problem, so take your pick:

What is h if %28+x%5E3+%2B+2+x%5E2+-+4x+%2B+h%29%22%F7%22%28x+%2B+1%29 has a remainder of 15?

Method 1:

            x² +  x - 5
x + 1)x3 + 2x² - 4x + h
      x3 +  x²
            x² - 4x
            x² +  x
                -5x + h
                -5x - 5
                    h+5

So remainder = h+5  and we are given that the remainder = 15, so

               h+5 = 15
                 h = 10


-----------------------------------------------------  

Method 2:

Memorize this rule known as the "remainder theorem" which says:

When a polynomial is divided by x + r using long* division, the 
remainder obtained is always the same number as is obtained when
-r is substituted for x in the polynomial

*or synthetic, if you've studied that yet.

So since the polynomial %28+x%5E3+%2B+2+x%5E2+-+4x+%2B+h%29

is divided by x + 1, the remainder obtained is the same number as
is obtained when -1 is substituted for x in the polynomial

+x%5E3+%2B+2+x%5E2+-+4x+%2B+h

%28-1%29%5E3+%2B+2%28-1%29%5E2+-+4%28-1%29+%2B+h

%28-1%29+%2B+2%28%22%22%2B1%29+%2B+4+%2B+h

-1+%2B+2+%2B+4+%2B+h

5%2Bh

So since the remainder obtained is given to be 15,

5%2Bh=15

h=10 

You can do it either way, but your teacher probably wants
you to memorize the remainder theorem, method 2 above.

Edwin