Modulus Inequalities Proof: $|x-1|+|x-5| \geq 6$

1.3k Views Asked by At

Need to prove that: $$|x-1|+|x-5| \geq 6$$ I've tried squaring but I'm not sure if I'm doing it correctly? Thank you in advance

Note: x is real and does not equal 1 or 5

1

There are 1 best solutions below

3
On

The statement is false, since if $x = 2$, $|x - 1| + |x - 5| = 4$, which is less than $6$. If you meant to have $4$ in place of $6$ in your statement, then it would be true by the triangle inequality:

$$|x - 1| + |x - 5| = |x - 1| + |5 - x| \ge |(x - 1) + (5 - x)| = |4| = 4.$$