InterviewSolution
Saved Bookmarks
| 1. |
How will you define a set of all real numbers?(a) {x: -1 < x < 1}(b) [x: -∞ < x < ∞](c) {x: -∞ < x < ∞}(d) {x: -Z < x < +Z}I got this question in unit test.This intriguing question originated from Sets and their Representations topic in portion Sets of Mathematics – Class 11 |
|
Answer» Correct answer is (c) {x: -∞ < x < ∞} |
|