8
The sum of the solutions of 2|x - 1| - 4 = -2 is 2.
when x - 1 > 0,x > 1;
2(x - 1) - 4 = -2;
2x - 2 - 4 = -2;
2x - 6 = -2;
2x = 4;
x = 2;
when x - 1 < 0 , x < 1;
2(1 - x) - 4 = -2;
2 - 2x - 4 = -2;
-2x - 2 = -2;
-2x = 0;
x = 0;
The sum = 2 + 0 = 2
Added 12/22/2015 9:03:18 PM
This answer has been confirmed as correct and helpful.