document.write( "Question 1155941: Factor f(x) into linear factors given that k is a zero of f(x).\r
\n" ); document.write( "\n" ); document.write( "f(x) = x^3 - 75x - 250; k = -5 (multiplicity 2)
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #778637 by Edwin McCravy(20059)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Consider f(x) = x³ - 75x - 250 as \r\n" );
document.write( "\r\n" );
document.write( "f(x) = 1x³ +0x² - 75x - 250 to perform synthetic division on with -5.\r\n" );
document.write( "\r\n" );
document.write( "-5|1  0 -75 -250\r\n" );
document.write( "  |  -5  25  250   \r\n" );
document.write( "   1 -5 -50    0\r\n" );
document.write( "\r\n" );
document.write( "So we have factored\r\n" );
document.write( "\r\n" );
document.write( "f(x) = x³ - 75x - 250\r\n" );
document.write( "\r\n" );
document.write( "as\r\n" );
document.write( "\r\n" );
document.write( "f(x) = (x+5)(x²-5x-50)\r\n" );
document.write( "\r\n" );
document.write( "which factors further as\r\n" );
document.write( "\r\n" );
document.write( "f(x) = (x+5)(x+5)(x-10)\r\n" );
document.write( "\r\n" );
document.write( "or\r\n" );
document.write( "\r\n" );
document.write( "f(x) = (x+5)²(x-10)\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );