document.write( "Question 200300: Multiply: (x+3)(x^2-4x+2) \n" ); document.write( "
Algebra.Com's Answer #150586 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! (x+3)(x^2-4x+2) \n" ); document.write( "= x*(x^2-4x+2) + 3*(x^2-4x+2) \n" ); document.write( "= x^3-4x^2+2x + 3x^2-12x+6 \n" ); document.write( "= x^3 - x^2 - 10x + 6 \n" ); document.write( " \n" ); document.write( " |