document.write( "Question 1022758: Solve y^4-2y^3+y^2=0 \n" ); document.write( "
Algebra.Com's Answer #638353 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Okay, from \n" ); document.write( "y^4-2y^3+y^2=0 \n" ); document.write( "let's factor out the y^2 first...we get \n" ); document.write( "y^2(y^2 - 2y + 1) = 0 \n" ); document.write( "now factor what's left... \n" ); document.write( "y^2(y - 1)^2 = 0 \n" ); document.write( "which gives four solutions, but there are double roots... \n" ); document.write( "y = 0 and y = 1 \n" ); document.write( " |