| 
 
 
| Question 175162:  How do i determine whether (b+4) is a factor of (b^3+3b^2-b+12)?
 Answer by Alan3354(69443)
      (Show Source): 
You can put this solution on YOUR website! How do i determine whether (b+4) is a factor of (b^3+3b^2-b+12)? ----------------
 The easiest way is to set (b+4) = 0, then b = -4
 If subbing -4 for b in the polynomial makes it zero, then (b+4) is a factor.
 -------------
 (b^3+3b^2-b+12)
 -64 + 3*16 + 4 + 12 =? 0
 -64 + 48 + 4 + 12 =? 0
 -64 + 64 = 0, so it's a factor.
 ----------
 The other way is to divide it, takes longer.
 | 
  
 | 
 |