\n" );
document.write( "Hi
\n" );
document.write( "what are the zeros in
\n" );
document.write( " 3x^4+4x^3-21x^2-10x+24 |If x = 1 then 3+4-21+24 = 0
\n" );
document.write( "dividing the above by (x-1)results in:
\n" );
document.write( " 3x^3+7x^2-14x-24 |If x = 2 then 24+28-28-24 = 0
\n" );
document.write( "dividing the above by (x-2)results in:
\n" );
document.write( " 3x^2 + 13x +12
\n" );
document.write( "factoring
\n" );
document.write( " (3x+4)(x+3)=0
\n" );
document.write( " (3x+4)= 0 x = -4/3
\n" );
document.write( " (x+3)=0 x = -3
\n" );
document.write( "the 4 'zeros' for x are: -3,-4/3,1,2
\n" );
document.write( "