document.write( "Question 189138: Determine if f(x) is a factor of the polynomial using the factor theorem.
\n" );
document.write( "x=3 for f(x) = x^3-4x-1\r
\n" );
document.write( "\n" );
document.write( "How do I solve this? If you could please explain :)
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #141879 by stanbon(75887) ![]() You can put this solution on YOUR website! Determine if f(x) is a factor of the polynomial using the factor theorem. \n" ); document.write( "x=3 for f(x) = x^3-4x-1 \n" ); document.write( "----------------------------- \n" ); document.write( "The Factor Theorem says \"If x-3 is a factor of f(x) if f(3)=0 \n" ); document.write( "----------------------------- \n" ); document.write( "So see if f(3) is zero. \n" ); document.write( "---- \n" ); document.write( "f(3) = 3^3-4*3-1 = 27-12-1 = 14 \n" ); document.write( "---------- \n" ); document.write( "F(3) is not zero so (x-3) is not a factor of f(x). \n" ); document.write( "===================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |