Question: How many subsets can be formed from the set C = {x, y, z, w}?
Options:
Correct Answer: 8
Solution:
The number of subsets of a set with n elements is 2^n. Here, n = 4, so 2^4 = 16.