document.write( "Question 31742: Solve:
\n" );
document.write( "(x-2)/(x^2 -2x-3)>=0
\n" );
document.write( "the answer to this is (-1,3)U(3 infinity) right?\r
\n" );
document.write( "\n" );
document.write( "Solve 5/(x+4)<=1
\n" );
document.write( "The answer to this is (negative infinity, -4)U[1, infinity)
\n" );
document.write( "
\n" );
document.write( "Thank you,
\n" );
document.write( "Alexus Bandona
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #18348 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! (x-2)/(x^2 -2x-3)>=0 \n" ); document.write( "=> (x-2)(x^2-3x+x-3) >= 0 \n" ); document.write( "=> (x-2)(x-3)(x+1) >= 0 \n" ); document.write( "The boundary points are x=-1, x=2, and x=3; \n" ); document.write( "Let us consider some test values based on the boundary points. \n" ); document.write( "for x=-2(x<-1), (x-2)(x-3)(x+1) = (-2-2)(-2-3)(-2+1) = (-4)(-5)(-1) = -20 (<0) \n" ); document.write( "=> x < -1 does not satisfy the inequality \n" ); document.write( "for x=0 (-1 \n" ); document.write( "=> -1 \n" ); document.write( "=> does not satisfy the inequality \n" ); document.write( "for x = 5 (x>3), \n" ); document.write( "(x-2)(x-3)(x+1)=(5-2)(5-3)(5+1)=(3)(2)(6)=36 (>0) ... satisfies the inequality \n" ); document.write( "So, all x-values for which -1 \n" ); document.write( "Final result: the inequality is satisfies for all real x's meeting: \n" ); document.write( "x >= -1 and x <= 2; \n" ); document.write( "x >= 3; \n" ); document.write( "In interval notation: x belongs to [-1,2]U[3,infinity) |