document.write( "Question 204047: Hi all, I was hoping someone could help with the following; I need to
\n" );
document.write( "Solve this cubic equation for x: x^3 - 4x^2 + x + 6 = 0.
\n" );
document.write( "Any help would be great,
\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #153987 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! x^3 - 4x^2 + x + 6 = 0 \n" ); document.write( "-------------- \n" ); document.write( "If you substitute x = -1 you will see that -1 is a root. \n" ); document.write( "----------- \n" ); document.write( "Using synthetic division you can find the other roots. \n" ); document.write( "--- \n" ); document.write( "-1)....1....-4....1....6 \n" ); document.write( ".........1.....-5...6...|..0\r \n" ); document.write( "\n" ); document.write( "Quotient: x^2-5x+6 \n" ); document.write( "Factor: (x-3)(x-2) = 0 \n" ); document.write( "Ans: x = -1 or 2 or 3 \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |