the number of different subgroups that can be formed from 6 different item if each subgroup contain atleast 2 of these items.
i understand it is a combinatoric problem :
6!/(2!4!) if subgroups contain 2 items.
6 subgroups for 1 item
1 subgroup for no item.
15-6-1=8
Solution given is
2*2*2*2*2*2=64
64-6-1 =57
How is 2*2*2*2*2*2=64 and not 15?