First, convert the zeroes into factors of your polynomial:
- -4 -> (x + 4) [because -4 + 4 = 0]
- 4 -> (x - 4) [because 4 - 4 = 0]
- 3 -> (x - 3) [because 3 - 3 = 0]
So our polynomial is: (x + 4)(x - 4)(x - 3)
If we multiply the first two terms using FOIL (First Outside Inside Last), we get:
- (x + 4)(x - 4) = x2 - 4x + 4x - 16 = x2 - 16
So our polynomial is now: (x2 - 16)(x - 3)
Multiplying the remaining two terms of our polynomial, we get:
- (x2 - 16)(x - 3) = x3 - 3x2 - 16x + 48
x3 - 3x2 - 16x + 48 is a polynomial of degree 3 (highest power of x) and our answer.