document.write( "Question 104688: factor each polynomial completely
\n" );
document.write( "-4w^3 - 16w^2 + 20w \n" );
document.write( "
Algebra.Com's Answer #76210 by TP(29)![]() ![]() ![]() You can put this solution on YOUR website! Looking at the polynomial we can see that 4w is a COMMON FACTOR and so \n" ); document.write( "-4w^3 - 16w^2 + 20w = 4w[-w^2 - 4w + 5] \n" ); document.write( " = -4w[w^2 + 4w - 5] \n" ); document.write( "Now to factorise w^2 + 4w - 5 we need to look for two numbers that when added together give you 4 and when multiplied together give you -5. \n" ); document.write( "These numbers are 5 and -1. \n" ); document.write( "So -4w[w^2 + 4w - 5] = -4w[(w + 5)(w-1)]ANS \n" ); document.write( " |