document.write( "Question 39029: Graph the solution to the quadratic inequality:\r
\n" );
document.write( "\n" );
document.write( "-x^2 -4x is equal to or >4. \n" );
document.write( "
Algebra.Com's Answer #24521 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From \n" ); document.write( "-x^2 - 4x ≥ 4 \n" ); document.write( "let's subtract 4, then multiply both sides by -1, reversing the sign... \n" ); document.write( "-x^2 - 4x - 4 ≥ 0 \n" ); document.write( "x^2 + 4x + 4 ≤ 0 \n" ); document.write( "now factor \n" ); document.write( "(x + 2)^2 ≤ 0 \n" ); document.write( "Now notice that anything squared must be at the very least, equal to zero, and cannot be less than zero...so the only point that works is when x + 2 = 0, or \n" ); document.write( "x = -2 \n" ); document.write( " |