Permutation and Combination
Permutation and Combination
COMBINATION
OVERVIEW
*CONCEPTS
*FORMULAS
*PROBLEMS
*POINTS TO REMEMBER
CONCEPTS
The Permutation and Combinations concepts helps you to solve problems in
Competitive exams and is also implemented in real life at different situations.
Permutations: A set of objects in which position(order) is important are
permutations. OR The different arrangement of a given number of things by
taking some or all at a time, are called permutation.
Notations:
P(n,r) = nPr = n!/(n-r)!
.
Notations:
nCr = n!/(r!)(n-r)! = n(n-1)(n-2)….to r factors/(r!).
FORMULAS
Factorial Notation:
n! = n(n-1)(n-2)…3.2.1.
Permutation:
nPr = n(n-1)(n-2)…(n-r+1) = n!/(n-r)!
Number of permutations of these n objects = n!/(p1!)(p2!)…(pr!)
Combination:
nCr = n!/(r!)(n-r)! = n(n-1)(n-2)..to r factors/(r!)
nCn = 1 and nC0 = 1
nCr = nC(n-r)
PROBLEMS
6. What is the value of 100P2 ?
A. 12000 B. 5600
C. 9900 D. 9801
100
P2 =100×99=9900
PROBLEMS
5. How many words can be formed by using all letters of the word 'BIHAR'?
A. 720 B. 24
C. 120 D. 60
The word 'BIHAR' has 5 letters and all these 5 letters are different.
Total number of words that can be formed by using all these 5 letters
= 5P5 =5!
=5×4×3×2×1=120
In how many ways can the letters of the word 'LEADER' be arranged?
72
144
360
720
None of these
PROBLEMS
2. In how many ways can a group of 5 men and 2 women be made out of a total of 7 men and 3
women?
A. 64 B. 1
C. 126 D. 63
It means we can have 210 groups where each group contains total 5 letters (3 consonants and 2 vowels).
Hence we can assume total letters as 8. But in these 8 letters, 'M' occurs 2 times, 'T' occurs 2 times but rest of the letters are
different.
In the 4 vowels (AEAI), 'A' occurs 2 times and rest of the vowels are different.
Given that the boys and the girls alternate. Hence there are 5 places for the girls. Therefore the girls can
be arranged in 5! ways.