\n" );
document.write( "Hi,
\n" );
document.write( "Note: x = -1 is a solution (-2 + 7 -2 - 3 = 0)\r
\n" );
document.write( "\n" );
document.write( " 2x^2 + 5x -3
\n" );
document.write( " _______________________
\n" );
document.write( "x +1 | 2x^3+7x^2+2x-3 \r
\n" );
document.write( "\n" );
document.write( "2x^2 + 5x -3
\n" );
document.write( "(2x - 1)(x + 3 )= 0
\n" );
document.write( "(2x - 1)=0
\n" );
document.write( "x = 1/2
\n" );
document.write( "(x + 3 )= 0
\n" );
document.write( "x = -3
\n" );
document.write( "solution set is {-3, -1, 1/2}
\n" );
document.write( "