
Victoria V. answered 01/25/19
Math Teacher: 20 Yrs Teaching/Tutoring CALC 1, PRECALC, ALG 2, TRIG
If x = -3 is a zero, then x + 3 is a factor.
If x = 5 is a zero, then x - 5 is a factor.
Multiplicity of 2 means each of these factors happens twice, or is squared.
h(x) = (x+3)2 (x-5)2
Now you have to foil each of these squared terms, then multiply each term in the first by each term in the second. FOIL first:
h(x) = (x2+6x+9)(x2-10x+25)
Start by multiplying the first term (x2) of the first expression, by every term in the second expression:
x4 - 10x3 + 25x2
Then multiply the second term (6x) of the first expression, by every term in the second expression:
6x3 - 60x2 + 150x
Then multiply the third term (9) of the first expression, by every term in the second expression:
9x2 - 90x + 225
Now - combine all the like terms in these last three expressions:
h(x) = x4 - 4x3 - 26x2 + 60x + 225