I need help in this exercise because I got stuck in this inequality which I have to show that it has no solution, could someone give me an idea of how to continue or finish it, please. $$x > \left | \left | x \right | + \left | x-3 \right |+\left | x-5 \right |\right |+7$$
2026-04-24 17:56:30.1777053390
On
inequality $x > \left | \left | x \right | + \left | x-3 \right |+\left | x-5 \right |\right |+7$
80 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
First, note that the outer absolute value is unnecessary since all your values are positive, so your equation reduces to
$x > |x| + |x - 3| + |x - 5| + 7 $
From this, we can clearly see that the equation is impossible.
This is because:
$|x| + |x - 3| + |x - 5| + 7 > |x| + 7 > x$
First observe $$x>7. \tag{1}$$ Then $$ |x|=x,|x-3|=x-3,|x-5|=x-5 $$ and hence the inequality becomes $$ x>3x-1$$ which implies $$ x<\frac12. \tag{2}$$ Note that (1) and (2) are contradictory with each other. So the inequality has no solution.