List all size $4$ subsets from the set $\{A,B,C,D,E,F\}$
So first I realized this is a permutation because subsets are the same off they have the same elements. So to figure out how many subsets there would be 6p4 which is 15. However I am having trouble listing the actual subsets. Is there a more organized way to go about this so I can ensure Iām not missing any? This is what I have so far:
$\{A,B,C,D\} \{B,C,D,E\} \{C,D,E,F\} \{D,E,F,A\} \{E,F,A,B\} \{F,A,B,C\} \{B,C,D,F\} \{A,B,E,F\} \{A,B,D,F\} \{C,D,A,F\}$