Question: What is the number of subsets of the set H = {x, y, z, w, v}?
Options:
Correct Answer: 32
Solution:
The number of subsets of a set with n elements is 2^n. Here, n = 5, so the number of subsets is 2^5 = 32.