document.write( "Question 141142: Factor completely:\r
\n" );
document.write( "\n" );
document.write( "-2x to 3rd power + 16x to 2nd power - 24x \n" );
document.write( "
Algebra.Com's Answer #102866 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Factor completely: \n" ); document.write( "-2x to 3rd power + 16x to 2nd power - 24x \n" ); document.write( ": \n" ); document.write( "-2x^3 + 16x^2 - 24x \n" ); document.write( ": \n" ); document.write( "Factor out -2x and you have: \n" ); document.write( "-2x(x^2 - 8x + 12) \n" ); document.write( "Factors to \n" ); document.write( "-2x(x - 6)(x - 2) \n" ); document.write( " |