Michael J. answered 01/02/16
Tutor
5
(5)
Effective High School STEM Tutor & CUNY Math Peer Leader
Multiplicity means the number of times a zero repeats. We have two zeros that are 5/3 and one zero that is -1/4. A zero means that if we evaluate f(x), the result is zero. So the function we will have so far is
f(x) =C (3x - 5)2(4x + 1)
f(x) = C (3x - 5)(3x - 5)(4x + 1)
Now, we use the initial value condition f(0)=-50 to solve for C.
-50 = C(-5)(-5)(1)
-50 = 25C
-2 = C
Now we plug in this value of C into the polynomial.
f(x) = -2(3x - 5)(3x - 5)(4x + 1)
Expand the polynomial.
f(x) = -2(9x2 - 30x + 25) (4x + 1)
f(x) = (-18x2 + 60x - 50)(4x + 1)
f(x) = 4x(-18x2 + 60x - 50) - 18x2 + 60x - 50
f(x) = -72x3 + 240x2 - 200x - 18x2 + 60x - 50
f(x) = -72x3 - 222x2 - 140x - 50