SOLUTION: find the polynomial f(x) of degree three that has zeroes at 1,2 and 4 such that f(0)=-16. a. f(x)=x^3-7x+14x-16 b. f(x)=2x^3-14x^2+28x-16 c. f(x)=2x^3-14x^2+14x-16 d. f(x)=2

Algebra ->  Rational-functions -> SOLUTION: find the polynomial f(x) of degree three that has zeroes at 1,2 and 4 such that f(0)=-16. a. f(x)=x^3-7x+14x-16 b. f(x)=2x^3-14x^2+28x-16 c. f(x)=2x^3-14x^2+14x-16 d. f(x)=2      Log On


   



Question 46537: find the polynomial f(x) of degree three that has zeroes at 1,2 and 4 such that
f(0)=-16.
a. f(x)=x^3-7x+14x-16
b. f(x)=2x^3-14x^2+28x-16
c. f(x)=2x^3-14x^2+14x-16
d. f(x)=2x^3+7x^2+14x+16

Answer by AnlytcPhil(1806) About Me  (Show Source):
You can put this solution on YOUR website!

Find the polynomial f(x) of degree three that has zeroes 
at 1, 2 and 4 such that f(0) = -16.

All polynomials of degree n that have zeros r1, r2, ..., rn 
are of the form

f(x) = k(x-r1)(x-r2)···(x-rn) 

where k can be any non-zero number.

So any polynomial of degree 3 that has zeros 1, 2, and 4 is 
of the form

f(x) = k(x-1)(x-2)(x-4)

where k can be any non-zero number.

But we also want f(0) to equal -16. So it has to be true that 
if we substitute 0 for x and then -16 for f(0), they should be 
equal.  So,

f(x) = k(x-1)(x-2)(x-4)
f(0) = k(0-1)(0-2)(0-4)
 -16 = -8k
   2 = k

So substitute 2 for k in 

f(x) = k(x-1)(x-2)(x-4)

to give

f(x) = 2(x-1)(x-2)(x-4)    

Multiply all that out and you'll get

f(x) = 2x³ - 14x² + 28x - 16 

That is choice (b).

Edwin