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

Algebra.Com's Answer #30828 by AnlytcPhil(1806)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Find the polynomial f(x) of degree three that has zeroes \r\n" );
document.write( "at 1, 2 and 4 such that f(0) = -16.\r\n" );
document.write( "\r\n" );
document.write( "All polynomials of degree n that have zeros r1, r2, ..., rn \r\n" );
document.write( "are of the form\r\n" );
document.write( "\r\n" );
document.write( "f(x) = k(x-r1)(x-r2)···(x-rn) \r\n" );
document.write( "\r\n" );
document.write( "where k can be any non-zero number.\r\n" );
document.write( "\r\n" );
document.write( "So any polynomial of degree 3 that has zeros 1, 2, and 4 is \r\n" );
document.write( "of the form\r\n" );
document.write( "\r\n" );
document.write( "f(x) = k(x-1)(x-2)(x-4)\r\n" );
document.write( "\r\n" );
document.write( "where k can be any non-zero number.\r\n" );
document.write( "\r\n" );
document.write( "But we also want f(0) to equal -16. So it has to be true that \r\n" );
document.write( "if we substitute 0 for x and then -16 for f(0), they should be \r\n" );
document.write( "equal.  So,\r\n" );
document.write( "\r\n" );
document.write( "f(x) = k(x-1)(x-2)(x-4)\r\n" );
document.write( "f(0) = k(0-1)(0-2)(0-4)\r\n" );
document.write( " -16 = -8k\r\n" );
document.write( "   2 = k\r\n" );
document.write( "\r\n" );
document.write( "So substitute 2 for k in \r\n" );
document.write( "\r\n" );
document.write( "f(x) = k(x-1)(x-2)(x-4)\r\n" );
document.write( "\r\n" );
document.write( "to give\r\n" );
document.write( "\r\n" );
document.write( "f(x) = 2(x-1)(x-2)(x-4)    \r\n" );
document.write( "\r\n" );
document.write( "Multiply all that out and you'll get\r\n" );
document.write( "\r\n" );
document.write( "f(x) = 2x³ - 14x² + 28x - 16 \r\n" );
document.write( "\r\n" );
document.write( "That is choice (b).\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );