Question: What is the number of subsets of the set F = {x, y, z}?
Options:
Correct Answer: 8
Solution:
The number of subsets of a set with n elements is 2^n. Here, n = 3, so 2^3 = 8.