Inequality Solution [ , +Part solution included]

  • Thread starter Thread starter lovemake1
  • Start date Start date
  • Tags Tags
    Inequality
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
lovemake1
Messages
147
Reaction score
1
Inequality Solution [URGENT, +Part solution included]

Homework Statement




l 3/(x-1) - 5 l < 4

Homework Equations





The Attempt at a Solution



so here's where I am abit confused. since the inequality sign is not > or >= but instead in this case it is <. Therefore, x has to be between two numbers.

But when i tried to solve l 3/(x-1) - 5 l < 4, it doesn't work out.
Heres my work:

-4 < 3/(x-1) - 5 < 4
1 < 3/(x-1) < 9
x-1 < 3 < 9x-9

you see.. this is nothing where its suppose to be.
i end up getting... bigger number < x < smaller number

am i going the wrong way? please help !
 
Physics news on Phys.org


Use the fact that if
[tex]a < \frac{1}{x} < b[/tex]

then

[tex]\frac{1}{a} > x > \frac{1}{b}[/tex] .
 


well here's a better question.

can i make the equation like this ?

1 < 3(x-1) < 9
x-1<3 or 3<9x-9
x < 4 or x > 4/3

Can this work too? 4/3 < x < 4
 


You can do that, but that method will be confusing if you ever work with inequalities that have unknowns instead of numbers.
 


Clarification:

[tex]a<\frac{1}{x}<b[/tex]
[tex]\implies\frac{1}{a}>x>\frac{1}{b}[/tex]

is only necessarily true if a and b are both negative or both positive. Sorry for the error.