(x-1)(x+4)<0 | Change < to = and find the zeroes by solving for x (each factor).
\n" );
document.write( "x=1, x=-4 |Set up and test intervals based on those zeroes: x < -4, -4 < x < 1, x > 1
\n" );
document.write( "x < -4, choose -4: (-5-1)(-5+4) = -6*-1 = 6 which is not < 0. This interval doesn't work.
\n" );
document.write( "-4 < x < 1, choose 0: (0-1)(0+4) = -1*4 = -4 < 0. This interval works.
\n" );
document.write( "x >1, choose 2: (2-1)(2+4) = 1*6 = 6 not < 0. This interval doesn't work.
\n" );
document.write( "The answer is -4 < x < 1.
\n" );
document.write( "If you know parabolas, or graph this, you will see this is less than 0 between the zeroes. Check out the graph (at the bottom).
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " Solved by pluggable solver: SOLVE quadratic equation with variable |
\n" );
document.write( "Quadratic equation (in our case ) has the following solutons: \n" );
document.write( " \n" );
document.write( "  \n" );
document.write( " \n" );
document.write( " For these solutions to exist, the discriminant should not be a negative number. \n" );
document.write( " \n" );
document.write( " First, we need to compute the discriminant : . \n" );
document.write( " \n" );
document.write( " Discriminant d=25 is greater than zero. That means that there are two solutions: . \n" );
document.write( " \n" );
document.write( "  \n" );
document.write( "  \n" );
document.write( " \n" );
document.write( " Quadratic expression can be factored: \n" );
document.write( "  \n" );
document.write( " Again, the answer is: 1, -4.\n" );
document.write( "Here's your graph: \n" );
document.write( " |
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Hope the solution helped. Sometimes you need more than a solution. Contact fcabanski@hotmail.com for online, private tutoring, or personalized problem solving (quick for groups of problems.)
\n" );
document.write( "