document.write( "Question 976097: identify all double roots
\n" );
document.write( "x^3+4x=4x^2 \n" );
document.write( "
Algebra.Com's Answer #597756 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x^3-4x^2+4x=0\r \n" ); document.write( "\n" ); document.write( "x(x^2+4x+4)=0\r \n" ); document.write( "\n" ); document.write( "x(x+2)(x+2)=0\r \n" ); document.write( "\n" ); document.write( "x=0,-2,-2\r \n" ); document.write( "\n" ); document.write( "The double roots are -2, and there is a \"bounce\" at x=-2\r \n" ); document.write( "\n" ); document.write( " |