You can put this solution on YOUR website! Write all possible subsets of set P using correct set notation
P = {u,l,c,k}
---
There are 2^4 = 16 subsets:
1 with no elements
4 with 1 element
6 with 2 elements
4 with 3 elements
1 with 4 elements
=======================
Cheers,
Stan H.