Question 1199369
<br>
{{{abs(-4x)+abs(-5)<=1}}}<br>
In the second absolute value expression on the left, what's inside is a constant, so...<br>
{{{abs(-4x)+5<=1}}}<br>
Subtract 5 from both sides....<br>
{{{abs(-4x)<=-4}}}<br>
But the absolute value expression on the left is always 0 or positive -- so there is no solution.<br>
ANSWER: no solution<br>