document.write( "Question 92556This question is from textbook Algebra and Trigonometry
\n" ); document.write( ": Find the polynomial f(x) of degree three that has zeroes at 1,2, and 4 such that f(0)= -16. \n" ); document.write( "
Algebra.Com's Answer #67392 by bucky(2189)\"\" \"About 
You can put this solution on YOUR website!
Being a zero of a polynomial means when you assign a value to x in the polynomial, the polynomial
\n" ); document.write( "will have a value of zero.
\n" ); document.write( ".
\n" ); document.write( "Suppose we could form a polynomial that has three values of x for which the polynomial will
\n" ); document.write( "have a value of zero. A way that we could do that is to make the polynomial be the product of
\n" ); document.write( "three factors ... the factors having the form (x + a), (x + b), and (x + c). The polynomial
\n" ); document.write( "would be the product of these three factors. In other words, the polynomial would be:
\n" ); document.write( ".
\n" ); document.write( "(x + a)*(x + b)*(x + c)
\n" ); document.write( ".
\n" ); document.write( "But think about this ... the value of the polynomial would be zero if any one of the factors
\n" ); document.write( "were zero because zero times the other two factors makes the entire polynomial zero.
\n" ); document.write( ".
\n" ); document.write( "We were given three values of x that will make the polynomial go to zero. The first value
\n" ); document.write( "was x = 1. Let's use the first factor (x + a) for this. If x equals 1 in this factor
\n" ); document.write( "and we want that factor to go to be able to go to zero, then a must equal -1. So our first
\n" ); document.write( "factor is (x - 1). Similarly, we want the second factor to go to zero if x = 2. For it to
\n" ); document.write( "go to zero when x = 2, then b must equal -2. So our second factor is (x - 2). Similarly,
\n" ); document.write( "the third factor needs to go to zero when x is equal to 4. For this to happen, c must be
\n" ); document.write( "equal to -4, so the third factor is (x - 4).
\n" ); document.write( ".
\n" ); document.write( "We can now get these three factors in polynomial form by multiplying them together:
\n" ); document.write( ".
\n" ); document.write( "(x - 1)*(x - 2)*(x - 4)
\n" ); document.write( ".
\n" ); document.write( "You can do that multiplication in two stages. First multiply (x - 1) times (x - 2) and then
\n" ); document.write( "multiply the resulting product by (x - 4) to get the answer. Assuming you can do the multiplication,
\n" ); document.write( "here's the two results for you to use as checks:
\n" ); document.write( ".
\n" ); document.write( "(x - 1)*(x - 2) = x^2 - 3x + 2
\n" ); document.write( ".
\n" ); document.write( "Then doing the second stage multiplication:
\n" ); document.write( ".
\n" ); document.write( "(x^2 - 3x + 2)*(x - 4) = x^3 - 7x^2 + 14x - 8
\n" ); document.write( ".
\n" ); document.write( "You can check this by letting x = 1 first and this polynomial becomes:
\n" ); document.write( ".
\n" ); document.write( "1^3 - 7(1^2) + 14(1) - 8 = 1 - 7 + 14 - 8 = 0
\n" ); document.write( ".
\n" ); document.write( "Next let x = 2 and the polynomial becomes
\n" ); document.write( ".
\n" ); document.write( "2^3 - 7(2^2) + 14(2) - 8 = 8 - 28 + 28 - 8 = 0
\n" ); document.write( ".
\n" ); document.write( "Finally, let x = 4 and the polynomial becomes:
\n" ); document.write( ".
\n" ); document.write( "4^3 - 7(4^2) + 14(4) - 8 = 64 - 112 + 56 - 8 = 0
\n" ); document.write( ".
\n" ); document.write( "So our three zeros work out OK. But we still have another criterion to meet. That criterion
\n" ); document.write( "says that when x equals zero, the polynomial must equal -16. Well, our polynomial
\n" ); document.write( "does not meet that. Our polynomial is
\n" ); document.write( ".
\n" ); document.write( "x^3 - 7x^2 + 14x - 8
\n" ); document.write( ".
\n" ); document.write( "and when x is equal to zero, all the terms containing x disappear so we are just left with
\n" ); document.write( "a value of -8.
\n" ); document.write( ".
\n" ); document.write( "But what happens if we double our polynomial ... multiply all of its terms by 2. That would
\n" ); document.write( "mean that our polynomial would be formed from the factors:
\n" ); document.write( ".
\n" ); document.write( "2*(x - 1)*(x - 2)*(x - 4)
\n" ); document.write( ".
\n" ); document.write( "It would still go to zero if x = 1 or if x = 2 or if x = 4, so that property remains unchanged.
\n" ); document.write( ".
\n" ); document.write( "But we already know that (x - 1)*(x - 2)*(x - 4) = x^3 - 7x^2 + 14x - 8
\n" ); document.write( ".
\n" ); document.write( "And if we multiply this by 2 the resulting polynomial is:
\n" ); document.write( ".
\n" ); document.write( "2x^3 - 14x^2 + 28x - 16
\n" ); document.write( ".
\n" ); document.write( "Since this still contains the factors (x - 1), (x - 2), and (x - 4) so it goes to zero
\n" ); document.write( "when x = 1 or when x = 2 or when x = 4. But what about when x = 0? In the polynomial
\n" ); document.write( ".
\n" ); document.write( "2x^3 - 14x^2 + 28x - 16
\n" ); document.write( ".
\n" ); document.write( "if x is set to zero then all the terms containing x are zero and we are left with the
\n" ); document.write( "value of the polynomial being -16, just as the problem requires it should be.
\n" ); document.write( ".
\n" ); document.write( "So the answer is that the polynomial is:
\n" ); document.write( ".
\n" ); document.write( "\"f%28x%29+=+2x%5E3+-+14x%5E2+%2B+28x+-+16\"
\n" ); document.write( ".
\n" ); document.write( "We have already checked when x equals zero to find that f(0) = -16. You can further
\n" ); document.write( "check the value of f(1), f(2), and f(4) to make sure all three of them are zero.
\n" ); document.write( ".
\n" ); document.write( "Hope this helps you to understand the problem and how it can be solved.
\n" ); document.write( "
\n" );