Question: What is the number of subsets of the set {1, 2, 3, 4}?
Options:
Correct Answer: 16
Solution:
The number of subsets of a set with n elements is 2^n. Here, n = 4, so the number of subsets is 2^4 = 16.