58.0k views
4 votes
Which of the following statements says that a number is between -5 and 5?

|x| > 5
|x| < 5
|x| = 5

User UpAndAdam
by
5.9k points

2 Answers

4 votes
id say |x|=5, that's my guess
User FreePender
by
6.4k points
3 votes

Answer:

B.
|x|<5

Explanation:

Let x be required number.

We are asked to choose the option that says that a number is between -5 and 5.

First of all, we will represent solution of each of our given option.

A.
|x|>5

Using absolute value definition if
|u|>a, then for
u<-a\text{ and }u>a, we can write our given inequality as
x<-5\text{ and }x>5. Therefore, option A is not a correct choice.

B.
|x|<5

Using absolute value definition if
|u|<a, then for
-a<u<a, we can write our given inequality as
-5<x<5. Therefore, option B is the correct choice.

C.
|x|=5

Using absolute value definition if
|u|=a, then for
u=-a\text{ and }u=a], we can write our given absolute value as
x=-5\text{ and }x=5. Therefore, option C is not a correct choice.

User Ryan Nelson
by
6.2k points