SOLUTION: p(x)=8x^2+6x+2, c=1/2 Use synthetic division and the remainder theorem to find p(c) which in this case is p(1/2)

Algebra ->  Equations -> SOLUTION: p(x)=8x^2+6x+2, c=1/2 Use synthetic division and the remainder theorem to find p(c) which in this case is p(1/2)      Log On


   



Question 977624: p(x)=8x^2+6x+2, c=1/2 Use synthetic division and the remainder theorem to find

p(c) which in this case is p(1/2)

Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!

The remainder theorem says (in words):

If you have a polynomial function p(x) = (some terms in powers of x)
Then if you want to find p(c), then

Instead of substituting c for x in p(x), you can get the same answer
by performing synthetic division with the polynomial with c on the
far left of the synthetic divison, and taking ONLY the REMAINDER.


We put c = ½ to the left of the synthetic division   


  ½ | 8  6  2
    |________

Bring down the 8 below the bottom line:

  ½ | 8  6  2
    |________
      8

Multiply the 8 times the ½ getting (8)(½) = 4
and write 4 above the line and to the right of the 8,
underneath the 6:

  ½ | 8  6  2
    |    4    
      8

Add 6+4 getting 10, and write 10 below to line underneath
the 4 to the right of the 8:

  ½ | 8  6  2
    |    4   
      8 10

Multiply the 10 times the 0.5 getting (10)(½) = 5
and write 5 above the line and to the right of the 10,
underneath the 2, beside the 4:

  ½ | 8  6  2
    |    4  5
      8 10 

Add 2+5 getting 7, and write 7 below to line underneath
the 5 to the right of the 10:

  ½ | 8  6  2
    |    4  5
      8 10  7

So p(½) = the last number on the bottom is the remainder, 
which is 7. and that's equal to p(½)

Check by substituting ½ for x in 

p%28x%29=8x%5E2%2B6x%2B2
p%281%2F2%29=8%281%2F2%29%5E2%2B6%281%2F2%29%2B2
p%281%2F2%29=8%281%2F4%29%2B3%2B2
p%281%2F2%29=2%2B5
p%281%2F2%29=7

So you see that you get the same answer 7 when you do synthetic
division with ½ on the far left as you get when you substitute ½
for x in the polynomial.  It's usually easier to use the remainder
theorem than to substitute -- especially when the polynomial has 
lots of terms.  This one only has 3 terms so the remainder theorem
is not that time-saving on this one, but it is when the polynomial
has more terms.

Edwin