InterviewSolution
Saved Bookmarks
| 1. |
If x is a real number and |x| < 3, then A. x ≥ 3 B. –3 < x < 3 C. x ≤ – 3 D. –3 ≤ x ≤ 3 |
|
Answer» B. -3 < x < 3 |x| < 3 Hence, there are two cases, x < 3 [1] and -x < 3 ⇒ x > -3 [2] From [1] and [2], we get ⇒ -3 < x < 3 |
|