SlideShare a Scribd company logo
1 of 24
UNIT-1
Permutation and Combination
Points to be covered:
• Meaning,
• Fundamental principle of counting,
• Theorem based on permutation and
combination (without proof),
• Permutations of things not all different,
Permutation when repetition is allowed, circular
permutations,
• examples of permutation and combination.
11
Fundamental Principle of Counting
The rules of sum and product:
(1) The Rule of Sum:
• If a first task can be performed in m ways,
while a second task can be performed in n
ways, and the tasks cannot be performed
simultaneously, then performing either task
can be accomplished in any one of m+n ways.
21
(2) The Rule of Product
• If a procedure can be broken down into first
and second stages, and if there are m possible
outcomes for the first stage and if, for each of
these outcomes, there are n possible outcomes
for the second stage, then the total procedure
can be carried out, in the designated order, in
mn ways.
31
Factorial:
• The factorial function (symbol: !) means to
multiply a series of descending natural
numbers.
Examples:
(1) 4! = 4 × 3 × 2 × 1 = 24
(2) 7! = 7 × 6 × 5 × 4 × 3 × 2 × 1 = 5040
(3) 1! = 1
1 4
n n!
1 1 1 1
2 2 × 1 = 2 × 1! = 2
3 3 × 2 × 1 = 3 × 2! = 6
4 4 × 3 × 2 × 1 = 4 × 3! = 24
5 5 × 4 × 3 × 2 × 1 = 5 × 4! = 120
6 etc etc
1 5
Permutation:
• The different arrangements of a given number
of things by taking some or all at a time, are
called permutations.
• In Permutation, ordered is an important.
• A formula for the number of possible
permutations of r objects from a set of n.
• This is usually written nPr .
6
!
( )!
n r
n
P
n r


For example:
I have three letters A,B and C. and I want to
make a word of three letters. Then possible
permutations (arrangements) are:
.
7
Important Results:
8
0
( 1) ( 1) ( 1)
1 1
1. P !
2. 1
3. .
4. .
n n
n
n r n r n r
n r n r n r
n
P
P P r P
P r P P
  
 


 
 
Example:
Find how many four-letter words can be formed
out of the letters of the word ‘ ARIEL’
Answer:
There are 5 different letters in the word ‘ARIEL’.
The total number of four letter words, which can
be formed out of these 5 letters
= 5P4 = 5 * 4* 3* 2 = 3024.
1 9
TYPES OF PERMUTATION:
(1)Repetition is allowed
(2)Repetition is not allowed
1 10
(1) Repetition is allowed:
(when all things are different)
Example: How many 3 letter words can be formed
using the letters c,a,t allowing for repetition of the
letters?
Solution:
For this problem, 3 locations are needed:
_____ • _____ • _____
There are 3 letters which can be used to fill the first
location. Because repetition is allowed, the same 3
letters can be used to fill the second location and also
the last location.
__3___ • __3___ • __3___ = 27
arrangements
1 11
27 arrangements with repetition:
1 12
ccc cat ctc aaa act ata ttt tac tat
caa cta cca acc atc aac taa tca ttc
ctt cac cct att aca aat tcc tct tta
Permutations of things not all different
• The number of permutations of ‘n’ things of which ‘p’
things are alike and of one kind, ‘q’ things are alike
and of another kind, ‘r’ things are alike and of another
kind is given by
• If out of ‘n’ things, ‘r’ things are alike and of one kind
and (n-r) things are alike and of another kind, then the
total number of permutations
13
!
! ! !
n
p q r
!
!( )!
n
r n r
• Example:
1. How many different 5-letter words can be
formed from the word APPLE ?
Answer:
You divide by 2! because the letter P repeats
twice
14
5 5 5*4*3*2*1
60
2! 2
P
 
Example:
How many different words can be made out of the
word ‘ ALLAHABAD’?
Answer:
The word ‘ ALLAHABAD’ consists of 9 letters in
which A is repeated four times, L is repeated
twice and the rest are all different.
Hence the required number of word is
9! / 4!2! = (9*8*7*6*5*4!)/ 4!*2
= 7560.
15
(2) Repetition is not allowed
Example :
• Consider a lottery in which 6 balls are consecutively drawn at
random from an urn containing 99 balls, each printed with a
unique number 1, ..., 99. What are the total number of possible
outcomes of this draw?
Answer:
Each drawing is a permutation of 6 numbers chosen from a set of 99,
without repetition. Thus, the total number of possible permutations
is:
99P6 = 99 × 98 × 97 × 96 × 95 × 94
= 806, 781, 064, 320.
16
Circular Permutation
• The circular permutations are used when the
elements have to be arranged "in a circle"
order, (for example, the guests around a table
at a dinner party), so that the first element that
"is located" in the sample determines the
beginning and the end of the sample.
PCn = (n-1)!
17
18
How can A, B, C be arranged around a circle?
Not in the three ways as shown above! Why?
Because each one of A, B, C has the same neighbor!
Without changing neighbor, only changing seats will not change the circular permutation.
Change neighbors and you will change the circular permutation. As follows:
So, three persons A, B, C can only be arranged in 2 ways around a circle.
In a formula type it is:
(3-1)! = 2! = 2 ways
Combination:
• The different groups or collections (or
selections) that can be formed out of a given set
of things by taking some or all of them at a time
(without consider to the order of their
arrangement) are called their combinations.
• In combinations, order does not matter.
• It is denoted by
19
(n, r)n r
n
or C orC
r
 
 
 
Where n= total numbers
r = no. of wish
20
!
!(n r)!
n n
r r
 
 
 
Important Result:
21
0
(n 1) ( 1)
1 1
1. 1
2. 1
3.
4.r. C .[ ]
5. C
n
n n
n r n n r
n r r
n r n r n r
C
C
C C
n C
C C

 
 




 
EXAMPLE:
How many ways can 3 men select out of 5 men.
Answer:
Here n=5 and r = 3.
By using formula
1 22
! 5! 5*4*3!
10
!( )! 3!(5 3)! 3!*2!
n
r n r
  
 
Difference between Permutation and
Combination
Sr.
No.
Permutation Combination
1. Use for arrangement Use for selection
2. Order is important Order is not an important
3. nPr = n!/ (n-r)! nCr = n! / r! (n-r)!
1 23
References:
• Sile-2,3: www.mgt.ncu.edu.tw/~ylchen/dismath/chap01.pp
• Slide-4,5: www.mathsisfun.com/numbers/factorial.html
• Slide-6: http://www.indiabix.com/aptitude/permutation-and-combination/formulas
• IMAGE-1-SLIDE-7:
https://www.google.co.in/search?hl=en&site=imghp&tbm=isch&source=hp&biw=13
66&bih=643&q=PERMUTATION&oq=PERMUTATION&gs_l=img.3..0l10.2088.59
09.0.6413.11.11.0.0.0.0.492.671.0j1j4-
1.2.0.msedr...0...1ac.1.60.img..9.2.670.3cYXg9YGhvo#facrc=_&imgdii=_&imgrc=U
TWyBH6hERKNgM%253A%3BkA_jTOu4e4nicM%3Bhttp%253A%252F%252Fw
ww.mathwarehouse.com%252Fprobability%252Fimages%252Fmultiplication-
principle4.gif%3Bhttp%253A%252F%252Fwww.mathwarehouse.com%252Fprobabil
ity%252Fpermutations-repeated-items.php%3B448%3B201
• Slide 11-12: www.regentsprep.org/regents/math/algebra/apr2/LpermRep.htm
• Slide-17: http://www.vitutor.com/statistics/combinatorics/circular_permutations.html
• Slide-18: http://www.math-for-all-grades.com/CircularPermutation.html
• Business Mathematics by G.C. Patel and A.G. Patel by atul prakashan
1 24

More Related Content

What's hot

3. permutation and combination
3. permutation and combination3. permutation and combination
3. permutation and combinationsmaplabu
 
Permutation & Combination
Permutation & CombinationPermutation & Combination
Permutation & CombinationPuru Agrawal
 
11.5 Independent and Dependent Events
11.5 Independent and Dependent Events11.5 Independent and Dependent Events
11.5 Independent and Dependent Eventssmiller5
 
Probability - Independent & Dependent Events
Probability - Independent & Dependent EventsProbability - Independent & Dependent Events
Probability - Independent & Dependent EventsBitsy Griffin
 
Probability(mutually exclusive events)
Probability(mutually exclusive events)Probability(mutually exclusive events)
Probability(mutually exclusive events)Nadeem Uddin
 
Introduction of Probability
Introduction of ProbabilityIntroduction of Probability
Introduction of Probabilityrey castro
 
Fundamental counting principle powerpoint
Fundamental counting principle powerpointFundamental counting principle powerpoint
Fundamental counting principle powerpointmesmith1
 
Probability
ProbabilityProbability
Probabilityvar93
 
counting techniques
counting techniquescounting techniques
counting techniquesUnsa Shakir
 
Permutations and Combinations
Permutations and CombinationsPermutations and Combinations
Permutations and CombinationsAngel Willis
 

What's hot (20)

Intro to probability
Intro to probabilityIntro to probability
Intro to probability
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
 
Conditional Probability
Conditional ProbabilityConditional Probability
Conditional Probability
 
Combination
CombinationCombination
Combination
 
3. permutation and combination
3. permutation and combination3. permutation and combination
3. permutation and combination
 
Permutation & Combination
Permutation & CombinationPermutation & Combination
Permutation & Combination
 
11.5 Independent and Dependent Events
11.5 Independent and Dependent Events11.5 Independent and Dependent Events
11.5 Independent and Dependent Events
 
Probability - Independent & Dependent Events
Probability - Independent & Dependent EventsProbability - Independent & Dependent Events
Probability - Independent & Dependent Events
 
Probability(mutually exclusive events)
Probability(mutually exclusive events)Probability(mutually exclusive events)
Probability(mutually exclusive events)
 
Introduction of Probability
Introduction of ProbabilityIntroduction of Probability
Introduction of Probability
 
Circular permutation
Circular permutationCircular permutation
Circular permutation
 
Fundamental counting principle powerpoint
Fundamental counting principle powerpointFundamental counting principle powerpoint
Fundamental counting principle powerpoint
 
Probability
ProbabilityProbability
Probability
 
Basic concepts of probability
Basic concepts of probabilityBasic concepts of probability
Basic concepts of probability
 
counting techniques
counting techniquescounting techniques
counting techniques
 
Sample Space And Events
Sample Space And EventsSample Space And Events
Sample Space And Events
 
Permutations and Combinations
Permutations and CombinationsPermutations and Combinations
Permutations and Combinations
 
Probability - I
Probability - IProbability - I
Probability - I
 
Probability
ProbabilityProbability
Probability
 
Unit 1-probability
Unit 1-probabilityUnit 1-probability
Unit 1-probability
 

Viewers also liked

Sept07 college 1
Sept07 college 1Sept07 college 1
Sept07 college 1Ning Ding
 
Source of DATA
Source of DATASource of DATA
Source of DATANahid Amin
 
7079581 quantitative-techniques-for-management
7079581 quantitative-techniques-for-management7079581 quantitative-techniques-for-management
7079581 quantitative-techniques-for-managementlakshmi narayana murthy
 
Victor Yuan: interpretation of the economic data in China
Victor Yuan: interpretation of the economic data in ChinaVictor Yuan: interpretation of the economic data in China
Victor Yuan: interpretation of the economic data in ChinaNing Ding
 
Sept13 2011 college 1
Sept13 2011 college 1Sept13 2011 college 1
Sept13 2011 college 1Ning Ding
 
Uade Exchange Student Information
Uade Exchange Student InformationUade Exchange Student Information
Uade Exchange Student Informationtarta
 
Mba i qt unit-4_probability and probability distributions
Mba i qt unit-4_probability and probability distributionsMba i qt unit-4_probability and probability distributions
Mba i qt unit-4_probability and probability distributionsRai University
 
Mba i qt unit-3_correlation
Mba i qt unit-3_correlationMba i qt unit-3_correlation
Mba i qt unit-3_correlationRai University
 
Mba i qt unit-1.3_linear programming in om
Mba i qt unit-1.3_linear programming in omMba i qt unit-1.3_linear programming in om
Mba i qt unit-1.3_linear programming in omRai University
 
Mba i qt unit-1_basic quantitative techniques
Mba i qt unit-1_basic quantitative techniquesMba i qt unit-1_basic quantitative techniques
Mba i qt unit-1_basic quantitative techniquesRai University
 

Viewers also liked (20)

BUSINESS ENVIRONMENT
BUSINESS ENVIRONMENTBUSINESS ENVIRONMENT
BUSINESS ENVIRONMENT
 
Sept07 college 1
Sept07 college 1Sept07 college 1
Sept07 college 1
 
Source of DATA
Source of DATASource of DATA
Source of DATA
 
7079581 quantitative-techniques-for-management
7079581 quantitative-techniques-for-management7079581 quantitative-techniques-for-management
7079581 quantitative-techniques-for-management
 
Emba502 day 2
Emba502 day 2Emba502 day 2
Emba502 day 2
 
Victor Yuan: interpretation of the economic data in China
Victor Yuan: interpretation of the economic data in ChinaVictor Yuan: interpretation of the economic data in China
Victor Yuan: interpretation of the economic data in China
 
Lecture 01
Lecture 01Lecture 01
Lecture 01
 
U 2-bm-2
U 2-bm-2U 2-bm-2
U 2-bm-2
 
Sept13 2011 college 1
Sept13 2011 college 1Sept13 2011 college 1
Sept13 2011 college 1
 
Uade Exchange Student Information
Uade Exchange Student InformationUade Exchange Student Information
Uade Exchange Student Information
 
Unit 2
Unit 2Unit 2
Unit 2
 
Lesson01
Lesson01Lesson01
Lesson01
 
Unit 4
Unit 4Unit 4
Unit 4
 
5 ae814 rh1
5 ae814 rh15 ae814 rh1
5 ae814 rh1
 
Mba i qt unit-4_probability and probability distributions
Mba i qt unit-4_probability and probability distributionsMba i qt unit-4_probability and probability distributions
Mba i qt unit-4_probability and probability distributions
 
110 leseprobe
110 leseprobe110 leseprobe
110 leseprobe
 
Mba i qt unit-3_correlation
Mba i qt unit-3_correlationMba i qt unit-3_correlation
Mba i qt unit-3_correlation
 
Unit 3
Unit 3Unit 3
Unit 3
 
Mba i qt unit-1.3_linear programming in om
Mba i qt unit-1.3_linear programming in omMba i qt unit-1.3_linear programming in om
Mba i qt unit-1.3_linear programming in om
 
Mba i qt unit-1_basic quantitative techniques
Mba i qt unit-1_basic quantitative techniquesMba i qt unit-1_basic quantitative techniques
Mba i qt unit-1_basic quantitative techniques
 

Similar to Bba ii-u1-p&c

Counting technique
Counting techniqueCounting technique
Counting techniqueNadeem Uddin
 
Permutation combination
Permutation combinationPermutation combination
Permutation combinationlovemucheca
 
Permutation & combination
Permutation & combinationPermutation & combination
Permutation & combinationAPEX INSTITUTE
 
1. Permutation and Combination.pdfjskkshssh
1. Permutation and Combination.pdfjskkshssh1. Permutation and Combination.pdfjskkshssh
1. Permutation and Combination.pdfjskkshsshJayveeRouge
 
Combinations and permutations
Combinations and permutationsCombinations and permutations
Combinations and permutationsindu psthakur
 
Chapter4.6
Chapter4.6Chapter4.6
Chapter4.6nglaze10
 
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
 
counting principle.ppt
counting principle.pptcounting principle.ppt
counting principle.pptRizaCatli2
 
Permutation and Combination excellant.ppt
Permutation and Combination excellant.pptPermutation and Combination excellant.ppt
Permutation and Combination excellant.pptSauravDash10
 
CP Power Point.ppt
CP Power Point.pptCP Power Point.ppt
CP Power Point.pptSauravDash10
 
STAT: Counting principles(2)
STAT: Counting principles(2)STAT: Counting principles(2)
STAT: Counting principles(2)Tuenti SiIx
 
Lovely Professional University UNIT 1 NUMBER SYSTEM.pdf
Lovely Professional University UNIT 1 NUMBER SYSTEM.pdfLovely Professional University UNIT 1 NUMBER SYSTEM.pdf
Lovely Professional University UNIT 1 NUMBER SYSTEM.pdfkhabarkus234
 
SRWColAlg6_09_01.ppt
SRWColAlg6_09_01.pptSRWColAlg6_09_01.ppt
SRWColAlg6_09_01.pptRizaCatli2
 
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
 

Similar to Bba ii-u1-p&c (20)

Counting technique
Counting techniqueCounting technique
Counting technique
 
Permutation combination
Permutation combinationPermutation combination
Permutation combination
 
Number system
Number systemNumber system
Number system
 
Permutation & combination
Permutation & combinationPermutation & combination
Permutation & combination
 
1. Permutation and Combination.pdfjskkshssh
1. Permutation and Combination.pdfjskkshssh1. Permutation and Combination.pdfjskkshssh
1. Permutation and Combination.pdfjskkshssh
 
Combinations and permutations
Combinations and permutationsCombinations and permutations
Combinations and permutations
 
X13Permutations.ppt
X13Permutations.pptX13Permutations.ppt
X13Permutations.ppt
 
Chapter4.6
Chapter4.6Chapter4.6
Chapter4.6
 
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...
 
counting principle.ppt
counting principle.pptcounting principle.ppt
counting principle.ppt
 
Permutation and Combination excellant.ppt
Permutation and Combination excellant.pptPermutation and Combination excellant.ppt
Permutation and Combination excellant.ppt
 
PERMUTATION-COMBINATION.pdf
PERMUTATION-COMBINATION.pdfPERMUTATION-COMBINATION.pdf
PERMUTATION-COMBINATION.pdf
 
CP Power Point.ppt
CP Power Point.pptCP Power Point.ppt
CP Power Point.ppt
 
STAT: Counting principles(2)
STAT: Counting principles(2)STAT: Counting principles(2)
STAT: Counting principles(2)
 
Lovely Professional University UNIT 1 NUMBER SYSTEM.pdf
Lovely Professional University UNIT 1 NUMBER SYSTEM.pdfLovely Professional University UNIT 1 NUMBER SYSTEM.pdf
Lovely Professional University UNIT 1 NUMBER SYSTEM.pdf
 
SRWColAlg6_09_01.ppt
SRWColAlg6_09_01.pptSRWColAlg6_09_01.ppt
SRWColAlg6_09_01.ppt
 
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
 
Combinatorics.ppt
Combinatorics.pptCombinatorics.ppt
Combinatorics.ppt
 
MFCS UNIT-III.pptx
MFCS UNIT-III.pptxMFCS UNIT-III.pptx
MFCS UNIT-III.pptx
 
Permutation
PermutationPermutation
Permutation
 

More from Rai University

Brochure Rai University
Brochure Rai University Brochure Rai University
Brochure Rai University Rai University
 
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,
Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,Rai University
 
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02Rai University
 
Bsc agri 2 pae u-4.3 public expenditure
Bsc agri  2 pae  u-4.3 public expenditureBsc agri  2 pae  u-4.3 public expenditure
Bsc agri 2 pae u-4.3 public expenditureRai University
 
Bsc agri 2 pae u-4.2 public finance
Bsc agri  2 pae  u-4.2 public financeBsc agri  2 pae  u-4.2 public finance
Bsc agri 2 pae u-4.2 public financeRai University
 
Bsc agri 2 pae u-4.1 introduction
Bsc agri  2 pae  u-4.1 introductionBsc agri  2 pae  u-4.1 introduction
Bsc agri 2 pae u-4.1 introductionRai University
 
Bsc agri 2 pae u-3.3 inflation
Bsc agri  2 pae  u-3.3  inflationBsc agri  2 pae  u-3.3  inflation
Bsc agri 2 pae u-3.3 inflationRai University
 
Bsc agri 2 pae u-3.2 introduction to macro economics
Bsc agri  2 pae  u-3.2 introduction to macro economicsBsc agri  2 pae  u-3.2 introduction to macro economics
Bsc agri 2 pae u-3.2 introduction to macro economicsRai University
 
Bsc agri 2 pae u-3.1 marketstructure
Bsc agri  2 pae  u-3.1 marketstructureBsc agri  2 pae  u-3.1 marketstructure
Bsc agri 2 pae u-3.1 marketstructureRai University
 
Bsc agri 2 pae u-3 perfect-competition
Bsc agri  2 pae  u-3 perfect-competitionBsc agri  2 pae  u-3 perfect-competition
Bsc agri 2 pae u-3 perfect-competitionRai University
 

More from Rai University (20)

Brochure Rai University
Brochure Rai University Brochure Rai University
Brochure Rai University
 
Mm unit 4point2
Mm unit 4point2Mm unit 4point2
Mm unit 4point2
 
Mm unit 4point1
Mm unit 4point1Mm unit 4point1
Mm unit 4point1
 
Mm unit 4point3
Mm unit 4point3Mm unit 4point3
Mm unit 4point3
 
Mm unit 3point2
Mm unit 3point2Mm unit 3point2
Mm unit 3point2
 
Mm unit 3point1
Mm unit 3point1Mm unit 3point1
Mm unit 3point1
 
Mm unit 2point2
Mm unit 2point2Mm unit 2point2
Mm unit 2point2
 
Mm unit 2 point 1
Mm unit 2 point 1Mm unit 2 point 1
Mm unit 2 point 1
 
Mm unit 1point3
Mm unit 1point3Mm unit 1point3
Mm unit 1point3
 
Mm unit 1point2
Mm unit 1point2Mm unit 1point2
Mm unit 1point2
 
Mm unit 1point1
Mm unit 1point1Mm unit 1point1
Mm unit 1point1
 
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,
Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,
 
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02
 
Bsc agri 2 pae u-4.3 public expenditure
Bsc agri  2 pae  u-4.3 public expenditureBsc agri  2 pae  u-4.3 public expenditure
Bsc agri 2 pae u-4.3 public expenditure
 
Bsc agri 2 pae u-4.2 public finance
Bsc agri  2 pae  u-4.2 public financeBsc agri  2 pae  u-4.2 public finance
Bsc agri 2 pae u-4.2 public finance
 
Bsc agri 2 pae u-4.1 introduction
Bsc agri  2 pae  u-4.1 introductionBsc agri  2 pae  u-4.1 introduction
Bsc agri 2 pae u-4.1 introduction
 
Bsc agri 2 pae u-3.3 inflation
Bsc agri  2 pae  u-3.3  inflationBsc agri  2 pae  u-3.3  inflation
Bsc agri 2 pae u-3.3 inflation
 
Bsc agri 2 pae u-3.2 introduction to macro economics
Bsc agri  2 pae  u-3.2 introduction to macro economicsBsc agri  2 pae  u-3.2 introduction to macro economics
Bsc agri 2 pae u-3.2 introduction to macro economics
 
Bsc agri 2 pae u-3.1 marketstructure
Bsc agri  2 pae  u-3.1 marketstructureBsc agri  2 pae  u-3.1 marketstructure
Bsc agri 2 pae u-3.1 marketstructure
 
Bsc agri 2 pae u-3 perfect-competition
Bsc agri  2 pae  u-3 perfect-competitionBsc agri  2 pae  u-3 perfect-competition
Bsc agri 2 pae u-3 perfect-competition
 

Recently uploaded

How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleCeline George
 
Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsPooky Knightsmith
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 

Recently uploaded (20)

How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP Module
 
Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young minds
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 

Bba ii-u1-p&c

  • 1. UNIT-1 Permutation and Combination Points to be covered: • Meaning, • Fundamental principle of counting, • Theorem based on permutation and combination (without proof), • Permutations of things not all different, Permutation when repetition is allowed, circular permutations, • examples of permutation and combination. 11
  • 2. Fundamental Principle of Counting The rules of sum and product: (1) The Rule of Sum: • If a first task can be performed in m ways, while a second task can be performed in n ways, and the tasks cannot be performed simultaneously, then performing either task can be accomplished in any one of m+n ways. 21
  • 3. (2) The Rule of Product • If a procedure can be broken down into first and second stages, and if there are m possible outcomes for the first stage and if, for each of these outcomes, there are n possible outcomes for the second stage, then the total procedure can be carried out, in the designated order, in mn ways. 31
  • 4. Factorial: • The factorial function (symbol: !) means to multiply a series of descending natural numbers. Examples: (1) 4! = 4 × 3 × 2 × 1 = 24 (2) 7! = 7 × 6 × 5 × 4 × 3 × 2 × 1 = 5040 (3) 1! = 1 1 4
  • 5. n n! 1 1 1 1 2 2 × 1 = 2 × 1! = 2 3 3 × 2 × 1 = 3 × 2! = 6 4 4 × 3 × 2 × 1 = 4 × 3! = 24 5 5 × 4 × 3 × 2 × 1 = 5 × 4! = 120 6 etc etc 1 5
  • 6. Permutation: • The different arrangements of a given number of things by taking some or all at a time, are called permutations. • In Permutation, ordered is an important. • A formula for the number of possible permutations of r objects from a set of n. • This is usually written nPr . 6 ! ( )! n r n P n r  
  • 7. For example: I have three letters A,B and C. and I want to make a word of three letters. Then possible permutations (arrangements) are: . 7
  • 8. Important Results: 8 0 ( 1) ( 1) ( 1) 1 1 1. P ! 2. 1 3. . 4. . n n n n r n r n r n r n r n r n P P P r P P r P P           
  • 9. Example: Find how many four-letter words can be formed out of the letters of the word ‘ ARIEL’ Answer: There are 5 different letters in the word ‘ARIEL’. The total number of four letter words, which can be formed out of these 5 letters = 5P4 = 5 * 4* 3* 2 = 3024. 1 9
  • 10. TYPES OF PERMUTATION: (1)Repetition is allowed (2)Repetition is not allowed 1 10
  • 11. (1) Repetition is allowed: (when all things are different) Example: How many 3 letter words can be formed using the letters c,a,t allowing for repetition of the letters? Solution: For this problem, 3 locations are needed: _____ • _____ • _____ There are 3 letters which can be used to fill the first location. Because repetition is allowed, the same 3 letters can be used to fill the second location and also the last location. __3___ • __3___ • __3___ = 27 arrangements 1 11
  • 12. 27 arrangements with repetition: 1 12 ccc cat ctc aaa act ata ttt tac tat caa cta cca acc atc aac taa tca ttc ctt cac cct att aca aat tcc tct tta
  • 13. Permutations of things not all different • The number of permutations of ‘n’ things of which ‘p’ things are alike and of one kind, ‘q’ things are alike and of another kind, ‘r’ things are alike and of another kind is given by • If out of ‘n’ things, ‘r’ things are alike and of one kind and (n-r) things are alike and of another kind, then the total number of permutations 13 ! ! ! ! n p q r ! !( )! n r n r
  • 14. • Example: 1. How many different 5-letter words can be formed from the word APPLE ? Answer: You divide by 2! because the letter P repeats twice 14 5 5 5*4*3*2*1 60 2! 2 P  
  • 15. Example: How many different words can be made out of the word ‘ ALLAHABAD’? Answer: The word ‘ ALLAHABAD’ consists of 9 letters in which A is repeated four times, L is repeated twice and the rest are all different. Hence the required number of word is 9! / 4!2! = (9*8*7*6*5*4!)/ 4!*2 = 7560. 15
  • 16. (2) Repetition is not allowed Example : • Consider a lottery in which 6 balls are consecutively drawn at random from an urn containing 99 balls, each printed with a unique number 1, ..., 99. What are the total number of possible outcomes of this draw? Answer: Each drawing is a permutation of 6 numbers chosen from a set of 99, without repetition. Thus, the total number of possible permutations is: 99P6 = 99 × 98 × 97 × 96 × 95 × 94 = 806, 781, 064, 320. 16
  • 17. Circular Permutation • The circular permutations are used when the elements have to be arranged "in a circle" order, (for example, the guests around a table at a dinner party), so that the first element that "is located" in the sample determines the beginning and the end of the sample. PCn = (n-1)! 17
  • 18. 18 How can A, B, C be arranged around a circle? Not in the three ways as shown above! Why? Because each one of A, B, C has the same neighbor! Without changing neighbor, only changing seats will not change the circular permutation. Change neighbors and you will change the circular permutation. As follows: So, three persons A, B, C can only be arranged in 2 ways around a circle. In a formula type it is: (3-1)! = 2! = 2 ways
  • 19. Combination: • The different groups or collections (or selections) that can be formed out of a given set of things by taking some or all of them at a time (without consider to the order of their arrangement) are called their combinations. • In combinations, order does not matter. • It is denoted by 19 (n, r)n r n or C orC r      
  • 20. Where n= total numbers r = no. of wish 20 ! !(n r)! n n r r      
  • 21. Important Result: 21 0 (n 1) ( 1) 1 1 1. 1 2. 1 3. 4.r. C .[ ] 5. C n n n n r n n r n r r n r n r n r C C C C n C C C           
  • 22. EXAMPLE: How many ways can 3 men select out of 5 men. Answer: Here n=5 and r = 3. By using formula 1 22 ! 5! 5*4*3! 10 !( )! 3!(5 3)! 3!*2! n r n r     
  • 23. Difference between Permutation and Combination Sr. No. Permutation Combination 1. Use for arrangement Use for selection 2. Order is important Order is not an important 3. nPr = n!/ (n-r)! nCr = n! / r! (n-r)! 1 23
  • 24. References: • Sile-2,3: www.mgt.ncu.edu.tw/~ylchen/dismath/chap01.pp • Slide-4,5: www.mathsisfun.com/numbers/factorial.html • Slide-6: http://www.indiabix.com/aptitude/permutation-and-combination/formulas • IMAGE-1-SLIDE-7: https://www.google.co.in/search?hl=en&site=imghp&tbm=isch&source=hp&biw=13 66&bih=643&q=PERMUTATION&oq=PERMUTATION&gs_l=img.3..0l10.2088.59 09.0.6413.11.11.0.0.0.0.492.671.0j1j4- 1.2.0.msedr...0...1ac.1.60.img..9.2.670.3cYXg9YGhvo#facrc=_&imgdii=_&imgrc=U TWyBH6hERKNgM%253A%3BkA_jTOu4e4nicM%3Bhttp%253A%252F%252Fw ww.mathwarehouse.com%252Fprobability%252Fimages%252Fmultiplication- principle4.gif%3Bhttp%253A%252F%252Fwww.mathwarehouse.com%252Fprobabil ity%252Fpermutations-repeated-items.php%3B448%3B201 • Slide 11-12: www.regentsprep.org/regents/math/algebra/apr2/LpermRep.htm • Slide-17: http://www.vitutor.com/statistics/combinatorics/circular_permutations.html • Slide-18: http://www.math-for-all-grades.com/CircularPermutation.html • Business Mathematics by G.C. Patel and A.G. Patel by atul prakashan 1 24