\r\n" );
document.write( "Find the remainder when
is synthetically divided by a +
.\r\n" );
document.write( "\r\n" );
document.write( "Change the sign of the
to
\r\n" );
document.write( "\r\n" );
document.write( "
|2 -3 4 3\r\n" );
document.write( " | \r\n" );
document.write( " \r\n" );
document.write( "Bring down the 2\r\n" );
document.write( "\r\n" );
document.write( "
|2 -3 4 3\r\n" );
document.write( " | \r\n" );
document.write( " 2 \r\n" );
document.write( "\r\n" );
document.write( "Multiply the 2 by the
to get -1\r\n" );
document.write( "Write -1 above and to the right of the 2:\r\n" );
document.write( "\r\n" );
document.write( "
|2 -3 4 3\r\n" );
document.write( " | -1 \r\n" );
document.write( " 2 \r\n" );
document.write( "\r\n" );
document.write( "Combine the -3 and the -1, getting -4.\r\n" );
document.write( "Write -4 at the bottom beside the 2 \r\n" );
document.write( "\r\n" );
document.write( "
|2 -3 4 3\r\n" );
document.write( " | 1 \r\n" );
document.write( " 2 -4 \r\n" );
document.write( "\r\n" );
document.write( "Multiply the -4 by the
to get -2\r\n" );
document.write( "Write -2 above and to the right of the -4:\r\n" );
document.write( "\r\n" );
document.write( "
|2 -3 4 3\r\n" );
document.write( " | 1 -2 \r\n" );
document.write( " 2 -4 \r\n" );
document.write( "\r\n" );
document.write( "Combine the 4 and the -2, getting 2.\r\n" );
document.write( "Write 2 at the bottom beside the -4: \r\n" );
document.write( "\r\n" );
document.write( "
|2 -3 4 3\r\n" );
document.write( " | 1 -2 \r\n" );
document.write( " 2 -4 2 \r\n" );
document.write( "\r\n" );
document.write( "Multiply the 2 by the
to get -1\r\n" );
document.write( "Write -1 above and to the right of the 2:\r\n" );
document.write( "\r\n" );
document.write( "
|2 -3 4 3\r\n" );
document.write( " | 1 -2 -1\r\n" );
document.write( " 2 -4 2 \r\n" );
document.write( "\r\n" );
document.write( "Combine the 3 and the -1, getting 2.\r\n" );
document.write( "Write 2 at the bottom beside the 2: \r\n" );
document.write( "\r\n" );
document.write( "
|2 -3 4 3\r\n" );
document.write( " | 1 -2 -1\r\n" );
document.write( " 2 -4 2 2\r\n" );
document.write( "\r\n" );
document.write( "The synthetic division is now complete,\r\n" );
document.write( "and the remainder is the right-most term \r\n" );
document.write( "on the bottom line. So the answer is 2.\r\n" );
document.write( "\r\n" );
document.write( "The quotient is gotten from the first three\r\n" );
document.write( "numbers on the bottom line and is interpreted\r\n" );
document.write( "as \r\n" );
document.write( "\r\n" );
document.write( "2x² - 4x + 2.\r\n" );
document.write( "\r\n" );
document.write( "But you were only asked to give the remainder\r\n" );
document.write( "which is the right-most number on the\r\n" );
document.write( "bottom line of the synthetic division. So\r\n" );
document.write( "the answer is 2.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" );
document.write( "