Permutation is used when you need to find out how many different ways something can be ordered when order is important! The formula for Permutation is:
- nPr = n!/(n-r)!
- nCr = n!/(n-r)!r!
Now i'm going to work a problem using each.
Example 1. In how many ways can a club with 20 members choose a president and a vice president?
- Because vice president and president are two different things, order IS important.
- Use the Permutation formula to solve this problem.
- 20!/(20-2)!
- 4Your answer would be 380.
Example 2. In how many ways can the same club as above choose a two person governing council?
- Because it is not a specific governing council, order is NOT important.
- Use the Combination formula to solve this problem.
- 20!/(20-2)!r!
- Your answer would be 190.
That's about it for now,
Carleyyy(:
No comments:
Post a Comment