document.write( "Question 1038121: Find all real solutions of the equation.
\n" );
document.write( "x^3-6x^2+x-6=0 \n" );
document.write( "
Algebra.Com's Answer #652824 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x^3-6x^2+x-6=0 \n" ); document.write( "factor \n" ); document.write( "x^2(x-6)+1(x-6)=0 \n" ); document.write( "(x^2+1)(x-6)=0 \n" ); document.write( "1 real root, and it is 6. \n" ); document.write( " |