Sec 33 Sol
Sec 33 Sol
Example1: Using the letters A, B and C. How many different 2 letters words can be formed?
Example2: Using the names Adam (A), Bob (B) and Carol (C). How many different team of two people can be formed?
Permutation: P(n, k) = n! / (n - k)!
P(5 , 2) = C(5 , 2) =
P(5 , 1) = C(5 , 1) =
P(5 , 5) = C(5 , 5) =
P(5 , 0) = C(5 , 0) =
P(10, 3) = C(10, 3) =
Permutation is when order is important. The process in permutation is: Arranging
Common examples
How many different: words, codes, numbers, ways of seating people, itineraries, ranks, roles…etc. In each
case,you arrange in certain order.
Combination is when order is not important. The process in combination is: Selecting, choosing.
Common examples
How many different: teams of people (regardless of ranks or roles), set of cards, set of courses..etc. In each
case, you are selecting regardless of the order or rank.
a) there is no restriction
c) any choice must have at least 2 English and at least 1 Math course.
Example 4: A team of 5 people to be selected out of 4 women and 7 men. In how many different ways this can be done if:
a) there is no restrictions
d) same rank
Example 5 Cont.: Five cards to be selected out of 52 cards. How many different ways this can be done if the 5 cards are:
e) same color
e) same suit
Example 9: How many different committees of three can be formed from 12 tennis players and 13 soccer players if at least
one tennis player and at least one soccer player must be on the committee?
Example 10 Given a set with 6 elements, how many different subsets containing:
a) exactly 5 elements
a) The first group for welders, the second for concrete workers, and the third group for painters.
(Selecting distinguishable, ordered groups)
(Answer = 34650)
Example 16: In a conference, 8 managers attended from different divisions and they will be divided into groups of 2 each.
a) In how many ways this selection can be done if the groups are distinguishable, ordered?
(Answer = 2520)
b) In how many ways this selection can be done if the groups are undistinguishable, unordered?
(Answer = 105)