This problem has an absolute value operator, this type of math operator receives a number as an input and outputs a positive value. This means that if we have an equation like "|x| = 3" it will have two possible solutions, because if x = -3 the result will be true and if x = 3 the result will also be true.
With this in mind let's solve the problem.
We need to create two equations. The first one is for the case where "4x -8" is greater than 0 and the second one if "4x -8" is less then 0.
For the first case we have:
For the second case we have:
Therefore the two solutions are x = 0 and x = 4 and their sum is:
The answer to the problem is 4.