\n" );
document.write( "Hi,
\n" );
document.write( "-x^2=2x-15
\n" );
document.write( "same as:(Adding x^2 to both sidess of the EQ)
\n" );
document.write( "x^2 +2x-15 = 0
\n" );
document.write( "factoring
\n" );
document.write( "(x+5)(x-3) = 0
\n" );
document.write( "(x+5) =0, x= -5
\n" );
document.write( "(x-3) = 0, x = 3\r
\n" );
document.write( "\n" );
document.write( "May check factoring using the FOIL method
\n" );
document.write( "F First terms x^2
\n" );
document.write( "O Outside terms -3x
\n" );
document.write( "I Inside terms 5x
\n" );
document.write( "L Last terms -15
\n" );
document.write( "
\n" );
document.write( "