Rule: given the Absolute Value Expression and the "less than" Inequality:
[X] < K
----where K = some Number Value
-(K) < X < +(K)
(1st) Opening up the Outer Modulus using the above Rule:
-(12) < X + 5[X] < +(12)
(2nd) Opening up the Inner Modulus making Assumptions:
Case 1: If X >/= 0 --------> [X] = X
-12 < X + 5X < +12
-12 < 6X < +12
-2 < X < +2
however, we assumed that X is greater than or equal to 0, so the only range that works is:
0 </= X < +2
Possible Integer Values for X are:
0 and +1
Case 2: If X < 0 ------> [X] = -(X)
-12 < X + 5 * (-X) < +12
-12 < X - 5X < +12
-12 < -4X < +12
----dividing by (-)4, we need to REVERSE the Inequality Signs------
3 > X > -3
however, in this case we Assumed that X must be LESS THAN < 0
thus the only Range that Satisfies this condition:
-3 < X < 0
Possible Integers that Satisfy this range:
-2 and -1
SUM up Every possible Integer Solution from both Cases:
0 + 1 - 2 - 1 = -2
-A-