Perumutation and Combination
Perumutation and Combination
XI
CHAPTER
-7
PERMUTATIO
NS
AND
COMBINATIO
FUNDAMENT
AL
PRINCIPLE
Consider 3 pens
and 2 markers. COUNTIN
P1 P2 P3
M1 M2
G
i) How can we select an item out of this i) How can we select 1 pen and 1
5 items? marker?
Either you OR
can means
select ADDITION. So we P1 M1 AND means
P1 M1can select an item in 5 ways. M2 MULTIPLICATION. So we
P2 or M23 ways(pen) + 2 P2 M1 can select an item in 6 ways.
P3 ways(marker) = 5 ways M2 3 ways(pen) * 2 ways(marker)
P3 M1 = 6 ways
M2
LEARNING OBJECTIVES
i,e n!=1*2*3*4*……*n
Ex: 5!=1*2*3*4*5=120
DEDUCTION-1
We know that,
By definition,
n!=1*2*3*4*5*………*n
n!= 1*2*3*4*5*…..(n-1)*n
n!= (n-1)!*n
n!= n*(n-1)!
Application:
Solution:
We know that, n!=n*(n-1)!.
Using this
5. Which of the following is true:
(a). (2+3)!=2!+3!. (b). (2x3)!
=2!x3!
(a). LHS= (2+3)!=(5)!=120.
RHS=2!+3!
=(1*2)+(1*2*3)=2+6=8.
Hence, LHS≠ RHS
Thus, (2+3)!≠2!+3!
Solution:
Given that,
(n+2)!= 2550*n!
(n+2)*(n+1)!= 2550*n!
(n+2)*(n+1)*n!= 2550*n! ( cancel n! on both sides)
(n+2)*(n+1) =2550
n2+n+2n+2 =2550
n2+3n+2-2550=0
n2+3n-2548=0
n2+52n-49n-2548=0 (Splitting middle term )
n(n+52)-49(n+52)=0
(n+52)(n-49)=0
PERMUTATION
Permutation:
Each of the arrangements which can
be made by taking some or all of a
number of things is called a
permutation.
Hence a permutation is an
arrangement in a definite order of a
number of objects or things or
numbers taking some or all at a
time.
For example:
If there are three objects a,b,c then,
the permutations of these objects,
taking two at a time are:
We can arrange in 6
ways
In how many ways we can
arrange (1,2,3,4)? 4 ways
1 2 3 4
Permutation with distinct
objects
1 2 3 4
In this case, box 1 can have any of the 4 letters
“L, I , S , T” . That is 4 choices
Box 2 can have any of the remaining 3 letters as
one letter is now inside bucket 1, that is 3 choices
Box 3 will can any of the remaining 2 letters that
is 2 choices
Box 4 will have only 1 choice that is the remaining
letter. Thus 1 choice.
B
B B2
B2 B3 B4
1
1
4
4 3
3 2 1
n!=1*2*3*----
*n
Numerical: Find (i) 8P5
How many ways 3 people can stand in a queue?
1 2 3
AB,AC,AD,BC,BD.
A B
C D
COMBINATIO
NS
AB AC
AD
BC BD
NOTATION FOR
COMBINATION