document.write( "Question 824422: Solve the problem.\r
\n" );
document.write( "\n" );
document.write( "Find k such that f(x) = x^4 + kx^3 + 2 has the factor x + 1.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #496445 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve the problem. \n" ); document.write( "Find k such that f(x) = x^4 + kx^3 + 2 has the factor x + 1. \n" ); document.write( "----- \n" ); document.write( "Solve: \n" ); document.write( "f(-1) = (-1)^4+k(-1)^3+2 = 0 \n" ); document.write( "1 - k + 2 = 0 \n" ); document.write( "-k+3 = 0 \n" ); document.write( "k = 3 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |