[Math] In how many ways 15 people be chosen for 4 distinct positions

combinatorics

There are 15 people and 4 positions (north, south, east, and west)

How can I evaluate how many possible arrangements of people can be done where position matters? Having only one person per a position at a time.

Best Answer

$\binom{15}{4}$ - it's called a binomial coefficient, and it's the number of combinations C(15,4).

Related Question