I was given the following question to solve for homework. The solution $S$ I got was $$S = \{x : x ≥ 6 \text{ or } x\leq3\}$$ I checked my solution with the answers provided and it was correct. My working out can be seen below:
$|x-5| + |x-4| - 3 = \begin{cases} 2x-12 , & \text{if } x>5\\ -2, & \text{if }4<x≤5\\ -2x+6,&\text{if }x\leq4\end{cases}$
I then solved $2x-12 ≥3, -2 ≥ 3,$ and $-2x+6 ≥3$.
This is how I was instructed to do it but it does not make sense to me because why do we just dismiss the regions stated above, namely $x > 5,4<x≤5$ and $x≤4$.
Can someone please provide an explicit explanation?
I) $U_1=\{x: 5\leq x\}$. Then, $x-5+x-4\geq3\implies x\geq6$. So, $V_1=\{x: 6\leq x\}$ and the first solution set is $S_1=U_1\cap V_1=\{x: 6\leq x\}.$
II) $U_2=\{x: 4\leq x\leq 5\}$. Then, $-x+5+x-4\geq3\implies 1\geq3$, false. So , $V_2=\{\}$ and the second solution set is $S_2=U_2\cap V_2=\emptyset$.
III) $U_3=\{x: x\leq 4\}$. Then, $-x+5-x+4\geq3\implies x\leq3$. So, $V_3=\{x: x\leq3\}$ and the third solution set is $S_3=U_3\cap V_3=\{x: x\leq3\}.$
The solution set is then $S=S_1\cup S_2\cup S_3=\{x: x\leq3 \lor 6\leq x\}$