\n" );
document.write( "How would I solve (3x+2/x+1) > 4 ? Thank you for your help
\n" );
document.write( "
, with
\n" );
document.write( "3x + 2 > 4(x + 1) ------- Multiplying by LCD, x + 1
\n" );
document.write( "3x + 2 > 4x + 4
\n" );
document.write( "3x - 4x > 4 - 2
\n" );
document.write( "- x > 2
\n" );
document.write( "
------>
\r
\n" );
document.write( "\n" );
document.write( "We now have 2 critical points: - 2 and - 1, and 3 INTERVALS to check:
\n" );
document.write( "1) x < - 2, or x = - 3 (- 3 was chosen since - 3 < - 2)
\n" );
document.write( "2) - 2 < x < - 1, or x = - 1.5 (this is a value between - 2 and - 1)
\n" );
document.write( "3) x > - 1, or x = 0 (0 was chosen since 0 > - 1)\r
\n" );
document.write( "\n" );
document.write( "1) x < - 2, or x = - 3
\n" );
document.write( "
----- Substituting - 3 in original inequality
\n" );
document.write( " 
\n" );
document.write( "
------- False, so x < - 2 is NOT a solution, as this interval DOES NOT satisfy the inequality\r
\n" );
document.write( "\n" );
document.write( "2) - 2 < x < - 1, or x = - 1.5
\n" );
document.write( "
----- Substituting - 1.5 in original inequality
\n" );
document.write( " 
\n" );
document.write( "
------- TRUE, so
IS a solution, as this interval DOES satisfy the inequality
\n" );
document.write( "
\n" );
document.write( "3) x > - 1, or x = 0
\n" );
document.write( "
----- Substituting 0 in original inequality
\n" );
document.write( " 
\n" );
document.write( "
------- False, so x > - 1 is NOT a solution, as this interval DOES NOT satisfy the inequality
\n" );
document.write( "