document.write( "Question 1090210: Find the roots of the polynomial equation 2x^3 -4x^2 +2x =0 \n" ); document.write( "
Algebra.Com's Answer #704615 by natolino_2017(77)\"\" \"About 
You can put this solution on YOUR website!
2x^3-4x^2+2x = 2x(x^2-2x+1) = 2x(x-1)^2\r
\n" ); document.write( "\n" ); document.write( "So the roots are: 2x(x-1)^2 =0\r
\n" ); document.write( "\n" ); document.write( " 2x=0 or (x-1)^2 = 0\r
\n" ); document.write( "\n" ); document.write( " x=0 or x=1 (with multiplicity =2)\r
\n" ); document.write( "\n" ); document.write( "Roots={0,1,1}\r
\n" ); document.write( "\n" ); document.write( "@natolino_
\n" ); document.write( "
\n" );