document.write( "Question 306458: im working with multiplying polynomials and using charts to solve them. i was not there in class for my lesson, so here is the problem
\n" );
document.write( "(-4x+6)(2x^3-x^2+1)
\n" );
document.write( "if you dont understand here is an example from my book\r
\n" );
document.write( "\n" );
document.write( "(2+b)(a-b)(b-a)
\n" );
document.write( "~~~b~~~~-b
\n" );
document.write( "a~~a^2~~-ab
\n" );
document.write( "b~~ab~~~-b^2 (then collect like terms (a^2-b^2)(b-a) then another chart) \n" );
document.write( "
Algebra.Com's Answer #219350 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! (-4x+6)(2x^3-x^2+1) \n" ); document.write( "-8x^4+4x^3-4x+12x^3-6x^2+6 \n" ); document.write( "-8x^4+16x^3-6x^2-4x+6 \n" ); document.write( " |