← Back to Test

Problem 15 - Entrance Test

What is the number of integer solutions to the inequality |x| < 5?

Correct: C

|x| < 5 means -5 < x < 5. The integers that satisfy this inequality are -4, -3, -2, -1, 0, 1, 2, 3, 4. There are 9 integers.