\n" );
document.write( "Hi
\n" );
document.write( "P(x)=x^3+5x^2-2x-24, Note: P(2) = 0
\n" );
document.write( "Using Synthetic Division to find the other two roots
\n" );
document.write( "2 1 5 -2 -24
\n" );
document.write( " 2 14 24
\n" );
document.write( " 1 7 12 0
\n" );
document.write( "(x-2)(x^2 + 7x + 12) = (x-2)(x+3)(x+4)
\n" );
document.write( "x is -4, -3, 2
\n" );
document.write( "
\n" );
document.write( "