SlideShare uma empresa Scribd logo
1 de 50
• Permutation : Permutation
  means arrangement of things. The
  word arrangement is used, if the order of
  thingsis considered.
• Combination: Combination means selection of
  things. The word selection is used, when the
  order of things hasno importance.
• Example: Suppose we have to form a
  number of consisting of three digits using the
  digits 1,2,3,4, To form this number the digits
  have to be arranged. Different numbers will
  get formed depending upon the order in
  which we arrange the digits. This is an
  example of Permutation.
• Now suppose that we have to make a team of
  11 players out of 20 players, This is an
  example of combination, because the order of
  players in the team will not result in a change
  in the team. No matter in which order we list
  out the players the team will remain the
  same! For a different team to be formed at
  least one player will have to be changed.
• In mathematics, the notion of permutation is used
  with several slightly different meanings, all related to
  the act of permuting (rearranging) objects or values.
• Informally, a permutation of a set of objects is an
  arrangement of those objects into a particular order.
  For example, there are six permutations of the set
  {1,2,3}, namely (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2),
  and (3,2,1).
• One might define an anagram of a word as a
  permutation of its letters.
• The study of permutations in this sense generally
  belongs to the field of combinatorics.
• The number of permutations of n distinct objects
  is n×(n − 1)×(n − 2)×⋯×2×1, which number is called
  "n factorial" and written "n!".
• Permutations occur, in more or less prominent
  ways, in almost every domain of mathematics.
• They often arise when different orderings on
  certain finite sets are considered, possibly only
  because one wants to ignore such orderings and
  needs to know how many configurations are thus
  identified.
• For similar reasons permutations arise in the
  study of sorting algorithms in computer science.
• In algebra and particularly in group theory, a permutation
  of a set S is defined as a bijection from S to itself (i.e.,
  a map S → S for which every element of S occurs exactly
  once as image value).
• This is related to the rearrangement of S in which each
  element s takes the place of the corresponding f(s). The
  collection of such permutations form a symmetric group.
• The key to its structure is the possibility
  to compose permutations: performing two given
  rearrangements in succession defines a third
  rearrangement, the composition.
• Permutations may act on composite objects by rearranging
  their components, or by certain replacements
  (substitutions) of symbols.
• In elementary combinatorics, the name
  "permutations and combinations" often refers
  to two related problems, both counting
  possibilities to select k distinct elements from
  a set of n elements, where for k-permutations
  the order of selection is taken into account,
  but for k-combinations it is ignored.
• However k-permutations (also known
  as partial permutations) do not correspond to
  permutations as discussed in this article
  (unless k = n).                                    The 6
                                                     permutations
                                                     of 3 balls
Two fundamental principles of
              counting
• Addition rule : If an     • Example:      Suppose
  experiment can be           there are 3 doors in a
  performed in ‘n’ ways,      room, 2 on one side and
  & another experiment        1 on other side. A man
  can be performed in ‘m’     want to go out from the
  ways then either of the     room. Obviously he has
  two experiments can be      ‘3’ options for it. He can
  performed in (m+n)          come out by door ‘A’ or
  ways. This rule can be      door ‘B’ or door ’C’.
  extended to any finite
  number of experiments.
• Multiplication Rule : If a   • Example.: Suppose a
  work can be done in m          man wants to cross-out
  ways, another work can         a room, which has 2
  be done in ‘n’ ways,           doors on one side and 1
  then both of the               door on other site. He
  operations can be              has 2 x 1 = 2 ways for
  performed in m x n             it.
  ways. It can be
  extended to any finite
  number of operations.
• Factorial n : The product of first ‘n’ natural numbers is
  denoted by n!.
•        n! = n(n-1) (n-2) ………………..3.2.1.
•        Ex.     5! = 5 x 4 x 3 x 2 x 1 =120
•        Note      0! = 1
•        Proof n! =n, (n-1)!
•        Or        (n-1)! = [n x (n-1)!]/n = n! /n
•        Putting n = 1, we have
•        O! = 1!/1
•        or 0 = 1
Permutation
• Number of permutations of ‘n’ different things
  taken ‘r’ at a time is given by:-
• n Pr   =         n!/(n-r)!
Proof: Say we have ‘n’ different things a1, a2……, an.
•   Clearly the first place can be filled up in ‘n’ ways. Number
    of things left after filling-up the first place = n-1
•   So the second-place can be filled-up in (n-1) ways. Now
    number of things left after filling-up the first and second
    places = n - 2
•   Now the third place can be filled-up in (n-2) ways.
•   Thus number of ways of filling-up first-place = n
•   Number of ways of filling-up second-place = n-1
•   Number of ways of filling-up third-place = n-2
•   Number of ways of filling-up r-th place = n – (r-1) = n-r+1
• By multiplication – rule of counting, total no. of ways of
  filling up, first, second -- rth-place together :-
• n (n-1) (n-2) ------------ (n-r+1)
• Hence:
  nP      = n (n-1)(n-2) --------------(n-r+1)
     r
• = [n(n-1)(n-2)----------(n-r+1)] [(n-r)(n-r-1)-----3.2.1.] /
  [(n-r)(n-r-1)] ----3.2.1
• nPr = n!/(n-r)!
• Number of permutations of ‘n’ different things taken
  all at a time is given by:-
• nPn           =       n!
• Proof :
  Now we have ‘n’ objects, and n-places.
• Number of ways of filling-up first-place = n
• Number of ways of filling-up second-place = n-1
• Number of ways of filling-up third-place = n-2
• Number of ways of filling-up r-th place, i.e. last place
  =1
• Number of ways of filling-up first, second, --- n th place
  = n (n-1) (n-2) ------ 2.1.
• nPn = n!
Concept.
•   We have nPr = n!/n-r
•   Putting r = n, we have :-
•   nP = n! / (n-r)
      r
•   But nPn = n!
•   Clearly it is possible, only when n! = 1
•   Hence it is proof that 0! = 1
•   Note : Factorial of negative-number is not
    defined. The expression –3! has no meaning.
Examples
•   Q. How many different signals can be made by 5 flags from 8-flags
    of different colours?
•   Ans. Number of ways taking 5 flags out of 8-flage = 8P5
•   = 8!/(8-5)!
•   = 8 x 7 x 6 x 5 x 4 = 6720
•   Q. How many words can be made by using the letters of the word
    “SIMPLETON” taken all at a time?
•   Ans. There are ‘9’ different letters of the word “SIMPLETON”
•   Number of Permutations taking all the letters at a time = 9P9
•   = 9! = 362880.
• Number of permutations of n-thing, taken all at a time,
  in which ‘P’ are of one type, ‘g’ of them are of second-
  type, ‘r’ of them are of third-type, and rest are all
  different is given by :-
• n!/p! x q! x
  r!
• Example: In how many ways can the letters of the word
  “Pre-University” be arranged?
• 13!/2! X 2! X 2!
• Number of permutations of n-things, taken ‘r’ at a time
  when each thing can be repeated r-times is given by =
  nr.
• Proof.
• Number of ways of filling-up first –place = n
• Since repetition is allowed, so
• Number of ways of filling-up second-place = n
• Number of ways of filling-up third-place
• Number of ways of filling-up r-th place = n
• Hence total number of ways in which first, second
  ----r th, places can be filled-up
• = n x n x n ------------- r factors.
• = nr
• Example: A child has 3 pocket and 4 coins.
  In how many ways can he put the coins in his
  pocket.
• Ans. First coin can be put in 3 ways, similarly
  second, third and forth coins also can be put
  in 3 ways.
• So total number of ways = 3 x 3 x 3 x 3 = 34 =
  81
Circular permutations
• There are two cases of circular-permutations:-
• (a)    If clockwise and anti clock-wise orders
  are different, then total number of circular-
  permutations is given by (n-1)!
• (b)     If clock-wise and anti-clock-wise orders
  are taken as not different, then total number
  of circular-permutations is given by (n-1)!/2!
Proof(a):




• (a) Let’s consider that 4 persons A,B,C, and D
  are sitting around a round table.
• Shifting A, B, C, D, one position in anticlock-
  wise direction, we get the following
  agreements:-
• Thus, we use that if 4 persons are sitting at a round table,
  then they can be shifted four times, but these four
  arrangements will be the same, because the sequence of A, B,
  C, D, is same. But if A, B, C, D, are sitting in a row, and they are
  shifted, then the four linear-arrangement will be different.
• Hence if we have ‘4’ things, then for each circular-
  arrangement number of linear-arrangements =4
• Similarly, if we have ‘n’ things, then for each circular –
  agreement, number of linear – arrangement = n.
• Let the total circular arrangement = p
• Total number of linear–arrangements = n.p
• Total number of linear–arrangements
• = n. (number of circular-arrangements)
• Or Number of circular-arrangements = 1 (number of
  linear arrangements)
• n = 1( n!)/n
• circular permutation = (n-1)!
Proof (b) When clock-wise and anti-clock wise arrangements
  are not different, then observation can be made from both
  sides, and this will be the same. Here two permutations will be
  counted as one. So total permutations will be half, hence in this
  case.
• Circular–permutations = (n-1)!/2
  Note: Number of circular-permutations of ‘n’ different things
  taken ‘r’ at a time:-
• (a) If clock-wise and anti-clockwise orders are taken as
  different, then total number of circular-permutations = nPr /r
• (b) If clock-wise and anti-clockwise orders are taken as not
  different, then total number of circular – permutation
  = nPr/2r .
• Example: How many necklace of 12 beads
  each can be made from 18 beads of different
  colours?
• Ans. Here clock-wise and anti-clockwise
  arrangement s are same.
• Hence total number of circular–
  permutations:    18P /2x12
                      12
• = 18!/(6 x 24)
Restricted – Permutations
(a) Number of permutations of ‘n’ things, taken ‘r’ at a time, when a
    particular thing is to be always included in each arrangement
    = r n-1 Pr-1
(b) Number of permutations of ‘n’ things, taken ‘r’ at a time, when a
    particular thing is fixed: = n-1 Pr-1
(c) Number of permutations of ‘n’ things, taken ‘r’ at a time, when a
    particular thing is never taken: = n-1 Pr.
(d) Number of permutations of ‘n’ things, taken ‘r’ at a time, when ‘m’
    specified things always come together = m! x ( n-m+1) !
(e) Number of permutations of ‘n’ things, taken all at a time, when ‘m’
    specified things always come together = n ! - [ m! x (n-m+1)! ]
• Example: How many words can be formed with the letters of the
  word ‘OMEGA’ when:
• (i)   ‘O’ and ‘A’ occupying end places.
• (ii)   ‘E’ being always in the middle
• (iii)   Vowels occupying odd-places
• (iv)    Vowels being never together.
• Ans.
• (i) When ‘O’ and ‘A’ occupying end-places
• => M.E.G. (OA)
• Here (OA) are fixed, hence M, E, G can be arranged in 3! ways
• But (O,A) can be arranged themselves is 2! ways.
• => Total number of words = 3! x 2! = 12 ways.
•   (ii) When ‘E’ is fixed in the middle
•   => O.M.(E), G.A.
•   Hence four-letter O.M.G.A. can be arranged in 4! i.e 24 ways.
•   (iii) Three vowels (O,E,A,) can be arranged in the odd-places (1st, 3rd and
    5th) = 3! ways.
•   And two consonants (M,G,) can be arranged in the even-place              (2nd, 4th)
    = 2 ! ways
•   => Total number of ways= 3! x 2! = 12 ways.
•   (iv) Total number of words = 5! = 120!
•    If all the vowels come together, then we have: (O.E.A.), M,G
•    These can be arranged in 3! ways.
•    But (O,E.A.) can be arranged themselves in 3! ways.
•    => Number of ways, when vowels come-together = 3! x 3!
•   = 36 ways
•   => Number of ways, when vowels being never-together
•   = 120-36       = 84 ways.
• Number of Combination of ‘n’ different things, taken ‘r’ at a
  time is given by:-
• nCr= n! / r ! x (n-r)!
• Proof: Each combination consists of ‘r’ different things,
  which can be arranged among themselves in r! ways.
• => For one combination of ‘r’ different things, number of
  arrangements = r!
• For nCr combination number of arrangements: r nCr
• => Total number of permutations = r! nCr ---------------(1)
• But number of permutation of ‘n’ different things, taken ‘r’
  at a time
• = nPr -------(2)
• From (1) and (2) :
• nPr = r! . nCr
• or n!/(n-r)! = r! . nCr
• or nCr =       n!/r!x(n-r)!
Note: nCr = nCn-r
• or nCr = n!/r!x(n-r)! and nCn-r = n!/(n-
  r)!x(n-(n-r))!
• = n!/(n-r)!xr!
Restricted – Combinations
(a) Number of combinations of ‘n’ different things
   taken ‘r’ at a time, when ‘p’ particular things are
   always included = n-pCr-p.
(b) Number of combination of ‘n’ different things,
   taken ‘r’ at a time, when ‘p’ particular things are
   always to be excluded = n-pCr
   Example: In how many ways can a cricket-
   eleven be chosen out of 15 players? if
(i) A particular player is always chosen,
(ii) A particular is never chosen.
Ans:
(i) A particular player is always chosen, it means that
    10 players are selected out of the remaining 14 players.
    =. Required number of ways = 14C10 = 14C4
    = 14!/4!x19! = 1365
(ii)    A particular players is never chosen, it means that
    11 players are selected out of 14 players.
     => Required number of ways = 14C11
     = 14!/11!x3! = 364
(iii) Number of ways of selecting zero or more things
    from ‘n’ different things is given by:- 2n-1
Proof: Number of ways of selecting one thing, out of n-
things = nC1
Number of selecting two things, out of n-things =nC2
Number of ways of selecting three things, out of n-things =nC3
Number of ways of selecting ‘n’ things out of ‘n’ things = nCn
=>Total number of ways of selecting one or more things out of n
different things
= nC1 + nC2 + nC3 + ------------- + nCn
= (nC0 + nC1 + -----------------nCn) - nC0
Example: John has 8 friends. In how many ways can he invite one
or more of them to dinner?
Ans. John can select one or more than one of his 8 friends.
=> Required number of ways = 28 – 1= 255.
(iv) Number of ways of selecting zero or more things from
‘n’ identical things is given by :- n+1
Example: In how many ways, can zero or more letters be
selected form the letters AAAAA?
Ans. Number of ways of :
      Selecting zero 'A's = 1
      Selecting one 'A's = 1
      Selecting two 'A's = 1
      Selecting three 'A's = 1
      Selecting four 'A's = 1
      Selecting five 'A's = 1
=> Required number of ways = 6          [5+1]
(V) Number of ways of selecting one or more things from ‘p’ identical
things of one type ‘q’ identical things of another type, ‘r’ identical things
of the third type and ‘n’ different things is given by :-
 (p+1) (q+1) (r+1)2n – 1
Example: Find the number of different choices that can be made from 3
apples, 4 bananas and 5 mangoes, if at least one fruit is to be chosen.
Ans:
Number of ways of selecting apples = (3+1) = 4 ways.
Number of ways of selecting bananas = (4+1) = 5 ways.
Number of ways of selecting mangoes = (5+1) = 6 ways.
Total number of ways of selecting fruits = 4 x 5 x 6
But this includes, when no fruits i.e. zero fruits is selected
=> Number of ways of selecting at least one fruit = (4x5x6) -1 = 119
Note :- There was no fruit of a different type, hence here n=o
 => 2n = 20=1
(VI) Number of ways of selecting ‘r’ things from ‘n’
identical things is ‘1’.
Example: In how many ways 5 balls can be selected from
‘12’ identical red balls?
Ans. The balls are identical, total number of ways of
selecting 5 balls = 1.
Example: How many numbers of four digits can be formed
with digits 1, 2, 3, 4 and 5?
Ans. Here n = 5               [Number of digits]
And r = 4                [ Number of places to be filled-up]
Required number is 5P4 = 5!/1! = 5 x 4 x 3 x 2 x 1
Restricted – Permutations
(a) Number of permutations of ‘n’ things, taken ‘r’ at a time, when
a particular thing is to be always included in each arrangement
= r n-1 Pr-1
(b) Number of permutations of ‘n’ things, taken ‘r’ at a time, when
a particular thing is fixed: = n-1 Pr-1
(c) Number of permutations of ‘n’ things, taken ‘r’ at a time, when a
particular thing is never taken: = n-1 Pr.
(d) Number of permutations of ‘n’ things, taken ‘r’ at a time, when
‘m’ specified things always come together = m! x ( n-m+1) !
(e) Number of permutations of ‘n’ things, taken all at a time, when
‘m’ specified things always come together = n ! - [ m! x (n-m+1)! ]
Example: How many words can be formed with the letters of the
word ‘OMEGA’ when:
(i)   ‘O’ and ‘A’ occupying end places.
(ii)   ‘E’ being always in the middle
(iii)   Vowels occupying odd-places
(iv)    Vowels being never together.
Ans.
(i) When ‘O’ and ‘A’ occupying end-places
  => M.E.G. (OA)
  Here (OA) are fixed, hence M, E, G can be arranged in 3! ways
 But (O,A) can be arranged themselves is 2! ways.
=> Total number of words = 3! x 2! = 12 ways.
(ii) When ‘E’ is fixed in the middle
=> O.M.(E), G.A.
Hence four-letter O.M.G.A. can be arranged in 4! i.e 24 ways.
(iii) Three vowels (O,E,A,) can be arranged in the odd-places (1st,
3rd and 5th) = 3! ways.
And two consonants (M,G,) can be arranged in the even-
place          (2nd, 4th) = 2 ! ways
=> Total number of ways= 3! x 2! = 12 ways.
(iv) Total number of words = 5! = 120!
If all the vowels come together, then we have: (O.E.A.), M,G
These can be arranged in 3! ways.
 But (O,E.A.) can be arranged themselves in 3! ways.
 => Number of ways, when vowels come-together = 3! x 3!
= 36 ways
=> Number of ways, when vowels being never-together
= 120-36       = 84 ways.
Number of Combination of ‘n’ different things, taken ‘r’ at a time is given by:-
nC = n! / r ! x (n-r)!
  r
Proof: Each combination consists of ‘r’ different things, which can be arranged
among themselves in r! ways.
=> For one combination of ‘r’ different things, number of arrangements = r!
For nCr combination number of arrangements: r nCr
=> Total number of permutations = r! nCr ---------------(1)
But number of permutation of ‘n’ different things, taken ‘r’ at a time
= nPr -------(2)
From (1) and (2) :
nP =      r! . nCr
  r
or n!/(n-r)! = r! . nCr
or nCr =         n!/r!x(n-r)!
Note: nCr = nCn-r
or nCr = n!/r!x(n-r)! and nCn-r = n!/(n-r)!x(n-(n-r))!
 = n!/(n-r)!xr!
Restricted – Combinations
(a) Number of combinations of ‘n’ different things
   taken ‘r’ at a time, when ‘p’ particular things are
   always included = n-pCr-p.
(b) Number of combination of ‘n’ different things,
   taken ‘r’ at a time, when ‘p’ particular things are
   always to be excluded = n-pCr
   Example: In how many ways can a cricket-
   eleven be chosen out of 15 players? if
(i) A particular player is always chosen,
(ii) A particular is never chosen.
Ans:
(i)     A particular player is always chosen, it means that
    10 players are selected out of the remaining 14 players.
    =. Required number of ways = 14C10 = 14C4
    = 14!/4!x19! = 1365
(ii) A particular players is never chosen, it means that 11
    players are selected out of 14 players.
     => Required number of ways = 14C11
     = 14!/11!x3! = 364
(iii) Number of ways of selecting zero or more things from
    ‘n’ different things is given by:- 2n-1
Proof: Number of ways of selecting one thing, out of n-
things = nC1
Number of selecting two things, out of n-things =nC2
Number of ways of selecting three things, out of n-things
= n C3
Number of ways of selecting ‘n’ things out of ‘n’ things
= nCn
=>Total number of ways of selecting one or more things out
of n different things
= nC1 + nC2 + nC3 + ------------- + nCn
= (nC0 + nC1 + -----------------nCn) - nC0
= 2n – 1                   [ nC0=1]
Example: John has 8 friends. In how many ways can he invite one
   or more of them to dinner?
   Ans. John can select one or more than one of his 8 friends.
   => Required number of ways = 28 – 1= 255.
   (iv) Number of ways of selecting zero or more things from ‘n’
   identical things is given by :- n+1
   Example: In how many ways, can zero or more letters be selected
   form the letters AAAAA?
   Ans. Number of ways of :
         Selecting zero 'A's = 1
         Selecting one 'A's = 1
         Selecting two 'A's = 1
         Selecting three 'A's = 1
      Selecting four 'A's = 1
      Selecting five 'A's = 1
=> Required number of ways = 6         [5+1]
(V) Number of ways of selecting one or more things from ‘p’ identical things
   of one type ‘q’ identical things of another type, ‘r’ identical things of the
   third type and ‘n’ different things is given by :-
    (p+1) (q+1) (r+1)2n – 1
   Example: Find the number of different choices that can be made from 3
   apples, 4 bananas and 5 mangoes, if at least one fruit is to be chosen.
   Ans:
• Number of ways of selecting apples = (3+1) = 4 ways.
• Number of ways of selecting bananas = (4+1) = 5 ways.
• Number of ways of selecting mangoes = (5+1) = 6 ways.
• Total number of ways of selecting fruits = 4 x 5 x 6
• But this includes, when no fruits i.e. zero fruits is selected
• => Number of ways of selecting at least one fruit = (4x5x6) -1 = 119
• Note :- There was no fruit of a different type, hence here n=o
• => 2n = 20=1
(VI) Number of ways of selecting ‘r’ things from ‘n’ identical
   things is ‘1’.
   Example: In how many ways 5 balls can be selected from
   ‘12’ identical red balls?
   Ans. The balls are identical, total number of ways of
   selecting 5 balls = 1.
   Example: How many numbers of four digits can be formed
   with digits 1, 2, 3, 4 and 5?
   Ans. Here n = 5               [Number of digits]
   And r = 4               [ Number of places to be filled-up]
   Required number is 5P4 = 5!/1! = 5 x 4 x 3 x 2 x 1
Reference
• http://tutors4you.com/
• http://www.indiabix.com/aptitude/permutation-
  and-combination/
• http://en.wikipedia.org/wiki/Permutation
• http://www.mathsisfun.com/combinatorics/com
  binations-permutations.html
• http://mathematics.learnhub.com/lesson/4623-
  permutations-and-combinations-basics?id=4623-
  permutations-and-combinations-basics
Shwetha
Computer Teacher
SDM Eng Medium School
Ujire

Mais conteúdo relacionado

Mais procurados

Basic Concept Of Probability
Basic Concept Of ProbabilityBasic Concept Of Probability
Basic Concept Of Probabilityguest45a926
 
Fundamental counting principle powerpoint
Fundamental counting principle powerpointFundamental counting principle powerpoint
Fundamental counting principle powerpointmesmith1
 
Properties of Real Numbers
Properties of Real NumbersProperties of Real Numbers
Properties of Real Numbersrfant
 
Basic concept of probability
Basic concept of probabilityBasic concept of probability
Basic concept of probabilityIkhlas Rahman
 
Conditional Probability
Conditional ProbabilityConditional Probability
Conditional ProbabilityJoey Valdriz
 
The Fundamental Counting Principle
The Fundamental Counting PrincipleThe Fundamental Counting Principle
The Fundamental Counting PrincipleRon Eick
 
Statistics and probability
Statistics and probability   Statistics and probability
Statistics and probability Muhammad Mayo
 
permutations power point
permutations power pointpermutations power point
permutations power pointAldrin Balenton
 
Permutations and combinations ppt
Permutations and combinations pptPermutations and combinations ppt
Permutations and combinations pptPriya !!!
 
Introduction of Probability
Introduction of ProbabilityIntroduction of Probability
Introduction of Probabilityrey castro
 
Operations on sets
Operations on setsOperations on sets
Operations on setsrenceLongcop
 
11.5 Independent and Dependent Events
11.5 Independent and Dependent Events11.5 Independent and Dependent Events
11.5 Independent and Dependent Eventssmiller5
 

Mais procurados (20)

Basic concepts of probability
Basic concepts of probabilityBasic concepts of probability
Basic concepts of probability
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
 
Basic Concept Of Probability
Basic Concept Of ProbabilityBasic Concept Of Probability
Basic Concept Of Probability
 
Fundamental counting principle powerpoint
Fundamental counting principle powerpointFundamental counting principle powerpoint
Fundamental counting principle powerpoint
 
Permutations
PermutationsPermutations
Permutations
 
Properties of Real Numbers
Properties of Real NumbersProperties of Real Numbers
Properties of Real Numbers
 
Sample Space And Events
Sample Space And EventsSample Space And Events
Sample Space And Events
 
Introduction to Sets
Introduction to SetsIntroduction to Sets
Introduction to Sets
 
Binomial expansion
Binomial expansionBinomial expansion
Binomial expansion
 
Probability
Probability Probability
Probability
 
Translating Expressions
Translating ExpressionsTranslating Expressions
Translating Expressions
 
Basic concept of probability
Basic concept of probabilityBasic concept of probability
Basic concept of probability
 
Conditional Probability
Conditional ProbabilityConditional Probability
Conditional Probability
 
The Fundamental Counting Principle
The Fundamental Counting PrincipleThe Fundamental Counting Principle
The Fundamental Counting Principle
 
Statistics and probability
Statistics and probability   Statistics and probability
Statistics and probability
 
permutations power point
permutations power pointpermutations power point
permutations power point
 
Permutations and combinations ppt
Permutations and combinations pptPermutations and combinations ppt
Permutations and combinations ppt
 
Introduction of Probability
Introduction of ProbabilityIntroduction of Probability
Introduction of Probability
 
Operations on sets
Operations on setsOperations on sets
Operations on sets
 
11.5 Independent and Dependent Events
11.5 Independent and Dependent Events11.5 Independent and Dependent Events
11.5 Independent and Dependent Events
 

Semelhante a Permutation and combination

Combinations and permutations
Combinations and permutationsCombinations and permutations
Combinations and permutationsindu psthakur
 
Discrete Math Ch5 counting + proofs
Discrete Math Ch5 counting + proofsDiscrete Math Ch5 counting + proofs
Discrete Math Ch5 counting + proofsAmr Rashed
 
Permutation and Combination Maths
Permutation and Combination MathsPermutation and Combination Maths
Permutation and Combination MathsVardhan Jain
 
1. Permutation and Combination.pdfjskkshssh
1. Permutation and Combination.pdfjskkshssh1. Permutation and Combination.pdfjskkshssh
1. Permutation and Combination.pdfjskkshsshJayveeRouge
 
Permutation combination
Permutation combinationPermutation combination
Permutation combinationlovemucheca
 
Chapter-3-Sample-Space-of-Experiment.pdf
Chapter-3-Sample-Space-of-Experiment.pdfChapter-3-Sample-Space-of-Experiment.pdf
Chapter-3-Sample-Space-of-Experiment.pdfJuliusBoitizon
 
Permutation & combination
Permutation & combinationPermutation & combination
Permutation & combinationAPEX INSTITUTE
 
Lecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic andLecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic andmanishhmishra001
 
Permutations and-combinations-maths
Permutations and-combinations-mathsPermutations and-combinations-maths
Permutations and-combinations-mathsMurugan Iron
 
Counting technique
Counting techniqueCounting technique
Counting techniqueNadeem Uddin
 
Permutations and Combinations (All Formulas)
Permutations and Combinations (All Formulas)Permutations and Combinations (All Formulas)
Permutations and Combinations (All Formulas)Anubhav Kumar
 
Permutations and Combinations(For Class 11)
Permutations and Combinations(For Class 11)Permutations and Combinations(For Class 11)
Permutations and Combinations(For Class 11)Anubhav Kumar
 
Permutations and Combinations IIT JEE+Olympiad Lecture 3
Permutations and Combinations IIT JEE+Olympiad Lecture 3 Permutations and Combinations IIT JEE+Olympiad Lecture 3
Permutations and Combinations IIT JEE+Olympiad Lecture 3 Parth Nandedkar
 
Permutation in Discrete Mathematics- Piyush Bujade
Permutation in Discrete Mathematics- Piyush BujadePermutation in Discrete Mathematics- Piyush Bujade
Permutation in Discrete Mathematics- Piyush BujadetheLegendPiyush
 
Permutations and Combinations IIT JEE+Olympiad Lecture 4
Permutations and Combinations IIT JEE+Olympiad Lecture 4Permutations and Combinations IIT JEE+Olympiad Lecture 4
Permutations and Combinations IIT JEE+Olympiad Lecture 4Parth Nandedkar
 
Probability distribution
Probability distributionProbability distribution
Probability distributionRanjan Kumar
 
Counting, pigeonhole, permuntation, Permutations and Combination ,Binomial T...
Counting,  pigeonhole, permuntation, Permutations and Combination ,Binomial T...Counting,  pigeonhole, permuntation, Permutations and Combination ,Binomial T...
Counting, pigeonhole, permuntation, Permutations and Combination ,Binomial T...sheiblu
 

Semelhante a Permutation and combination (20)

Combinations and permutations
Combinations and permutationsCombinations and permutations
Combinations and permutations
 
Discrete Math Ch5 counting + proofs
Discrete Math Ch5 counting + proofsDiscrete Math Ch5 counting + proofs
Discrete Math Ch5 counting + proofs
 
Bba ii-u1-p&c
Bba ii-u1-p&cBba ii-u1-p&c
Bba ii-u1-p&c
 
Permutation and Combination Maths
Permutation and Combination MathsPermutation and Combination Maths
Permutation and Combination Maths
 
1. Permutation and Combination.pdfjskkshssh
1. Permutation and Combination.pdfjskkshssh1. Permutation and Combination.pdfjskkshssh
1. Permutation and Combination.pdfjskkshssh
 
Permutation combination
Permutation combinationPermutation combination
Permutation combination
 
Chapter-3-Sample-Space-of-Experiment.pdf
Chapter-3-Sample-Space-of-Experiment.pdfChapter-3-Sample-Space-of-Experiment.pdf
Chapter-3-Sample-Space-of-Experiment.pdf
 
Permutation & combination
Permutation & combinationPermutation & combination
Permutation & combination
 
Lecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic andLecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic and
 
Permutations and-combinations-maths
Permutations and-combinations-mathsPermutations and-combinations-maths
Permutations and-combinations-maths
 
Counting technique
Counting techniqueCounting technique
Counting technique
 
Permutations and Combinations (All Formulas)
Permutations and Combinations (All Formulas)Permutations and Combinations (All Formulas)
Permutations and Combinations (All Formulas)
 
Permutations and Combinations(For Class 11)
Permutations and Combinations(For Class 11)Permutations and Combinations(For Class 11)
Permutations and Combinations(For Class 11)
 
Combinatorics
CombinatoricsCombinatorics
Combinatorics
 
Permutations and Combinations IIT JEE+Olympiad Lecture 3
Permutations and Combinations IIT JEE+Olympiad Lecture 3 Permutations and Combinations IIT JEE+Olympiad Lecture 3
Permutations and Combinations IIT JEE+Olympiad Lecture 3
 
Permutation in Discrete Mathematics- Piyush Bujade
Permutation in Discrete Mathematics- Piyush BujadePermutation in Discrete Mathematics- Piyush Bujade
Permutation in Discrete Mathematics- Piyush Bujade
 
Permutations and Combinations IIT JEE+Olympiad Lecture 4
Permutations and Combinations IIT JEE+Olympiad Lecture 4Permutations and Combinations IIT JEE+Olympiad Lecture 4
Permutations and Combinations IIT JEE+Olympiad Lecture 4
 
Probability distribution
Probability distributionProbability distribution
Probability distribution
 
Counting, pigeonhole, permuntation, Permutations and Combination ,Binomial T...
Counting,  pigeonhole, permuntation, Permutations and Combination ,Binomial T...Counting,  pigeonhole, permuntation, Permutations and Combination ,Binomial T...
Counting, pigeonhole, permuntation, Permutations and Combination ,Binomial T...
 
Combinatorics.ppt
Combinatorics.pptCombinatorics.ppt
Combinatorics.ppt
 

Último

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 

Último (20)

Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 

Permutation and combination

  • 1.
  • 2. • Permutation : Permutation means arrangement of things. The word arrangement is used, if the order of thingsis considered. • Combination: Combination means selection of things. The word selection is used, when the order of things hasno importance.
  • 3. • Example: Suppose we have to form a number of consisting of three digits using the digits 1,2,3,4, To form this number the digits have to be arranged. Different numbers will get formed depending upon the order in which we arrange the digits. This is an example of Permutation.
  • 4. • Now suppose that we have to make a team of 11 players out of 20 players, This is an example of combination, because the order of players in the team will not result in a change in the team. No matter in which order we list out the players the team will remain the same! For a different team to be formed at least one player will have to be changed.
  • 5. • In mathematics, the notion of permutation is used with several slightly different meanings, all related to the act of permuting (rearranging) objects or values. • Informally, a permutation of a set of objects is an arrangement of those objects into a particular order. For example, there are six permutations of the set {1,2,3}, namely (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2), and (3,2,1). • One might define an anagram of a word as a permutation of its letters. • The study of permutations in this sense generally belongs to the field of combinatorics. • The number of permutations of n distinct objects is n×(n − 1)×(n − 2)×⋯×2×1, which number is called "n factorial" and written "n!".
  • 6. • Permutations occur, in more or less prominent ways, in almost every domain of mathematics. • They often arise when different orderings on certain finite sets are considered, possibly only because one wants to ignore such orderings and needs to know how many configurations are thus identified. • For similar reasons permutations arise in the study of sorting algorithms in computer science.
  • 7. • In algebra and particularly in group theory, a permutation of a set S is defined as a bijection from S to itself (i.e., a map S → S for which every element of S occurs exactly once as image value). • This is related to the rearrangement of S in which each element s takes the place of the corresponding f(s). The collection of such permutations form a symmetric group. • The key to its structure is the possibility to compose permutations: performing two given rearrangements in succession defines a third rearrangement, the composition. • Permutations may act on composite objects by rearranging their components, or by certain replacements (substitutions) of symbols.
  • 8. • In elementary combinatorics, the name "permutations and combinations" often refers to two related problems, both counting possibilities to select k distinct elements from a set of n elements, where for k-permutations the order of selection is taken into account, but for k-combinations it is ignored. • However k-permutations (also known as partial permutations) do not correspond to permutations as discussed in this article (unless k = n). The 6 permutations of 3 balls
  • 9. Two fundamental principles of counting • Addition rule : If an • Example: Suppose experiment can be there are 3 doors in a performed in ‘n’ ways, room, 2 on one side and & another experiment 1 on other side. A man can be performed in ‘m’ want to go out from the ways then either of the room. Obviously he has two experiments can be ‘3’ options for it. He can performed in (m+n) come out by door ‘A’ or ways. This rule can be door ‘B’ or door ’C’. extended to any finite number of experiments.
  • 10. • Multiplication Rule : If a • Example.: Suppose a work can be done in m man wants to cross-out ways, another work can a room, which has 2 be done in ‘n’ ways, doors on one side and 1 then both of the door on other site. He operations can be has 2 x 1 = 2 ways for performed in m x n it. ways. It can be extended to any finite number of operations.
  • 11. • Factorial n : The product of first ‘n’ natural numbers is denoted by n!. • n! = n(n-1) (n-2) ………………..3.2.1. • Ex. 5! = 5 x 4 x 3 x 2 x 1 =120 • Note 0! = 1 • Proof n! =n, (n-1)! • Or (n-1)! = [n x (n-1)!]/n = n! /n • Putting n = 1, we have • O! = 1!/1 • or 0 = 1
  • 12. Permutation • Number of permutations of ‘n’ different things taken ‘r’ at a time is given by:- • n Pr = n!/(n-r)!
  • 13. Proof: Say we have ‘n’ different things a1, a2……, an. • Clearly the first place can be filled up in ‘n’ ways. Number of things left after filling-up the first place = n-1 • So the second-place can be filled-up in (n-1) ways. Now number of things left after filling-up the first and second places = n - 2 • Now the third place can be filled-up in (n-2) ways. • Thus number of ways of filling-up first-place = n • Number of ways of filling-up second-place = n-1 • Number of ways of filling-up third-place = n-2 • Number of ways of filling-up r-th place = n – (r-1) = n-r+1
  • 14. • By multiplication – rule of counting, total no. of ways of filling up, first, second -- rth-place together :- • n (n-1) (n-2) ------------ (n-r+1) • Hence: nP = n (n-1)(n-2) --------------(n-r+1) r • = [n(n-1)(n-2)----------(n-r+1)] [(n-r)(n-r-1)-----3.2.1.] / [(n-r)(n-r-1)] ----3.2.1 • nPr = n!/(n-r)! • Number of permutations of ‘n’ different things taken all at a time is given by:- • nPn = n!
  • 15. • Proof : Now we have ‘n’ objects, and n-places. • Number of ways of filling-up first-place = n • Number of ways of filling-up second-place = n-1 • Number of ways of filling-up third-place = n-2 • Number of ways of filling-up r-th place, i.e. last place =1 • Number of ways of filling-up first, second, --- n th place = n (n-1) (n-2) ------ 2.1. • nPn = n!
  • 16. Concept. • We have nPr = n!/n-r • Putting r = n, we have :- • nP = n! / (n-r) r • But nPn = n! • Clearly it is possible, only when n! = 1 • Hence it is proof that 0! = 1 • Note : Factorial of negative-number is not defined. The expression –3! has no meaning.
  • 17. Examples • Q. How many different signals can be made by 5 flags from 8-flags of different colours? • Ans. Number of ways taking 5 flags out of 8-flage = 8P5 • = 8!/(8-5)! • = 8 x 7 x 6 x 5 x 4 = 6720 • Q. How many words can be made by using the letters of the word “SIMPLETON” taken all at a time? • Ans. There are ‘9’ different letters of the word “SIMPLETON” • Number of Permutations taking all the letters at a time = 9P9 • = 9! = 362880.
  • 18. • Number of permutations of n-thing, taken all at a time, in which ‘P’ are of one type, ‘g’ of them are of second- type, ‘r’ of them are of third-type, and rest are all different is given by :- • n!/p! x q! x r! • Example: In how many ways can the letters of the word “Pre-University” be arranged? • 13!/2! X 2! X 2! • Number of permutations of n-things, taken ‘r’ at a time when each thing can be repeated r-times is given by = nr.
  • 19. • Proof. • Number of ways of filling-up first –place = n • Since repetition is allowed, so • Number of ways of filling-up second-place = n • Number of ways of filling-up third-place • Number of ways of filling-up r-th place = n • Hence total number of ways in which first, second ----r th, places can be filled-up • = n x n x n ------------- r factors. • = nr
  • 20. • Example: A child has 3 pocket and 4 coins. In how many ways can he put the coins in his pocket. • Ans. First coin can be put in 3 ways, similarly second, third and forth coins also can be put in 3 ways. • So total number of ways = 3 x 3 x 3 x 3 = 34 = 81
  • 21. Circular permutations • There are two cases of circular-permutations:- • (a) If clockwise and anti clock-wise orders are different, then total number of circular- permutations is given by (n-1)! • (b) If clock-wise and anti-clock-wise orders are taken as not different, then total number of circular-permutations is given by (n-1)!/2!
  • 22. Proof(a): • (a) Let’s consider that 4 persons A,B,C, and D are sitting around a round table.
  • 23. • Shifting A, B, C, D, one position in anticlock- wise direction, we get the following agreements:-
  • 24. • Thus, we use that if 4 persons are sitting at a round table, then they can be shifted four times, but these four arrangements will be the same, because the sequence of A, B, C, D, is same. But if A, B, C, D, are sitting in a row, and they are shifted, then the four linear-arrangement will be different.
  • 25. • Hence if we have ‘4’ things, then for each circular- arrangement number of linear-arrangements =4 • Similarly, if we have ‘n’ things, then for each circular – agreement, number of linear – arrangement = n. • Let the total circular arrangement = p • Total number of linear–arrangements = n.p • Total number of linear–arrangements • = n. (number of circular-arrangements) • Or Number of circular-arrangements = 1 (number of linear arrangements) • n = 1( n!)/n • circular permutation = (n-1)!
  • 26. Proof (b) When clock-wise and anti-clock wise arrangements are not different, then observation can be made from both sides, and this will be the same. Here two permutations will be counted as one. So total permutations will be half, hence in this case. • Circular–permutations = (n-1)!/2 Note: Number of circular-permutations of ‘n’ different things taken ‘r’ at a time:- • (a) If clock-wise and anti-clockwise orders are taken as different, then total number of circular-permutations = nPr /r • (b) If clock-wise and anti-clockwise orders are taken as not different, then total number of circular – permutation = nPr/2r .
  • 27. • Example: How many necklace of 12 beads each can be made from 18 beads of different colours? • Ans. Here clock-wise and anti-clockwise arrangement s are same. • Hence total number of circular– permutations: 18P /2x12 12 • = 18!/(6 x 24)
  • 28. Restricted – Permutations (a) Number of permutations of ‘n’ things, taken ‘r’ at a time, when a particular thing is to be always included in each arrangement = r n-1 Pr-1 (b) Number of permutations of ‘n’ things, taken ‘r’ at a time, when a particular thing is fixed: = n-1 Pr-1 (c) Number of permutations of ‘n’ things, taken ‘r’ at a time, when a particular thing is never taken: = n-1 Pr. (d) Number of permutations of ‘n’ things, taken ‘r’ at a time, when ‘m’ specified things always come together = m! x ( n-m+1) ! (e) Number of permutations of ‘n’ things, taken all at a time, when ‘m’ specified things always come together = n ! - [ m! x (n-m+1)! ]
  • 29. • Example: How many words can be formed with the letters of the word ‘OMEGA’ when: • (i) ‘O’ and ‘A’ occupying end places. • (ii) ‘E’ being always in the middle • (iii) Vowels occupying odd-places • (iv) Vowels being never together. • Ans. • (i) When ‘O’ and ‘A’ occupying end-places • => M.E.G. (OA) • Here (OA) are fixed, hence M, E, G can be arranged in 3! ways • But (O,A) can be arranged themselves is 2! ways. • => Total number of words = 3! x 2! = 12 ways.
  • 30. (ii) When ‘E’ is fixed in the middle • => O.M.(E), G.A. • Hence four-letter O.M.G.A. can be arranged in 4! i.e 24 ways. • (iii) Three vowels (O,E,A,) can be arranged in the odd-places (1st, 3rd and 5th) = 3! ways. • And two consonants (M,G,) can be arranged in the even-place (2nd, 4th) = 2 ! ways • => Total number of ways= 3! x 2! = 12 ways. • (iv) Total number of words = 5! = 120! • If all the vowels come together, then we have: (O.E.A.), M,G • These can be arranged in 3! ways. • But (O,E.A.) can be arranged themselves in 3! ways. • => Number of ways, when vowels come-together = 3! x 3! • = 36 ways • => Number of ways, when vowels being never-together • = 120-36 = 84 ways.
  • 31. • Number of Combination of ‘n’ different things, taken ‘r’ at a time is given by:- • nCr= n! / r ! x (n-r)! • Proof: Each combination consists of ‘r’ different things, which can be arranged among themselves in r! ways. • => For one combination of ‘r’ different things, number of arrangements = r! • For nCr combination number of arrangements: r nCr • => Total number of permutations = r! nCr ---------------(1) • But number of permutation of ‘n’ different things, taken ‘r’ at a time • = nPr -------(2)
  • 32. • From (1) and (2) : • nPr = r! . nCr • or n!/(n-r)! = r! . nCr • or nCr = n!/r!x(n-r)! Note: nCr = nCn-r • or nCr = n!/r!x(n-r)! and nCn-r = n!/(n- r)!x(n-(n-r))! • = n!/(n-r)!xr!
  • 33. Restricted – Combinations (a) Number of combinations of ‘n’ different things taken ‘r’ at a time, when ‘p’ particular things are always included = n-pCr-p. (b) Number of combination of ‘n’ different things, taken ‘r’ at a time, when ‘p’ particular things are always to be excluded = n-pCr Example: In how many ways can a cricket- eleven be chosen out of 15 players? if (i) A particular player is always chosen, (ii) A particular is never chosen.
  • 34. Ans: (i) A particular player is always chosen, it means that 10 players are selected out of the remaining 14 players. =. Required number of ways = 14C10 = 14C4 = 14!/4!x19! = 1365 (ii) A particular players is never chosen, it means that 11 players are selected out of 14 players. => Required number of ways = 14C11 = 14!/11!x3! = 364 (iii) Number of ways of selecting zero or more things from ‘n’ different things is given by:- 2n-1
  • 35. Proof: Number of ways of selecting one thing, out of n- things = nC1 Number of selecting two things, out of n-things =nC2 Number of ways of selecting three things, out of n-things =nC3 Number of ways of selecting ‘n’ things out of ‘n’ things = nCn =>Total number of ways of selecting one or more things out of n different things = nC1 + nC2 + nC3 + ------------- + nCn = (nC0 + nC1 + -----------------nCn) - nC0 Example: John has 8 friends. In how many ways can he invite one or more of them to dinner? Ans. John can select one or more than one of his 8 friends. => Required number of ways = 28 – 1= 255.
  • 36. (iv) Number of ways of selecting zero or more things from ‘n’ identical things is given by :- n+1 Example: In how many ways, can zero or more letters be selected form the letters AAAAA? Ans. Number of ways of : Selecting zero 'A's = 1 Selecting one 'A's = 1 Selecting two 'A's = 1 Selecting three 'A's = 1 Selecting four 'A's = 1 Selecting five 'A's = 1 => Required number of ways = 6 [5+1]
  • 37. (V) Number of ways of selecting one or more things from ‘p’ identical things of one type ‘q’ identical things of another type, ‘r’ identical things of the third type and ‘n’ different things is given by :- (p+1) (q+1) (r+1)2n – 1 Example: Find the number of different choices that can be made from 3 apples, 4 bananas and 5 mangoes, if at least one fruit is to be chosen. Ans: Number of ways of selecting apples = (3+1) = 4 ways. Number of ways of selecting bananas = (4+1) = 5 ways. Number of ways of selecting mangoes = (5+1) = 6 ways. Total number of ways of selecting fruits = 4 x 5 x 6 But this includes, when no fruits i.e. zero fruits is selected => Number of ways of selecting at least one fruit = (4x5x6) -1 = 119 Note :- There was no fruit of a different type, hence here n=o => 2n = 20=1
  • 38. (VI) Number of ways of selecting ‘r’ things from ‘n’ identical things is ‘1’. Example: In how many ways 5 balls can be selected from ‘12’ identical red balls? Ans. The balls are identical, total number of ways of selecting 5 balls = 1. Example: How many numbers of four digits can be formed with digits 1, 2, 3, 4 and 5? Ans. Here n = 5 [Number of digits] And r = 4 [ Number of places to be filled-up] Required number is 5P4 = 5!/1! = 5 x 4 x 3 x 2 x 1
  • 39. Restricted – Permutations (a) Number of permutations of ‘n’ things, taken ‘r’ at a time, when a particular thing is to be always included in each arrangement = r n-1 Pr-1 (b) Number of permutations of ‘n’ things, taken ‘r’ at a time, when a particular thing is fixed: = n-1 Pr-1 (c) Number of permutations of ‘n’ things, taken ‘r’ at a time, when a particular thing is never taken: = n-1 Pr. (d) Number of permutations of ‘n’ things, taken ‘r’ at a time, when ‘m’ specified things always come together = m! x ( n-m+1) ! (e) Number of permutations of ‘n’ things, taken all at a time, when ‘m’ specified things always come together = n ! - [ m! x (n-m+1)! ]
  • 40. Example: How many words can be formed with the letters of the word ‘OMEGA’ when: (i) ‘O’ and ‘A’ occupying end places. (ii) ‘E’ being always in the middle (iii) Vowels occupying odd-places (iv) Vowels being never together. Ans. (i) When ‘O’ and ‘A’ occupying end-places => M.E.G. (OA) Here (OA) are fixed, hence M, E, G can be arranged in 3! ways But (O,A) can be arranged themselves is 2! ways. => Total number of words = 3! x 2! = 12 ways.
  • 41. (ii) When ‘E’ is fixed in the middle => O.M.(E), G.A. Hence four-letter O.M.G.A. can be arranged in 4! i.e 24 ways. (iii) Three vowels (O,E,A,) can be arranged in the odd-places (1st, 3rd and 5th) = 3! ways. And two consonants (M,G,) can be arranged in the even- place (2nd, 4th) = 2 ! ways => Total number of ways= 3! x 2! = 12 ways. (iv) Total number of words = 5! = 120! If all the vowels come together, then we have: (O.E.A.), M,G These can be arranged in 3! ways. But (O,E.A.) can be arranged themselves in 3! ways. => Number of ways, when vowels come-together = 3! x 3! = 36 ways => Number of ways, when vowels being never-together = 120-36 = 84 ways.
  • 42. Number of Combination of ‘n’ different things, taken ‘r’ at a time is given by:- nC = n! / r ! x (n-r)! r Proof: Each combination consists of ‘r’ different things, which can be arranged among themselves in r! ways. => For one combination of ‘r’ different things, number of arrangements = r! For nCr combination number of arrangements: r nCr => Total number of permutations = r! nCr ---------------(1) But number of permutation of ‘n’ different things, taken ‘r’ at a time = nPr -------(2) From (1) and (2) : nP = r! . nCr r or n!/(n-r)! = r! . nCr or nCr = n!/r!x(n-r)! Note: nCr = nCn-r or nCr = n!/r!x(n-r)! and nCn-r = n!/(n-r)!x(n-(n-r))! = n!/(n-r)!xr!
  • 43. Restricted – Combinations (a) Number of combinations of ‘n’ different things taken ‘r’ at a time, when ‘p’ particular things are always included = n-pCr-p. (b) Number of combination of ‘n’ different things, taken ‘r’ at a time, when ‘p’ particular things are always to be excluded = n-pCr Example: In how many ways can a cricket- eleven be chosen out of 15 players? if (i) A particular player is always chosen, (ii) A particular is never chosen.
  • 44. Ans: (i) A particular player is always chosen, it means that 10 players are selected out of the remaining 14 players. =. Required number of ways = 14C10 = 14C4 = 14!/4!x19! = 1365 (ii) A particular players is never chosen, it means that 11 players are selected out of 14 players. => Required number of ways = 14C11 = 14!/11!x3! = 364 (iii) Number of ways of selecting zero or more things from ‘n’ different things is given by:- 2n-1
  • 45. Proof: Number of ways of selecting one thing, out of n- things = nC1 Number of selecting two things, out of n-things =nC2 Number of ways of selecting three things, out of n-things = n C3 Number of ways of selecting ‘n’ things out of ‘n’ things = nCn =>Total number of ways of selecting one or more things out of n different things = nC1 + nC2 + nC3 + ------------- + nCn = (nC0 + nC1 + -----------------nCn) - nC0 = 2n – 1 [ nC0=1]
  • 46. Example: John has 8 friends. In how many ways can he invite one or more of them to dinner? Ans. John can select one or more than one of his 8 friends. => Required number of ways = 28 – 1= 255. (iv) Number of ways of selecting zero or more things from ‘n’ identical things is given by :- n+1 Example: In how many ways, can zero or more letters be selected form the letters AAAAA? Ans. Number of ways of : Selecting zero 'A's = 1 Selecting one 'A's = 1 Selecting two 'A's = 1 Selecting three 'A's = 1 Selecting four 'A's = 1 Selecting five 'A's = 1 => Required number of ways = 6 [5+1]
  • 47. (V) Number of ways of selecting one or more things from ‘p’ identical things of one type ‘q’ identical things of another type, ‘r’ identical things of the third type and ‘n’ different things is given by :- (p+1) (q+1) (r+1)2n – 1 Example: Find the number of different choices that can be made from 3 apples, 4 bananas and 5 mangoes, if at least one fruit is to be chosen. Ans: • Number of ways of selecting apples = (3+1) = 4 ways. • Number of ways of selecting bananas = (4+1) = 5 ways. • Number of ways of selecting mangoes = (5+1) = 6 ways. • Total number of ways of selecting fruits = 4 x 5 x 6 • But this includes, when no fruits i.e. zero fruits is selected • => Number of ways of selecting at least one fruit = (4x5x6) -1 = 119 • Note :- There was no fruit of a different type, hence here n=o • => 2n = 20=1
  • 48. (VI) Number of ways of selecting ‘r’ things from ‘n’ identical things is ‘1’. Example: In how many ways 5 balls can be selected from ‘12’ identical red balls? Ans. The balls are identical, total number of ways of selecting 5 balls = 1. Example: How many numbers of four digits can be formed with digits 1, 2, 3, 4 and 5? Ans. Here n = 5 [Number of digits] And r = 4 [ Number of places to be filled-up] Required number is 5P4 = 5!/1! = 5 x 4 x 3 x 2 x 1
  • 49. Reference • http://tutors4you.com/ • http://www.indiabix.com/aptitude/permutation- and-combination/ • http://en.wikipedia.org/wiki/Permutation • http://www.mathsisfun.com/combinatorics/com binations-permutations.html • http://mathematics.learnhub.com/lesson/4623- permutations-and-combinations-basics?id=4623- permutations-and-combinations-basics
  • 50. Shwetha Computer Teacher SDM Eng Medium School Ujire