Question 810740: Given 7 different things. In how many ways can I make GROUPS with:
7 of them, 6 of them, 5 of them, 4 of them, 3 of them, 2 of them, 1 of them, and 0 of them?
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Given 7 different things. In how many ways can I make GROUPS with:
7 of them, 6 of them, 5 of them, 4 of them, 3 of them, 2 of them, 1 of them, and 0 of them?
------
7C7 = 1
7C6 = 7
7C5 = 21
7C4 = 7C3 = 35
7C2 = 7C5 = 21
7C1 = 7C6 = 7
7C0 = 7C7 = 1
===================
Total = 93
=================
Cheers,
Stan H.
|
|
|