document.write( "Question 165100: Solve x2-3x-4<6 numerically and graphically. \n" ); document.write( "
Algebra.Com's Answer #121686 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
x2-3x-4<6
\n" ); document.write( "x^2-3x-4-6<0
\n" ); document.write( "x^2-3x-10<0
\n" ); document.write( "(x-5)(x+2)<0
\n" ); document.write( "x-5=0
\n" ); document.write( "x=5
\n" ); document.write( "x+2=0
\n" ); document.write( "x=-2
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-6%2C+5%2C+-10%2C+10%2C+x%5E2+-3x+-10%29+\" (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, x^2 -3x -10).
\n" ); document.write( "
\n" );