document.write( "Question 141550: Perform the indicated division by synthetic division
\n" ); document.write( "(x^6 + 2x^2 - 6) divided by (x - 2)
\n" ); document.write( "

Algebra.Com's Answer #103149 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Perform the indicated division by synthetic division \r\n" );
document.write( "\"x%5E6+%2B+2x%5E2+-+6\" divided by \"x+-+2\"\r\n" );
document.write( "\r\n" );
document.write( "Put in placeholders for the missing powers of x:\r\n" );
document.write( "\r\n" );
document.write( "\"x%5E6%2B0x%5E5%2B0x%5E4%2B0x%5E3%2B2x%5E2%2B0x-6\"÷\"%28x-2%29\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "2|1  0  0  0  2  0 -6\r\n" );
document.write( " |   2  4  8 16 36 72\r\n" );
document.write( "  1  2  4  8 18 36 66\r\n" );
document.write( "\r\n" );
document.write( "Answer: \"x%5E5%2B2x%5E4%2B4x%5E3%2B8x%5E2%2B18x%2B36%2B66%2F%28x-2%29\" \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );