document.write( "Question 192465: This is quadratic equation that I tried on my own.\r
\n" );
document.write( "\n" );
document.write( "x^2 - 36 = 0
\n" );
document.write( "(x+6)(x-6) Am I finished or close?
\n" );
document.write( "Thank You \n" );
document.write( "
Algebra.Com's Answer #144499 by Alan3354(69443) You can put this solution on YOUR website! This is quadratic equation that I tried on my own. \n" ); document.write( "x^2 - 36 = 0 \n" ); document.write( "(x+6)(x-6) Am I finished or close? \n" ); document.write( "You're close. \n" ); document.write( "(x+6)*(x-6) = 0 \n" ); document.write( "Either x+6 = 0, so x = -6 \n" ); document.write( "Or x-6 = 0, so x = +6 \n" ); document.write( " \n" ); document.write( " |