Question 704220
{{{
7+5abs(c)<=1-3abs(c)
}}}



{{{
5abs(c)+3abs(c)<=1-7
}}}


{{{
8abs(c)<=-6
}}}


W can stop immediately because the absolute value can never be negative so this inequality has no solution


:)