What is the number of selections of at most 3 items from 6 different items?
Reveal answer
Fill a bubble to check yourself
What is the number of selections of at most 3 items from 6 different items?
20
22
41
42
Selecting at most 3 items from 6 means choosing 0, 1, 2, or 3 items. This is calculated as 6C0 + 6C1 + 6C2 + 6C3 = 1 + 6 + 15 + 20 = 42.
The number of selections of at most 3 items from 6 different items includes choosing 0, 1, 2, or 3 items. This is calculated as 6C0 plus 6C1 plus 6C2 plus 6C3, which equals 1 plus 6 plus 15 plus 20. Adding these values together gives 42 selections.