Question: How many subsets does the set {a, b, c} have?
Options:
Correct Answer: 8
Solution:
The number of subsets of a set with n elements is 2^n. Here, n = 3, so the number of subsets is 2^3 = 8.