For every modulo expressions in the equation allow cases, when this expressions ">=0" or "<0", solve the resulting equation.
1. x−5≥0 x+4≥0 or 5≤x∧x<∞ we get the equation (x−5)+(x+4)−8=0 after simplifying we get 2x−9=0 the solution in this interval: x1=29 but x1 not in the inequality interval
2. x−5≥0 x+4<0 The inequality system has no solutions, see the next condition
3. x−5<0 x+4≥0 or −4≤x∧x<5 we get the equation (5−x)+(x+4)−8=0 after simplifying we get incorrect the solution in this interval:
4. x−5<0 x+4<0 or −∞<x∧x<−4 we get the equation (5−x)+(−x−4)−8=0 after simplifying we get −2x−7=0 the solution in this interval: x2=−27 but x2 not in the inequality interval