Answer:
x = 7
Explanation:
The integer values of x that satisfy |x| < 9 are ...
{-8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7. 8}
Of these values, the only one listed as an answer choice is ...
x = 7
__
Additional comment
The expression |x| means "the absolute value of x". It is the value of x with the sign made positive. That is |-10| = 10, a number greater than 9. Of course, |13| = 13, also a number greater than 9.