How do you solve #abs(( 2 - 5x) / 4 ) >= 2/3#?
1 Answer
One way to approach this kind of problem is to split it into two cases:
one when the argument of the absolute value is
and the other when the argument of the absolute value is
Given
Case 1:
Note that this implies
becomes equivalent to
Note that if
Case 2:
Note this implies
becomes equivalent to
Again, note that
Combining Case 1 and Case 2:
if