NATURE.M
- 298
- 0
Homework Statement
What are the possible values of |2x−3| when 0<|x−1|<2?
Homework Equations
The Attempt at a Solution
We know \left|x-1\right| becomes x-1 if x-1≥0 and -(x-1) if x-1<0.
Now consider two cases.
Case 1:
0<x-1<2 \Rightarrow 1<x<3 \Rightarrow -1<2x-3<3.
Case 2:
0<-x+1<2 \Rightarrow -1<x<1 \Rightarrow -2<2x<2 \Rightarrow -5<2x-3<-1.
Then the possible value include -1<|2x-3|<3 and -5<|2x-3|<-1.
Am I going about this problem correctly?