document.write( "Question 268332: This is dividing polynomials using long division. The problem is as follows:\r
\n" );
document.write( "\n" );
document.write( "2x^3-3x^2+6x+4/2x+1 I've tried just dividing, but that doesn't seem to figure out right. Not sure how to use long division with polynomials. \n" );
document.write( "
Algebra.Com's Answer #196662 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! This is dividing polynomials using long division. The problem is as follows: \n" ); document.write( "2x^3-3x^2+6x+4/2x+1 I've tried just dividing, but that doesn't seem to figure out right. Not sure how to use long division with polynomials. \n" ); document.write( "----------------------- \n" ); document.write( "Using synthetic division: \n" ); document.write( "-1/2)....2....-3....6....4 \n" ); document.write( "...........2....-4...8...|..0 \n" ); document.write( "------------------------------------\r \n" ); document.write( "\n" ); document.write( "Quotient: 2x^2-4x+8 \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |