Explanation:
A set is a collection of distinct elements, and a subset is a collection of elements taken from a larger set. In this case, the set is {10, 15, 14, 20, 11}.
To calculate the number of subsets, we can use the formula for the number of subsets of a set with n elements, which is 2^n. So, the number of subsets of the set {10, 15, 14, 20, 11} is 2^5 = 32.
To calculate the number of proper subsets, we need to exclude the empty set (Ø) and the set itself from the total number of subsets. So, the number of proper subsets is 32 - 2 = 30.
Therefore, there are 32 subsets and 30 proper subsets of the set {10, 15, 14, 20, 11}.