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