Use synthetic division to divide the polynomial (2x^3+11x^2-2x-25) divided by the linear factor (2x+3) and state in the from Q(x)+r(x) where r(x) is the remainder.
\n" );
document.write( "\r\n" );
document.write( "Synthetic division is only for division by x-r, where the coefficient\r\n" );
document.write( "of x is 1. So to use synthetic division when the coefficient of x\r\n" );
document.write( "is not 1, you must first write the division as a fraction:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Then factor out the coefficient x, in this case 2, in the bottom\r\n" );
document.write( "\r\n" );
document.write( "(Yes I know you were taught that you couldn't factor anything out of\r\n" );
document.write( "2x+3, but they meant that you couldn't factor anything out of it without\r\n" );
document.write( "running into fractions, but you're a big boy or girl now :) and you\r\n" );
document.write( "can handle fractions. So factor out 2, and get
and put\r\n" );
document.write( "up with a fraction inside the parentheses: \r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Now consider that coefficient 2 you factored out on the boottom \r\n" );
document.write( "as amounting to multiplication by the fraction
: \r\n" );
document.write( "\r\n" );
document.write( "
×
\r\n" );
document.write( "\r\n" );
document.write( "We will do the fraction by synthetic division and \r\n" );
document.write( "then divide through by 2\r\n" );
document.write( "\r\n" );
document.write( "-
⃒ 2 11 -2 -25\r\n" );
document.write( " ⃒ -3 -12 21 \r\n" );
document.write( " 2 8 -14 -4\r\n" );
document.write( "\r\n" );
document.write( "This quotient is 2x² + 8x - 14 +
\r\n" );
document.write( "\r\n" );
document.write( "Then we multiply by 1/2 and get:\r\n" );
document.write( "\r\n" );
document.write( " x² + 4x - 7 +
\r\n" );
document.write( "\r\n" );
document.write( "We can simplify the fraction by multiplying top and bottom\r\n" );
document.write( "by 2\r\n" );
document.write( "\r\n" );
document.write( " x² + 4x - 7 +
\r\n" );
document.write( "\r\n" );
document.write( "And then we can just put a minus sign and make the numerator 4\r\n" );
document.write( "\r\n" );
document.write( " x² + 4x - 7 -
\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" );
document.write( "