Question: If F = {1, 2, 3, 4}, what is the number of proper subsets of F?
Options:
Correct Answer: 8
Solution:
The total number of subsets of a set with n elements is 2^n. For F, n = 4, so there are 2^4 = 16 subsets. Proper subsets are total subsets minus the set itself, so 16 - 1 = 15.