document.write( "Question 65530: Find the polynomial f(x) of degree three that has zeroes at 1,2, and 4 such that f(0)=-16. \r
\n" );
document.write( "\n" );
document.write( "I don't understand. \n" );
document.write( "
Algebra.Com's Answer #46090 by stanbon(75887)![]() ![]() ![]() 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. \n" ); document.write( "-------------- \n" ); document.write( "f(x)=a(x-1)(x-2)(x-4) \n" ); document.write( "f(0)=a(-1)(-2)(-4)=-16 \n" ); document.write( "-8a=-16 \n" ); document.write( "a=2 \n" ); document.write( "f(x)=2(x-1)(x-2)(x-4) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |