35.6k views
1 vote
There are 25 students in a science class. Twenty percent of the students are randomly selected to participate in a teacher evaluation. How many combinations of students are possible?

User Darroosh
by
4.1k points

1 Answer

2 votes

Answer: 53,130 possible combinations

Explanation:

First, we want to find how much is the 20% of 25.

This is:

N = (20%/100%)*25 = 5.

So 5 students out of 25 are selected.

When we want to calculate the number of combinations of N elements it a group of K elements, we have:


C = (N!)/((N - K)!*K!)

Here N = 25, and K = 5


C = (25!)/(20!*5!) = (25*24*23*22*21)/(5*4*3*2*1) = 53,130

so we have 53,130 combinations.

User Natxty
by
3.9k points