document.write( "Question 41236This question is from textbook
\n" );
document.write( ": how do you Factor the expresion 16w squared+80w+100 \n" );
document.write( "
Algebra.Com's Answer #26621 by Nate(3500) ![]() You can put this solution on YOUR website! 16w^2 + 80w + 100 you need factors of the product of the constant term(100) and the leading coefficient term(16) that sum up to the linear term(80) .... those are: 40 and 40 \n" ); document.write( "16w^2 + 40w + 40w + 100 \n" ); document.write( "(16w^2 + 40w) + (40w + 100) \n" ); document.write( "8w(2w + 5) + 20(2w + 5) \n" ); document.write( "(8w + 20)(2w + 5) \n" ); document.write( "4(2w + 5)(2w + 5) \n" ); document.write( " |