document.write( "Question 592787: I don't understand how to do problems that include three or four problems together such as x^3+5x^2-16x-80 can you help or explain
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #376058 by lwsshak3(11628) ![]() You can put this solution on YOUR website! I don't understand how to do problems that include three or four problems together such as x^3+5x^2-16x-80 can you help or explain. \n" ); document.write( "** \n" ); document.write( "Usually, but not always, problems like this with 4 terms are set up so you can factor the expression by a method called grouping: \n" ); document.write( "x^3+5x^2-16x-80 \n" ); document.write( "Group terms to get a common factor \n" ); document.write( "=x^2(x+5)-16(x+5) \n" ); document.write( "factor out common term (x+5) \n" ); document.write( "=(x+5)(x^2-16) \n" ); document.write( "expand difference of squares \n" ); document.write( "=(x+5)(x+4)(x-4) \n" ); document.write( " |