Hi All,
The prompt limits us the INTEGER values for X - and since we're adding 3 absolute value totals together, there can't be that many sums that are LESS than 10. This is confirmed by the answer choices (that are focused on relatively small numbers), so it's likely that we should be able to just 'brute force' this question and find all of the solutions...
|X - 3| + |X + 1| + |X| < 10
Let's start with the easiest number and work our way up...
IF... X=0, then the sum = 4
IF... X=1, then the sum = 5
IF... X=2, then the sum = 6
IF... X=3, then the sum = 7
IF... X=4, then the sum = 10, but THAT is too big
We can't forget about NEGATIVE numbers though...
IF... X = -1, then the sum = 5
IF... X = -2, then the sum = 8
At this point, we have 6 possibilities, and it makes no sense that there would be an 'infinite' number of solutions, so we can stop working. If you want to go one more step though, then you can...
IF... X = -3, then the sum = 11, and THAT is too big.
Final Answer:
GMAT assassins aren't born, they're made,
Rich