Permutation and Combination 2d
Permutation and Combination 2d
COMBINATION
PERMUTATION
1. There are seven horses in a race and a large jackpot for anyone who can pick the finishing order of all
seven exactly right. How difficult is that? Find the number of possible orders they can finish in.
Solution:
7! = 7•6•5•4•3•2•1 = 5,040
3. How many ways can a manager and assistant manager be selected from a department
consisting of 10 employees.
Solution:
There are 10 choices for manager and 9 remaining choices for assistant manager. So there are
Solution:
This is a permutation problem because 4 balls are picked from 40 with no repetition, and the
order is important. So we use the permutation formulas with n=40 and r=4.
40P4 = =
2. How many six-letter password are there that use only lowercase letter with no letter
repeated?
Solution:
26P6 ==
Permutation Rule
When Objects are
Alike
2.An instructor posts a list of eight group projects to her website. Every group is required to do
four projects at some point during the semester. How many different ways can a group choose the
four projects they want to do?
nCr = =70
3. To raise money for a charity event, a sorority plans to sell a calendar featuring tasteful
pictures of some of the more attractive professors on campus. They will need to choose six
models from a pool of finalist that includes nine women and six men. How many possible
choices are there if they want to feature at least four women.
Solution:
Since we need to include at least four women, there are three possible compositons: four
women and two men, five women and 1 man, or six women and no men.
Four women and two men:
9 C4 • 6C2 = =126 x 15 = 1,890
Five women and one man:
9 C5 • 6C1 = =126 x 6 =756
Six women and no men:
9C6 • 6C0 = =84 x 1 =84