
Rodriguez R. answered 07/05/22
Math's Expert
EXPLANATION:
From given conditions we make polynomial of degree 4.
P(x)= x(x-1)2(x+1)
=x(x2-2x+1)(x+1)
=x(x2-2x+1).x+(x2-2x+1).1
=x(x3 -2x2+x +x2 -2x +1)
=x(x3-x2-x+1)
P(x)=x4 -x3 -x2 +x
We need to fix it up further to get it through the given point (5, 240)
P(x)= b(x4-x3-x2+x)...........(A)
240= P(5) = m[(5)4 - (5)3 - (5)2 + 5]
240 = m(625 -125 -25+5)
240 = m(480)=
m= 240/480 = 1/2
Put value of m in (A)
P(x) = (1/2)(x4 -x3 -x3+x)
P(x) = x4/2 - x3/2 -x2/2 + x/2