I have four letters, $A B C D$ , and I need all possible combinations when the order doesn't matter.
I thought this should be $2^k$ , with $ k$ being $4 $ .
But I can only count $15$, is there a reason for this? Am I missing one?
A
B
C
D
A,B
A,C
A,D
B,C
B,D
C,D
A,B,C
A,B,D
A,C,D
B,C,D
A,B,C,D