document.write( "Question 581657: How do you solve the inequality:\r
\n" ); document.write( "\n" ); document.write( "[(x+1)/(x-1)] + [(1-x)/(1+x)] is less than -1
\n" ); document.write( "

Algebra.Com's Answer #371786 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\"%28x%2B1%29%2F%28x-1%29\" + \"%281-x%29%2F%281%2Bx%29\" < -1\r\n" );
document.write( "\r\n" );
document.write( "Get 0 on the right by adding 1 to both sides:\r\n" );
document.write( "\r\n" );
document.write( "\"%28x%2B1%29%2F%28x-1%29\" + \"%281-x%29%2F%281%2Bx%29\" + 1 < 0\r\n" );
document.write( "\r\n" );
document.write( "Th LCD is (x-1)(1+x).  \r\n" );
document.write( "\r\n" );
document.write( "\"%28x%2B1%29%2F%28x-1%29\"·\"%281%2Bx%29%2F%281%2Bx%29\" + \"%281-x%29%2F%281%2Bx%29\"·\"%28x-1%29%2F%28x-1%29\" + 1·\"%28%28x-1%29%281%2Bx%29%29%2F%28%28x-1%29%281%2Bx%29%29\" < 0\r\n" );
document.write( "\r\n" );
document.write( "\"%28%28x%2B1%29%281%2Bx%29%29%2F%28%28x-1%29%281%2Bx%29%29\" + \"%28%281-x%29%28x-1%29%29%2F%28%281%2Bx%29%28x-1%29%29\" + \"%28%28x-1%29%281%2Bx%29%29%2F%28%28x-1%29%281%2Bx%29%29\" < 0\r\n" );
document.write( "\r\n" );
document.write( "Multiply out the tops but not the bottoms:\r\n" );
document.write( "\r\n" );
document.write( "\"%28x%2Bx%5E2%2B1%2Bx%29%2F%28%28x-1%29%281%2Bx%29%29\" + \"%28x-1-x%5E2%2Bx%29%2F%28%281%2Bx%29%28x-1%29%29\" + \"%28x%2Bx%5E2-1-x%29%2F%28%28x-1%29%281%2Bx%29%29\" < 0\r\n" );
document.write( "\r\n" );
document.write( "\"%282x%2Bx%5E2%2B1%29%2F%28%28x-1%29%281%2Bx%29%29\" + \"%282x-1-x%5E2%29%2F%28%281%2Bx%29%28x-1%29%29\" + \"%28x%5E2-1%29%2F%28%28x-1%29%281%2Bx%29%29\" < 0\r\n" );
document.write( "\r\n" );
document.write( "Write the sum of the numerators over the LCD:\r\n" );
document.write( "\r\n" );
document.write( " < 0\r\n" );
document.write( "\r\n" );
document.write( "Take away the parentheses on top:\r\n" );
document.write( "\r\n" );
document.write( "\"%282x%2Bx%5E2%2B1+%2B+2x-1-x%5E2+%2B+x%5E2-1%29%2F%28%28x-1%29%281%2Bx%29%29\" < 0\r\n" );
document.write( "\r\n" );
document.write( "\"%28x%5E2%2B+4x-1%29%2F%28%28x-1%29%281%2Bx%29%29\" < 0\r\n" );
document.write( "\r\n" );
document.write( "We find the critical numbers by setting the numerator and\r\n" );
document.write( "the denominator = 0 and solving:\r\n" );
document.write( "\r\n" );
document.write( "Numerator = 0\r\n" );
document.write( "\r\n" );
document.write( "x² + 4x - 1 = 0\r\n" );
document.write( "\r\n" );
document.write( "That does not factor so we must use the quadratic formula:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%28-4+%2B-+sqrt%2816%2B4%29%29%2F2+\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%28-4+%2B-+sqrt%2820%29%29%2F2+\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%28-4+%2B-+sqrt%284%2A5%29%29%2F2+\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%28-4+%2B-+2sqrt%285%29%29%2F2+\"\r\n" );
document.write( "\r\n" );
document.write( "Fcator out 2 on the top\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%282%28-2+%2B-+sqrt%285%29%29%29%2F2+\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+%28cross%282%29%28-2+%2B-+sqrt%285%29%29%29%2Fcross%282%29+\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+-2+%2B-+sqrt%285%29+\"\r\n" );
document.write( "\r\n" );
document.write( "\"-2+%2B+sqrt%285%29+\" is approximately 0.24 and\"-2+-+sqrt%285%29+\" is approximately -4.24  \r\n" );
document.write( "\r\n" );
document.write( "That's two of the critical numbers.\r\n" );
document.write( "\r\n" );
document.write( "Set denominator = 0\r\n" );
document.write( "\r\n" );
document.write( "(x - 1)(1 + x) = 0\r\n" );
document.write( "\r\n" );
document.write( "x - 1 = 0;  1 + x = 0\r\n" );
document.write( "    x = 1;      x = -1\r\n" );
document.write( "\r\n" );
document.write( "So the four critical numbers are\r\n" );
document.write( "\r\n" );
document.write( "\"-2+%2B+sqrt%285%29+\" which is approximately 0.24 \r\n" );
document.write( "\"-2+-+sqrt%285%29+\" which is approximately -4.24\r\n" );
document.write( "1\r\n" );
document.write( "-1\r\n" );
document.write( "\r\n" );
document.write( "We put those in order smallest to largest:\r\n" );
document.write( "\r\n" );
document.write( "\"-2+-+sqrt%285%29+\" which is approximately -4.24\r\n" );
document.write( "-1\r\n" );
document.write( "\"-2+%2B+sqrt%285%29+\" which is approximately 0.24\r\n" );
document.write( "1\r\n" );
document.write( "\r\n" );
document.write( "The possible solution intervals are the intervals between and beyond\r\n" );
document.write( "the critical numbers.  None of the critical numbers are solutions, since\r\n" );
document.write( "the inequality is < and not < so all the possible intervals are \r\n" );
document.write( "open. They are:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%281%2C3%2C++++++-infinity%2C+++%22%2C%22%2C+-2-sqrt%285%29%29%29\"\r\n" );
document.write( "\"%28matrix%281%2C3%2C++++-2-sqrt%285%29%2C+%22%2C%22%2C+-1+%29%29\"\r\n" );
document.write( "\"%28matrix%281%2C3%2C++++++-1%2C+++%22%2C%22%2C+-2%2Bsqrt%285%29%29%29\"\r\n" );
document.write( "\"%28matrix%281%2C3%2C++++-2%2Bsqrt%285%29%2C+%22%2C%22%2C+1+%29%29\"\r\n" );
document.write( "\"%28matrix%281%2C3%2C++++1%2C+%22%2C%22%2C+infinity+%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "We pick a test value in each interval:\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%281%2C3%2C++++++-infinity%2C+++%22%2C%22%2C+-2-sqrt%285%29%29%29\", pick test value -5\r\n" );
document.write( "\"%28matrix%281%2C3%2C++++-2-sqrt%285%29%2C+%22%2C%22%2C+-1+%29%29\", pick test value -2\r\n" );
document.write( "\"%28matrix%281%2C3%2C++++++-1%2C+++%22%2C%22%2C+-2%2Bsqrt%285%29%29%29\", pick test value 0 \r\n" );
document.write( "\"%28matrix%281%2C3%2C++++-2%2Bsqrt%285%29%2C+%22%2C%22%2C+1+%29%29\", pick test value .5\r\n" );
document.write( "\"%28matrix%281%2C3%2C++++-2%2Bsqrt%285%29%2C+%22%2C%22%2C+infinity+%29%29\" 2\r\n" );
document.write( "\r\n" );
document.write( "We substitute each test value into\r\n" );
document.write( "\r\n" );
document.write( "\"%28x%5E2%2B+4x-1%29%2F%28%28x-1%29%281%2Bx%29%29\" < 0\r\n" );
document.write( "\r\n" );
document.write( "Substituting test value -5\r\n" );
document.write( "\r\n" );
document.write( "\"%28%28-5%29%5E2%2B+4%28-5%29-1%29%2F%28%28%28-5%29-1%29%281%2B%28-5%29%29%29\" < 0\r\n" );
document.write( "\"%2825-20-1%29%2F%28%28-5-1%29%281-5%29%29\" < 0\r\n" );
document.write( "\"4%2F%28%28-6%29%28-4%29%29+%3C+0%0D%0A%7B%7B%7B4%2F24\" < 0\r\n" );
document.write( "\"1%2F6\" < 0\r\n" );
document.write( "That is false so \"%28matrix%281%2C3%2C++++++-infinity%2C+++%22%2C%22%2C+-2-sqrt%285%29%29%29\"\r\n" );
document.write( "is not part of the solution\r\n" );
document.write( "\r\n" );
document.write( "Substituting test value -2\r\n" );
document.write( "\r\n" );
document.write( "\"%28%28-2%29%5E2%2B+4%28-2%29-1%29%2F%28%28%28-2%29-1%29%281%2B%28-2%29%29%29\" < 0\r\n" );
document.write( "\"%284-8-1%29%2F%28%28-2-1%29%281-2%29%29\" < 0\r\n" );
document.write( "\"%28-5%29%2F%28%28-3%29%28-1%29%29+%3C+0%0D%0A%7B%7B%7B%28-5%29%2F3\" < 0\r\n" );
document.write( "\"-5%2F3\" < 0\r\n" );
document.write( "That is true so \"%28matrix%281%2C3%2C++++-2-sqrt%285%29%2C+%22%2C%22%2C+-1+%29%29\" \r\n" );
document.write( "is part of the solution\r\n" );
document.write( "\r\n" );
document.write( "Substituting test value 0\r\n" );
document.write( "\r\n" );
document.write( "\"%28%280%29%5E2%2B+4%280%29-1%29%2F%28%28%280%29-1%29%281%2B%280%29%29%29\" < 0\r\n" );
document.write( "\"%280%2B0-1%29%2F%28%280-1%29%281%2B0%29%29\" < 0\r\n" );
document.write( "\"%28-1%29%2F%28-1%29\" < 0\r\n" );
document.write( "1 < 0\r\n" );
document.write( "\r\n" );
document.write( "That is false so \"%28matrix%281%2C3%2C++++++-1%2C+++%22%2C%22%2C+-2%2Bsqrt%285%29%29%29\" \r\n" );
document.write( "is not part of the solution\r\n" );
document.write( "\r\n" );
document.write( "Substituting test value .5\r\n" );
document.write( "\r\n" );
document.write( "\"%28%28.5%29%5E2%2B+4%28.5%29-1%29%2F%28%28%28.5%29-1%29%281%2B%28.5%29%29%29\" < 0\r\n" );
document.write( "\"%28.25%2B2-1%29%2F%28%28.5-1%29%281%2B.5%29%29\" < 0\r\n" );
document.write( "\"1.25%2F%28%28-.5%29%281.5%29%29+%3C+0%0D%0A%7B%7B%7B1.25%2F%28-.75%29\" < 0\r\n" );
document.write( "\"125%2F%28-75%29\" < 0\r\n" );
document.write( "\"-5%2F3\" < 0\r\n" );
document.write( "That is true so \"%28matrix%281%2C3%2C++++-2%2Bsqrt%285%29%2C+%22%2C%22%2C+1+%29%29\",  \r\n" );
document.write( "is part of the solution\r\n" );
document.write( "\r\n" );
document.write( "Substituting test value 2\r\n" );
document.write( "\r\n" );
document.write( "\"%28%282%29%5E2%2B+4%282%29-1%29%2F%28%28%282%29-1%29%281%2B%282%29%29%29\" < 0\r\n" );
document.write( "\"%284%2B8-1%29%2F%28%282-1%29%281%2B2%29%29\" < 0\r\n" );
document.write( "\"11%2F%28%281%29%283%29%29+%3C+0%0D%0A%7B%7B%7B11%2F3\" < 0\r\n" );
document.write( "\r\n" );
document.write( "That is false so \"%28matrix%281%2C3%2C++++-2%2Bsqrt%285%29%2C+%22%2C%22%2C+infinity+%29%29\" \r\n" );
document.write( "is not part of the solution.\r\n" );
document.write( "\r\n" );
document.write( "So the solution is\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%281%2C3%2C++++-2-sqrt%285%29%2C+%22%2C%22%2C+-1+%29%29\"\"%28matrix%281%2C3%2C++++-2%2Bsqrt%285%29%2C+%22%2C%22%2C+1+%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );