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

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

answered
User Phu Minh Pham
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.