371,427 views
2 votes
2 votes
How many ways can 3 students sit in a row of 20 chairs for a photograph?

User Otobo
by
2.9k points

1 Answer

8 votes
8 votes

Since we want to create groups of 3 students among 20 possible spots, and the order of the elements (students) inside each group of 3 is important (the order of students change the group and the photograph), we have a permutation problem.

The formula to calculate a permutation of n choose p is:


P(n,p)=(n!)/((n-p)!)

For this problem, let's use n = 20 and p = 3, so we have:


\begin{gathered} P(20,3)=(20!)/((20-3)!) \\ P(20,3)=(20!)/(17!) \\ P(20,3)=(20\cdot19\cdot18\cdot17!)/(17!) \\ P(20,3)=20\cdot19\cdot18 \\ P(20,3)=6840 \end{gathered}

So there are 6840 different ways the 3 students can sit in the chairs.

User Kyana
by
3.1k points