x-4 <= 10
x <= 14
x+2 >= 6
x >= 4
so, the possible solutions are 4,5,6,7,8,9,10,11,12,13,14
If x - 4 is less than or equal to 10 and x + 2 is greater than or equal to 6, and x is an integer, how many possible values of x are there?
1 answer