document.write( "Question 1151023: If (x+1)(x-2) is positive, which statement must be true?
\n" );
document.write( "A. x<-1 or x>2
\n" );
document.write( "B. x>-1 or x<2
\n" );
document.write( "C. -1
Algebra.Com's Answer #772616 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A shorthand way of saying \"(x+1)(x-2) is positive\" is to write (x+1)(x-2) > 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Change the inequality sign to an equal sign. Then solve for x using the zero product property.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x+1)(x-2) = 0 \n" ); document.write( "x+1 = 0 or x-2 = 0 \n" ); document.write( "x = -1 or x = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If x = -1 or x = 2, then (x+1)(x-2) is equal to zero.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Draw a number line. Plot -1 and 2 on the number line. This drawing is optional, but it might help you see the three distinct regions. \n" ); document.write( " ![]() \n" ); document.write( "\n" ); document.write( "Region A in red represents everything to the left of -1. \n" ); document.write( "Let's pick one value from this region, say x = -2 \n" ); document.write( "(x+1)(x-2) > 0 \n" ); document.write( "(-2+1)(-2-2) > 0 ... plug in x = -2 \n" ); document.write( "(-1)(-4) > 0 \n" ); document.write( "4 > 0 \n" ); document.write( "The last inequality is true, so any value less than -1 will make (x+1)(x-2) > 0 true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Move onto region B in blue. This is the set of numbers between -1 and 2. Pick something from this region, say x = 0, and plug it in to get \n" ); document.write( "(x+1)(x-2) > 0 \n" ); document.write( "(0+1)(0-2) > 0 \n" ); document.write( "(1)(-2) > 0 \n" ); document.write( "-2 > 0 \n" ); document.write( "The last inequality is false, so any value between -1 and 2 will make (x+1)(x-2) > 0 false.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Finally let's check region C in green. Pick a value to the right of 2. I'll pick x = 3. \n" ); document.write( "(x+1)(x-2) > 0 \n" ); document.write( "(3+1)(3-2) > 0 \n" ); document.write( "(4)(1) > 0 \n" ); document.write( "4 > 0 \n" ); document.write( "The last inequality is true, so any value larger than 2 will make (x+1)(x-2) > 0 true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is why the final answer is A. x < -1 or x > 2 \n" ); document.write( " \n" ); document.write( " |