223k views
0 votes
From a group of 6, in how many ways can you select:Any 4?At least 4?

User Han Pengbo
by
3.6k points

1 Answer

0 votes

Answer:

Any 4: 15

At least 4: 22

Step-by-step explanation:

The number of ways to select x elements from a group of n is calculated as


\text{nCx}=(n!)/(x!(n-x)!)

So, the number of ways to select any 4 from a group of 6 is


6C4=(6!)/(4!(6-4)!)=15

On the other hand, the number of ways to select at least 4 is the sum of the number of ways to select 4, the number of ways to select 5, and the number of ways to select 6.

Since 6C5 and 6C6 is equal to


\begin{gathered} 6C5=(6!)/(5!(6-5)!)=6 \\ 6C6=(6!)/(6!(6-6)!)=1 \end{gathered}

We get that the number of ways to select at least 4 is equal to

6C4 + 6C5 + 6C6 = 15 + 6 + 1 = 22

Therefore, the answers are:

Any 4: 15

At least 4: 22

User Phu Minh Pham
by
4.1k points