How do you solve #abs((2x+1) / (x-3))> 3#?

2 Answers
Jun 17, 2015

Everything except 3.

Explanation:

This means that either:

#(2x+1)/(x-3)>3# or #(2x+1)/(x-3)<-3#

Multiplying both sides by (x-3) gives us

#2x+1>3(x-3)# or #2x+1<-3(x-3)#

Which simplifies to

#2x+1>3x-9# or #2x+1<-3x+9#

And now we can algebraically reduce this to get a simple answer.

#2x + 1 + 9 > 3x - 9 + 9# or #2x + 1 - 1 < -3x + 9 - 1#

#2x+10 > 3x# or #2x < -3x + 8#

#10 > x# or #5x < 8#

#10>x# or #x < 5/8#

In simple terms (I like simple), #x# can either be less than a big number, or greater than a small number. This means that #x# can pretty much be anything, except for 3, since that would make the denominator of the equation 0, breaking all mathematical rules.

Jun 17, 2015

#8/5 < x < 3# or #3 < x < 10#

Explanation:

#(2x+1)/(x-3) = (2x-6+7)/(x-3) = (2(x-3)+7)/(x-3) = 2+7/(x-3)#

with exclusion #x != 3#

#abs((2x+1)/(x-3)) = abs(2+7/(x-3)) > 3#

So we are looking for:

[1]: #2+7/(x-3) < -3#

or

[2]: #2+7/(x-3) > 3#

In case [1] first subtract #2# from both sides to get:

#7/(x-3) < -5#

If #x > 3# then #(x-3) > 0# and #7/(x-3) > 0# so the inequality is not satisfied.

So #x < 3# and #(x-3) < 0#. Multiply both sides of the inequality by the negative value #(x-3)# and reverse the inequality to get:

#7 > -5(x-3) = -5x + 15#

Add #5x-7# to both sides to get:

#5x > 8#

Divide both sides by #5# to get:

#x > 8/5#

So case [1] gives us the solution #8/5 < x < 3#.

In case [2] first subtract #2# from both sides to get:

#7/(x-3) > 1#

We require #7/(x-3)# to be positive, so we need #(x-3) > 0# so #x > 3#.

Multiply both sides of the inequality by #(x-3)# (which is positive) to get:

#7 > x-3#

Add #3# to both sides to get:

#10 > x#

So case [2] gives us the solution #3 < x < 10#.

In general you can do any of the following to an inequality and preserve its truth:

(1) Add or subtract the same value on both sides of the inequality.
(2) Multiply or divide both sides of the inequality by the same positive value.
(3) Multiply or divide both sides of the inequality by the same negative value and reverse the inequality (#<# becomes #>#, #>=# becomes #<=#, etc.).

graph{(y-abs((2x+1)/(x-3)))*(y-3) = 0 [-17.74, 22.26, -6.8, 13.2]}