document.write( "Question 729944: Find the zeros of each function by factoring and using the zero product property
\n" );
document.write( "3x^3 - 36x^2 + 108x \n" );
document.write( "
Algebra.Com's Answer #446311 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find the zeros of each function by factoring and using the zero product property \n" ); document.write( "3x^3 - 36x^2 + 108x = 0 \n" ); document.write( "factor out 3x \n" ); document.write( "3x(x^2 - 12x + 36) = 0 \n" ); document.write( "factor again \n" ); document.write( "3x(x-6)(x-6) = 0 \n" ); document.write( "two solutions \n" ); document.write( "x = 0 \n" ); document.write( "and \n" ); document.write( "x = 6 \n" ); document.write( " \n" ); document.write( " |