90.7k views
4 votes
Two students from a class of 20 are chosen at random to escort a guest speaker to a presentation. The first student will introduce the speaker. The second will thank the speaker when she is done. In how many ways can the two students be chosen?

1 Answer

5 votes

Answer:

380 different ways

Explanation:

We can solve this problem using a permutation formula, as the order in a group of two students matter.

So, for this problem, we have 20 students and want to form groups of 2, so we have a permutation of 20 choose 2:

P(20,2) = 20! / (20-2)! = 20! / 18! = 20 * 19 = 380 different ways

Another way to solve this problem is:

For the first student being chose, we have 20 students available, and for the second student, we have just 19, as one was already chose, so the number of ways to choose these two students is 20 * 19 = 380

User Niraj Niroula
by
3.5k points