InterviewSolution
Saved Bookmarks
| 1. |
The number of proper subsets of the set {1, 2, and 3} is?(a) 8(b) 6(c) 7(d) 5 |
|
Answer» Right answer is (b) 6 Easiest explanation: Number of proper subsets of the set {1, 2, 3) = 2^3 – 2 = 6. |
|