SOLUTION: How many different committees of 5 people can be formed from a group of 12 volunteers? Is that a permutation or combination?

Algebra.Com
Question 610992: How many different committees of 5 people can be formed from a group of 12 volunteers? Is that a permutation or combination?
Answer by ashipm01(26)   (Show Source): You can put this solution on YOUR website!
This would be a combination since the order each person is selected in does not matter. So the following subcommittees are all the same even though the ordering is different:
{1, 2, 3, 4, 5}, {5, 4, 3, 2, 1}, {2, 3, 5, 1, 4}
Since it does not matter the ordering of the people in the groups, it is a combination.
So now you can use the n choose r function:

Typically it is written as two numbers, one on top of the other, inside a pair of parenthesis, but I am not sure how to format it like that on this site so I called it ncr(n, r) which means "n choose r".
So substituting 12 for n and 5 for r in the above equation yields a value of 792 possible ways of choosing 5 people at a time from a set of 12 people.

RELATED QUESTIONS

How many different committees of 7 people can be formed from a group of 10... (answered by Alan3354)
how many different 4 people committees can be formed from a group of 15 people? (answered by stanbon)
How many different committees of three members can be formed from a group of eight... (answered by Edwin McCravy,Cintchr)
How many different two-person committees can be formed from a group of six... (answered by drk)
How many different committees of 5 people can be formed from a pool of 8 people? (answered by Alan3354)
A committee of 3 is to be formed from a group of 7 people. How many different committees... (answered by stanbon)
A committee of 3 is to be formed from a group of 20 people. How many different committees (answered by fractalier)
How many two-person committees can be formed from a group of six... (answered by edjones)
How many ways can three people be selected from a group of seven? Is that a combination... (answered by jim_thompson5910)