document.write( "Question 134004: NEED HELP!! What is the product of (x+7)(x^2+5x-9) \n" ); document.write( "
Algebra.Com's Answer #97968 by andishmonkeygirl(3)![]() ![]() ![]() You can put this solution on YOUR website! (x+7)(x^2+5x-9) \n" ); document.write( "first distribute the x to all the numbers in the second polynomial \n" ); document.write( "x^3+5x^2-9x \n" ); document.write( "then add to that what you get when you distribute the 7 in the second polynomial \n" ); document.write( "x^3+5x^2-9x+7x^2+35x-63 \n" ); document.write( "next put them in decreasing degree order \n" ); document.write( "x^3+5x^2+7x^2+35x-9x-63 \n" ); document.write( "finally combine the like terms to simplify and finish the problem \n" ); document.write( "x^3+12x^2+26x-63 \n" ); document.write( " |