A combination of n objects taken r at a time is a selection which does not take into account the arrangement of the objects. That is, the order is not important.
Example 1
Consider the selection of a set of 4 different letters from the English alphabet.
Suppose
- David selected A, E, R, T;
- Karen selected D, E, N, Q; and
- John selected R, E, A, T
Note: David and John selected the same set of letters, even though they selected them in different order. Hence, these 3 people have selected only 2 different sets of 4 letters (not 3 sets!!).
Question: How many different sets of 4 letters can be selected from the alphabet?
We will use
permutations from the previous section to see what is going on.
There are
P426 ways of arranging any
4 letters chosen from the alphabet (where the order is important):
P426 =(26−4)!26! =22!26! =358800
But in this question, the order is
not important. Any set of
4 letters chosen can be arranged in
4! ways.
Hence, the number of different sets of
4 letters is
4!P426 =24358800 =14950
Number of Combinations
The number of ways (or combinations) in which r objects can be selected from a set of n objects, where repetition is not allowed, is denoted by:
Crn=r!(n−r)!n!
Notes
(a)
Crn=r!Prn
(b)
C0n=1
(c)
Cnn=1
(d)
Crn=Cn−rn
Expand each one out from their definitions to understand why they work.
In our example above, the number of different sets of
4 letters which can be chosen from the alphabet is
C426 =4!(26−4)!26! =4!22!26! =14950
Example 2
Find the number of ways in which
3 components can be selected from a batch of
20different components.
ANSWER
C320 =3!(20−3)!20! =3!17!20! =1140
Example 3
In how many ways can a group of
4 boys be selected from
10 if
(a) the eldest boy is included in each group?
(b) the eldest boy is excluded?
(c) What proportion of all possible groups contain the eldest boy?
ANSWER
(a) Choose
3 from
9, since the eldest boy is fixed:
C39 =3!(9−3)!9! =3!×6!9! =84
(b) If the eldest boy is excluded, it is actually choose
4 boys from
9:
C49 =4!(9−4)!9! =4!×5!9! =126
(c) The number of all possible groups is
C410=4!×6!10!=210
So the proportion of all possible groups containing the eldest boy is:
21084=52=40%
Example 4
A class consists of
15 boys of whom
5 are prefects.
How many committees of
8 can be formed if each consists of
(a) exactly
2 prefects? (b) at least
2 prefects?
ANSWER
The number of ways of choosing
2 prefects from
5 is
C25=2!×3!5!=10
The number of ways of choosing
6 non-prefects from
10 is
C610=6!×4!10!=210
(a) Number of possible committees with exactly
2 prefects:
C25×C610=10×210=2100
(b) Number of committees with
3 prefects:
C35×C510 =3!×2!5!×5!×5!10! =2520
Number of committees with
4 prefects:
C45×C410 =4!×1!5!×4!×6!10! =1050
Number of committees with
5 prefects:
C55×C310 =5!×0!5!×3!×7!10! =120
So the number of committees with at least
2 prefects is:
2100+2520+1050+120=5790
Alternative Solution:
The problem with the method used above is that if we have many (say
20) to count, it would become very tedious. So we look at another way of doing it.
If we find the number of committees with
0 prefects and
1 prefect, and subtract this from the total number of committees, we will have the number with at least
2:
Number of committees with
0 prefects:
C810=8!×2!10!=45
Number of committees with
1 prefect:
C15×C710=1!×4!5!×7!×3!10!=600
The total number of committees is:
C815=8!(15−8)!15!=8!×7!15!=6435
So the number with at least
2 prefects is given by:
6435−45−600=5790
Example 5
Out of
5 mathematicians and
7 engineers, a committee consisting of
2 mathematicians and
3 engineers is to be formed. In how many ways can this be done if
(a) any mathematician and any engineer can be included?
(b) one particular engineer must be in the committee?
(c) two particular mathematicians cannot be in the committee?
ANSWER
(a)
C25×C37=2!×3!5!×3!×4!7!=350
(b)
C25×C26=2!×3!5!×2!×4!6!=150
(c)
C23×C37=2!×1!3!×3!×4!7!=105
No comments:
Post a Comment