Property
First, isolate the absolute value expression. Then, rewrite it as a compound inequality. Use AND for "less than" (β£xβ£<cββc<x<c) and OR for "greater than" (β£xβ£>cβx<βc or x>c).
Explanation
Think of it like unwrapping a gift! You have to get the absolute value expression all by itself on one side before you can see the two possible solutions hidden inside. It's the most important first step, so don't rush past it. After isolating, you split the problem into two separate paths.
Examples
- Solve 3β£xβ£+5<14. First, isolate β£xβ£ to get β£xβ£<3. Then, unwrap it: β3<x<3.
- Solve β£x+2β£β4>1. First, isolate the absolute value to get β£x+2β£>5. Then, split it: x+2<β5 or x+2>5, which simplifies to x<β7 or x>3.
- Solve β£2xββ1β£+6β€10. Isolate to get β£2xββ1β£β€4. This becomes β4β€2xββ1β€4. Solving gives β6β€xβ€10.