number of subsets of (x,y ) is
number of subsets of (x,y ) is
Explanation
If a set contains n elements, then the number of subsets of this set is equal to 2ⁿ − 1.
The only subset which is not proper is the set itself.
So, to get the number of proper subsets, you just need to subtract one from the total number of subsets.