Question: If H = {x, y, z}, how many subsets of H have at least one element?
Options:
Correct Answer: 7
Solution:
The total number of subsets is 2^3 = 8. Subtracting the empty set gives 8 - 1 = 7.