SlideShare ist ein Scribd-Unternehmen logo
1 von 55
QA05 PERMUTATION AND
COMBINATION
1) Permutation
2) Combination
Permutations and Combinations
 Determine probabilities using permutations.
 Determine probabilities using combinations.
Permutations and Combinations
An arrangement or listing in which order or placement is important is called a
permutation.
Simple example: “combination lock”
31 – 5 – 17 is NOT the same as 17 – 31 – 5
Permutations and Combinations
An arrangement or listing in which order or placement is important is called a
permutation.
Simple example: “combination lock”
31 – 5 – 17 is NOT the same as 17 – 31 – 5
Though the same numbers are used, the order in which
they are turned to, would mean the difference in the lock
opening or not.
Thus, the order is very important.
Permutations and Combinations
The manager of a coffee shop needs to hire two employees, one to work at the
counter and one to work at the drive-through window. Sara, Megen, Tricia and Jeff
all applied for a job. How many possible ways are there for the manager to place
the applicants?
Permutations and Combinations
The manager of a coffee shop needs to hire two employees, one to work at the
counter and one to work at the drive-through window. Sara, Megen, Tricia and Jeff
all applied for a job. How many possible ways are there for the manager to place
the applicants?
Counter Drive-Through Outcomes
Sara
Megen
Tricia
Jeff
Permutations and Combinations
The manager of a coffee shop needs to hire two employees, one to work at the
counter and one to work at the drive-through window. Sara, Megen, Tricia and Jeff
all applied for a job. How many possible ways are there for the manager to place
the applicants?
Counter Drive-Through Outcomes
Sara
Megen
Tricia
Megen
Tricia
Jeff
Tricia
Jeff
Sara
Sara
Megen
Jeff
Sara
Megen
Tricia
Jeff
Permutations and Combinations
The manager of a coffee shop needs to hire two employees, one to work at the
counter and one to work at the drive-through window. Sara, Megen, Tricia and Jeff
all applied for a job. How many possible ways are there for the manager to place
the applicants?
Counter Drive-Through Outcomes
Sara
Megen
Tricia
Megen
Tricia
Jeff
Tricia
Jeff
Sara
Sara
Megen
Jeff
Sara
Megen
Tricia
Jeff
SM
ST
SJ
MT
MJ
MS
TS
TM
TJ
JS
JM
JT
Permutations and Combinations
The manager of a coffee shop needs to hire two employees, one to work at the
counter and one to work at the drive-through window. Sara, Megen, Tricia and Jeff
all applied for a job. How many possible ways are there for the manager to place
the applicants?
Counter Drive-Through Outcomes
Sara
Megen
Tricia
Megen
Tricia
Jeff
Tricia
Jeff
Sara
Sara
Megen
Jeff
Sara
Megen
Tricia
Jeff
SM
ST
SJ
MT
MJ
MS
TS
TM
TJ
JS
JM
JT
There are 12 different ways for the 4 applicants to hold the 2 positions.
Permutations and Combinations
SM
ST
SJ
MT
MJ
MS
TS
TM
TJ
JS
JM
JT
Outcomes
In the previous example, the positions are in specific order,
so each arrangement is unique.
The symbol 4P2 denotes the number of permutations when
arranging 4 applicants in two positions.
Permutations and Combinations
SM
ST
SJ
MT
MJ
MS
TS
TM
TJ
JS
JM
JT
Outcomes
In the previous example, the positions are in specific order,
so each arrangement is unique.
The symbol 4P2 denotes the number of permutations when
arranging 4 applicants in two positions.
You can also use the Fundamental Counting Principle
to determine the number of permutations.
24 P
ways to choose
first employee
ways to choose
second employeeX
4 X 3
Permutations and Combinations
SM
ST
SJ
MT
MJ
MS
TS
TM
TJ
JS
JM
JT
Outcomes
24 P
ways to choose
first employee
ways to choose
second employeeX
4 X 3
Permutations and Combinations
SM
ST
SJ
MT
MJ
MS
TS
TM
TJ
JS
JM
JT
Outcomes
24 P
ways to choose
first employee
ways to choose
second employeeX
4 X 3
1*2
1*2
1
3*4
24 P 1
1*2
1*2
Note:
Permutations and Combinations
SM
ST
SJ
MT
MJ
MS
TS
TM
TJ
JS
JM
JT
Outcomes
24 P
ways to choose
first employee
ways to choose
second employeeX
4 X 3
1*2
1*2
1
3*4
24 P 1
1*2
1*2
Note:
1*2
1*2*3*4
24 P
Permutations and Combinations
SM
ST
SJ
MT
MJ
MS
TS
TM
TJ
JS
JM
JT
Outcomes
24 P
ways to choose
first employee
ways to choose
second employeeX
4 X 3
1*2
1*2
1
3*4
24 P 1
1*2
1*2
Note:
1*2
1*2*3*4
24 P
!2
!4
24 P
Permutations and Combinations
SM
ST
SJ
MT
MJ
MS
TS
TM
TJ
JS
JM
JT
Outcomes
24 P
ways to choose
first employee
ways to choose
second employeeX
4 X 3
1*2
1*2
1
3*4
24 P 1
1*2
1*2
Note:
1*2
1*2*3*4
24 P
!2
!4
24 P
In general, nPr is used to denote the number of permutations of n objects taken r
at a time.
Permutations and Combinations
Permutation
The number of permutations of n objects taken r at a time is the quotient of
n! and (n – r)!
!
!
rn
n
Prn
Permutations and Combinations
Permutation: (Order is important!)
610Find P
Permutations and Combinations
Permutation: (Order is important!)
610Find P
!610
!10
610P
Permutations and Combinations
Permutation: (Order is important!)
610Find P
!610
!10
610P
1*2*3*4
1*2*3*4*5*6*7*8*9*10
!4
!10
610P
Permutations and Combinations
Permutation: (Order is important!)
610Find P
!610
!10
610P
1*2*3*4
1*2*3*4*5*6*7*8*9*10
!4
!10
610P
200,151or5*6*7*8*9*10610 P
There are 151,200 permutations of 10 objects taken 6 at a time.
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
Q1) How many different registration codes are possible?
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
Q1) How many different registration codes are possible?
Since the order of numbers in the code is important, this situation is a
permutation of 7 digits taken 7 at a time.
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
Q1) How many different registration codes are possible?
Since the order of numbers in the code is important, this situation is a
permutation of 7 digits taken 7 at a time.
77PPrn n = 7, r = 7; recall that 0! = 1.
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
Q1) How many different registration codes are possible?
Since the order of numbers in the code is important, this situation is a
permutation of 7 digits taken 7 at a time.
77PPrn n = 7, r = 7; recall that 0! = 1.
1
1*2*3*4*5*6*7
77 P or 5040
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
Q1) How many different registration codes are possible?
Since the order of numbers in the code is important, this situation is a
permutation of 7 digits taken 7 at a time.
77PPrn n = 7, r = 7; recall that 0! = 1.
1
1*2*3*4*5*6*7
77 P or 5040
There are 5040 possible codes with the digits 1, 2, 4, 5, 6, 7, and 9.
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
Q2) What is the probability that the first three digits of the code are even numbers?
outcomestotalof#
outcomesfavorableof#
yProbabilit
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
Q2) What is the probability that the first three digits of the code are even numbers?
Use the Fundamental Counting Principle to determine the number of ways
for the first three digits to be even.
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
Q2) What is the probability that the first three digits of the code are even numbers?
Use the Fundamental Counting Principle to determine the number of ways
for the first three digits to be even.
3
There are three even numbers to choose from.
So, there are three ways that the first digit could be even.
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
Q2) What is the probability that the first three digits of the code are even numbers?
Use the Fundamental Counting Principle to determine the number of ways
for the first three digits to be even.
3
Now there are only two even numbers to choose from.
So, there are two ways that the second digit could be even.
2
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
Q2) What is the probability that the first three digits of the code are even numbers?
Use the Fundamental Counting Principle to determine the number of ways
for the first three digits to be even.
3 2 1
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
Q2) What is the probability that the first three digits of the code are even numbers?
Use the Fundamental Counting Principle to determine the number of ways
for the first three digits to be even.
3 2 1
Now we come to the fourth digit, and there are four odd numbers to choose from.
So, there are four ways that the fourth digit could be odd.
4
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
Q2) What is the probability that the first three digits of the code are even numbers?
Use the Fundamental Counting Principle to determine the number of ways
for the first three digits to be even.
3 2 1
Using this same logic, we can determine the different possibilities
for the remaining digits.
4 3 2 1
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
Q2) What is the probability that the first three digits of the code are even numbers?
Use the Fundamental Counting Principle to determine the number of ways
for the first three digits to be even.
3 2 1 4 3 2 1
So, the number of favorable outcomes is 3 * 2 * 1 * 4 * 3 * 2 * 1 or 144.
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
There are 144 ways for this event to occur out of the 5040 possible permutations.
Q2) What is the probability that the first three digits of the code are even numbers?
Q1) How many different registration codes are possible?
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
There are 144 ways for this event to occur out of the 5040 possible permutations.
Q2) What is the probability that the first three digits of the code are even numbers?
Q1) How many different registration codes are possible?
5040
144
evendigits3firstP
favorable outcomes
possible outcomes
Permutations and Combinations
Permutation and Probability:
A computer program requires the user to enter a 7-digit registration code made up of
the digits 1, 2, 4, 5, 6, 7, and 9.
Each number has to be used, and no number can be used more than once.
There are 144 ways for this event to occur out of the 5040 possible permutations.
Q2) What is the probability that the first three digits of the code are even numbers?
Q1) How many different registration codes are possible?
5040
144
evendigits3firstP
favorable outcomes
possible outcomes
The probability that the first three digits of the code are even is
or about 3%. 35
1
Permutations and Combinations
An arrangement or listing in which order is not important is called a combination.
For example, if you are choosing 2 salad ingredients from a list of 10,
the order in which you choose the ingredients does not matter.
Permutations and Combinations
Combination
The number of combinations of n objects taken r at a time is the quotient of n!
and (n – r)! * r!
!!
!
rrn
n
Crn
An arrangement or listing in which order is not important is called a combination.
For example, if you are choosing 2 salad ingredients from a list of 10,
the order in which you choose the ingredients does not matter.
Permutations and Combinations
The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who
were nominated to serve on the Student Council.
How many different groups of students could be selected?
Permutations and Combinations
The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who
were nominated to serve on the Student Council.
How many different groups of students could be selected?
The order in which the students are chosen does not matter, so this situation
represents a combination of 7 people taken 4 at a time.
Permutations and Combinations
The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who
were nominated to serve on the Student Council.
How many different groups of students could be selected?
The order in which the students are chosen does not matter, so this situation
represents a combination of 7 people taken 4 at a time.
47CCrn
Permutations and Combinations
The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who
were nominated to serve on the Student Council.
How many different groups of students could be selected?
The order in which the students are chosen does not matter, so this situation
represents a combination of 7 people taken 4 at a time.
!4)!47(
!7
47C
47CCrn
Permutations and Combinations
The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who
were nominated to serve on the Student Council.
How many different groups of students could be selected?
The order in which the students are chosen does not matter, so this situation
represents a combination of 7 people taken 4 at a time.
47CCrn
1*2*3*4*1*2*3
1*2*3*4*5*6*7
!4)!47(
!7
47C
Permutations and Combinations
The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who
were nominated to serve on the Student Council.
How many different groups of students could be selected?
The order in which the students are chosen does not matter, so this situation
represents a combination of 7 people taken 4 at a time.
47CCrn
1*2*3*4*1*2*3
1*2*3*4*5*6*7
!4)!47(
!7
47C
35or
1*2*3
5*6*7
There are 35 different groups of students that could be selected.
Permutations and Combinations
When working with permutations and combinations, it is vital that you
are able to distinguish when the counting order is important, or not.
This is only recognizable after a considerable amount of practice.
Permutations and Combinations
When working with permutations and combinations, it is vital that you
are able to distinguish when the counting order is important, or not.
This is only recognizable after a considerable amount of practice.
Consider our previous example:
The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who
were nominated to serve on the Student Council.
How many different groups of students could be selected?
Permutations and Combinations
When working with permutations and combinations, it is vital that you
are able to distinguish when the counting order is important, or not.
This is only recognizable after a considerable amount of practice.
Consider our previous example:
The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who
were nominated to serve on the Student Council.
How many different groups of students could be selected?
The order in which the people are being chosen does not matter because the
positions for which they are being chosen are the same. They are all going to be
members of the student council, with the same duties. (Combination)
Permutations and Combinations
When working with permutations and combinations, it is vital that you
are able to distinguish when the counting order is important, or not.
This is only recognizable after a considerable amount of practice.
Consider our previous example:
The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who
were nominated to serve on the Student Council.
How many different groups of students could be selected?
The order in which the people are being chosen does not matter because the
positions for which they are being chosen are the same. They are all going to be
members of the student council, with the same duties. (Combination)
However, if Mr. Fant’s class was choosing 4 out of 7 students to be president,
vice-president, secretary, and treasurer of the student council, then the order in
which they are chosen would matter. (Permutation)
Permutations and Combinations

Weitere Àhnliche Inhalte

Was ist angesagt?

Table of Specification(Ekonomiks-Ikalawang Markahan)
Table of Specification(Ekonomiks-Ikalawang Markahan)Table of Specification(Ekonomiks-Ikalawang Markahan)
Table of Specification(Ekonomiks-Ikalawang Markahan)Maria Jiwani Laña
 
Kurba ng suplay at demand
Kurba ng suplay at demandKurba ng suplay at demand
Kurba ng suplay at demandOlhen Rence Duque
 
3rd quarter aralin 1 asya
3rd quarter aralin 1 asya3rd quarter aralin 1 asya
3rd quarter aralin 1 asyakaren dolojan
 
latihan-kata-kerja-bergambar
latihan-kata-kerja-bergambarlatihan-kata-kerja-bergambar
latihan-kata-kerja-bergambarwykheng
 
Infer the meaning of unfamiliar words compound based on given context clues a...
Infer the meaning of unfamiliar words compound based on given context clues a...Infer the meaning of unfamiliar words compound based on given context clues a...
Infer the meaning of unfamiliar words compound based on given context clues a...Marissa Gillado
 
pagbabagong morpoponemiko
 pagbabagong morpoponemiko pagbabagong morpoponemiko
pagbabagong morpoponemikoMallory Patton
 
K-10 Araling Panlipunan Unit 2
K-10 Araling Panlipunan Unit 2K-10 Araling Panlipunan Unit 2
K-10 Araling Panlipunan Unit 2D'Prophet Ayado
 
Contoh latihan rumusan
Contoh latihan rumusanContoh latihan rumusan
Contoh latihan rumusanNa Ma
 
Lm science grade10_q1
Lm science grade10_q1Lm science grade10_q1
Lm science grade10_q1Gabriel Fordan
 
Kesalahan umum tatabahasa std 4 1
Kesalahan umum tatabahasa std 4   1Kesalahan umum tatabahasa std 4   1
Kesalahan umum tatabahasa std 4 1Hui Siang Ong
 
apat na yugto ng Disaster Management Plan.pptx
apat na yugto ng Disaster Management Plan.pptxapat na yugto ng Disaster Management Plan.pptx
apat na yugto ng Disaster Management Plan.pptxMariaKarinaFerreras1
 

Was ist angesagt? (14)

Table of Specification(Ekonomiks-Ikalawang Markahan)
Table of Specification(Ekonomiks-Ikalawang Markahan)Table of Specification(Ekonomiks-Ikalawang Markahan)
Table of Specification(Ekonomiks-Ikalawang Markahan)
 
Kurba ng suplay at demand
Kurba ng suplay at demandKurba ng suplay at demand
Kurba ng suplay at demand
 
3rd quarter aralin 1 asya
3rd quarter aralin 1 asya3rd quarter aralin 1 asya
3rd quarter aralin 1 asya
 
A1 ayat perintah
A1 ayat perintahA1 ayat perintah
A1 ayat perintah
 
latihan-kata-kerja-bergambar
latihan-kata-kerja-bergambarlatihan-kata-kerja-bergambar
latihan-kata-kerja-bergambar
 
Infer the meaning of unfamiliar words compound based on given context clues a...
Infer the meaning of unfamiliar words compound based on given context clues a...Infer the meaning of unfamiliar words compound based on given context clues a...
Infer the meaning of unfamiliar words compound based on given context clues a...
 
pagbabagong morpoponemiko
 pagbabagong morpoponemiko pagbabagong morpoponemiko
pagbabagong morpoponemiko
 
K-10 Araling Panlipunan Unit 2
K-10 Araling Panlipunan Unit 2K-10 Araling Panlipunan Unit 2
K-10 Araling Panlipunan Unit 2
 
Contoh latihan rumusan
Contoh latihan rumusanContoh latihan rumusan
Contoh latihan rumusan
 
Lm science grade10_q1
Lm science grade10_q1Lm science grade10_q1
Lm science grade10_q1
 
COT-1-LESSON-1.pptx
COT-1-LESSON-1.pptxCOT-1-LESSON-1.pptx
COT-1-LESSON-1.pptx
 
Kesalahan umum tatabahasa std 4 1
Kesalahan umum tatabahasa std 4   1Kesalahan umum tatabahasa std 4   1
Kesalahan umum tatabahasa std 4 1
 
apat na yugto ng Disaster Management Plan.pptx
apat na yugto ng Disaster Management Plan.pptxapat na yugto ng Disaster Management Plan.pptx
apat na yugto ng Disaster Management Plan.pptx
 
COT DLP AP6 Q4 Climate Change
COT DLP AP6 Q4 Climate ChangeCOT DLP AP6 Q4 Climate Change
COT DLP AP6 Q4 Climate Change
 

Ähnlich wie Qa05 permutation and combination

Permutations combinations
Permutations combinationsPermutations combinations
Permutations combinations1050031
 
Permutations & Combinations
Permutations & CombinationsPermutations & Combinations
Permutations & Combinationsrfant
 
Simple permutations and combinations.pdf
Simple permutations and combinations.pdfSimple permutations and combinations.pdf
Simple permutations and combinations.pdfLeandroBambe4
 
Predictive Analytics for Everyone! Building CART Models using R - Chantal D....
Predictive Analytics for Everyone!  Building CART Models using R - Chantal D....Predictive Analytics for Everyone!  Building CART Models using R - Chantal D....
Predictive Analytics for Everyone! Building CART Models using R - Chantal D....Chantal Larose
 
Pseudorandom number generators powerpoint
Pseudorandom number generators powerpointPseudorandom number generators powerpoint
Pseudorandom number generators powerpointDavid Roodman
 
Std 10 computer chapter 9 Problems and Problem Solving
Std 10 computer chapter 9 Problems and Problem SolvingStd 10 computer chapter 9 Problems and Problem Solving
Std 10 computer chapter 9 Problems and Problem SolvingNuzhat Memon
 
Top 100+ Google Data Science Interview Questions.pdf
Top 100+ Google Data Science Interview Questions.pdfTop 100+ Google Data Science Interview Questions.pdf
Top 100+ Google Data Science Interview Questions.pdfDatacademy.ai
 
Identifying Good Near-Optimal Formulations for Hard Mixed-Integer Programs
Identifying Good Near-Optimal Formulations for Hard Mixed-Integer ProgramsIdentifying Good Near-Optimal Formulations for Hard Mixed-Integer Programs
Identifying Good Near-Optimal Formulations for Hard Mixed-Integer ProgramsBob Fourer
 
ch1. .ppt
ch1. .pptch1. .ppt
ch1. .pptmazber1
 
selection.ppt
selection.pptselection.ppt
selection.pptalaguap
 
NAA Maximize 2015 - Presentation on In-depth Analytics of Pricing Discovery
NAA Maximize 2015 - Presentation on In-depth Analytics of Pricing DiscoveryNAA Maximize 2015 - Presentation on In-depth Analytics of Pricing Discovery
NAA Maximize 2015 - Presentation on In-depth Analytics of Pricing DiscoveryThe Rainmaker Group
 
Module 2_Conditional Statements.pptx
Module 2_Conditional Statements.pptxModule 2_Conditional Statements.pptx
Module 2_Conditional Statements.pptxssuser47f7f2
 
Pre-Cal 40S May 4, 2009
Pre-Cal 40S May 4, 2009Pre-Cal 40S May 4, 2009
Pre-Cal 40S May 4, 2009Darren Kuropatwa
 
Conditional structure problems
Conditional structure problemsConditional structure problems
Conditional structure problemsUniversity Of Lahore
 
The problem statement
The problem statementThe problem statement
The problem statementStephon Dookhan
 
R04503105108
R04503105108R04503105108
R04503105108IJERA Editor
 
As mentioned earlier, the mid-term will have conceptual and quanti.docx
As mentioned earlier, the mid-term will have conceptual and quanti.docxAs mentioned earlier, the mid-term will have conceptual and quanti.docx
As mentioned earlier, the mid-term will have conceptual and quanti.docxfredharris32
 
Permutations and Combinations
Permutations and CombinationsPermutations and Combinations
Permutations and CombinationsAngel Willis
 

Ähnlich wie Qa05 permutation and combination (20)

Permutations combinations
Permutations combinationsPermutations combinations
Permutations combinations
 
Permutations & Combinations
Permutations & CombinationsPermutations & Combinations
Permutations & Combinations
 
Simple permutations and combinations.pdf
Simple permutations and combinations.pdfSimple permutations and combinations.pdf
Simple permutations and combinations.pdf
 
Predictive Analytics for Everyone! Building CART Models using R - Chantal D....
Predictive Analytics for Everyone!  Building CART Models using R - Chantal D....Predictive Analytics for Everyone!  Building CART Models using R - Chantal D....
Predictive Analytics for Everyone! Building CART Models using R - Chantal D....
 
Pseudorandom number generators powerpoint
Pseudorandom number generators powerpointPseudorandom number generators powerpoint
Pseudorandom number generators powerpoint
 
Std 10 computer chapter 9 Problems and Problem Solving
Std 10 computer chapter 9 Problems and Problem SolvingStd 10 computer chapter 9 Problems and Problem Solving
Std 10 computer chapter 9 Problems and Problem Solving
 
Counting
CountingCounting
Counting
 
Top 100+ Google Data Science Interview Questions.pdf
Top 100+ Google Data Science Interview Questions.pdfTop 100+ Google Data Science Interview Questions.pdf
Top 100+ Google Data Science Interview Questions.pdf
 
Identifying Good Near-Optimal Formulations for Hard Mixed-Integer Programs
Identifying Good Near-Optimal Formulations for Hard Mixed-Integer ProgramsIdentifying Good Near-Optimal Formulations for Hard Mixed-Integer Programs
Identifying Good Near-Optimal Formulations for Hard Mixed-Integer Programs
 
Module 1 programs
Module 1 programsModule 1 programs
Module 1 programs
 
ch1. .ppt
ch1. .pptch1. .ppt
ch1. .ppt
 
selection.ppt
selection.pptselection.ppt
selection.ppt
 
NAA Maximize 2015 - Presentation on In-depth Analytics of Pricing Discovery
NAA Maximize 2015 - Presentation on In-depth Analytics of Pricing DiscoveryNAA Maximize 2015 - Presentation on In-depth Analytics of Pricing Discovery
NAA Maximize 2015 - Presentation on In-depth Analytics of Pricing Discovery
 
Module 2_Conditional Statements.pptx
Module 2_Conditional Statements.pptxModule 2_Conditional Statements.pptx
Module 2_Conditional Statements.pptx
 
Pre-Cal 40S May 4, 2009
Pre-Cal 40S May 4, 2009Pre-Cal 40S May 4, 2009
Pre-Cal 40S May 4, 2009
 
Conditional structure problems
Conditional structure problemsConditional structure problems
Conditional structure problems
 
The problem statement
The problem statementThe problem statement
The problem statement
 
R04503105108
R04503105108R04503105108
R04503105108
 
As mentioned earlier, the mid-term will have conceptual and quanti.docx
As mentioned earlier, the mid-term will have conceptual and quanti.docxAs mentioned earlier, the mid-term will have conceptual and quanti.docx
As mentioned earlier, the mid-term will have conceptual and quanti.docx
 
Permutations and Combinations
Permutations and CombinationsPermutations and Combinations
Permutations and Combinations
 

Mehr von Veeraragavan Subramaniam

Number systems level 2 special equations 4
Number systems level  2 special equations 4Number systems level  2 special equations 4
Number systems level 2 special equations 4Veeraragavan Subramaniam
 
Percentage and profit loss new version 4
Percentage and profit loss new version 4Percentage and profit loss new version 4
Percentage and profit loss new version 4Veeraragavan Subramaniam
 

Mehr von Veeraragavan Subramaniam (20)

Time and work standard level
Time and work standard levelTime and work standard level
Time and work standard level
 
Problems on ages
Problems on agesProblems on ages
Problems on ages
 
Percentage standard level
Percentage standard levelPercentage standard level
Percentage standard level
 
Partnership standard level
Partnership standard levelPartnership standard level
Partnership standard level
 
Average standard level
Average standard levelAverage standard level
Average standard level
 
Profit and loss standard level
Profit and loss standard levelProfit and loss standard level
Profit and loss standard level
 
Numbers standard level
Numbers standard levelNumbers standard level
Numbers standard level
 
Cts 2017
Cts 2017Cts 2017
Cts 2017
 
Averages and alligations level 2
Averages and alligations level 2Averages and alligations level 2
Averages and alligations level 2
 
Logarithms level 2
Logarithms level 2Logarithms level 2
Logarithms level 2
 
Progressions level 2
Progressions level 2Progressions level 2
Progressions level 2
 
Mouse multiple probability
Mouse multiple probabilityMouse multiple probability
Mouse multiple probability
 
Permutation level two
Permutation level twoPermutation level two
Permutation level two
 
Syllogism level 2 new
Syllogism level 2 newSyllogism level 2 new
Syllogism level 2 new
 
Number systems level 2 special equations 4
Number systems level  2 special equations 4Number systems level  2 special equations 4
Number systems level 2 special equations 4
 
Number system 1surds & indices
Number system 1surds & indicesNumber system 1surds & indices
Number system 1surds & indices
 
Simple equations level 2
Simple equations level 2Simple equations level 2
Simple equations level 2
 
Statistics – level 2
Statistics – level 2Statistics – level 2
Statistics – level 2
 
Percentage and profit loss new version 4
Percentage and profit loss new version 4Percentage and profit loss new version 4
Percentage and profit loss new version 4
 
Srinivasaramanujan a reminiscence 3
Srinivasaramanujan a reminiscence 3Srinivasaramanujan a reminiscence 3
Srinivasaramanujan a reminiscence 3
 

KĂŒrzlich hochgeladen

VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...Suhani Kapoor
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...ranjana rawat
 
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service BhiwandiVIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service BhiwandiSuhani Kapoor
 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Delhi Call girls
 
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130Suhani Kapoor
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentationamedia6
 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...Call Girls in Nagpur High Profile
 
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...Pooja Nehwal
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdftbatkhuu1
 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Delhi Call girls
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfParomita Roy
 
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130  Available With RoomVIP Kolkata Call Girl Gariahat 👉 8250192130  Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Roomdivyansh0kumar0
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...kumaririma588
 
Stark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxStark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxjeswinjees
 
CALL ON ➄8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➄8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceCALL ON ➄8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➄8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceanilsa9823
 
WAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsWAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsCharles Obaleagbon
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...home
 

KĂŒrzlich hochgeladen (20)

Call Girls Service Mukherjee Nagar @9999965857 Delhi đŸ«Š No Advance VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi đŸ«Š No Advance  VVIP 🍎 SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi đŸ«Š No Advance  VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi đŸ«Š No Advance VVIP 🍎 SER...
 
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
VIP Russian Call Girls in Saharanpur Deepika 8250192130 Independent Escort Se...
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
 
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service BhiwandiVIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
VIP Call Girls Bhiwandi Ananya 8250192130 Independent Escort Service Bhiwandi
 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
 
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentation
 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
 
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...Kurla Call Girls Pooja Nehwal📞 9892124323 ✅  Vashi Call Service Available Nea...
Kurla Call Girls Pooja Nehwal📞 9892124323 ✅ Vashi Call Service Available Nea...
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
 
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130  Available With RoomVIP Kolkata Call Girl Gariahat 👉 8250192130  Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
Stark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxStark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptx
 
CALL ON ➄8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➄8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceCALL ON ➄8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➄8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
 
escort service sasti (*~Call Girls in Prasad Nagar Metro❀9953056974
escort service sasti (*~Call Girls in Prasad Nagar Metro❀9953056974escort service sasti (*~Call Girls in Prasad Nagar Metro❀9953056974
escort service sasti (*~Call Girls in Prasad Nagar Metro❀9953056974
 
WAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past QuestionsWAEC Carpentry and Joinery Past Questions
WAEC Carpentry and Joinery Past Questions
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
 
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
 

Qa05 permutation and combination

  • 2.
  • 3.
  • 4.
  • 5.
  • 6. 1) Permutation 2) Combination Permutations and Combinations  Determine probabilities using permutations.  Determine probabilities using combinations.
  • 7. Permutations and Combinations An arrangement or listing in which order or placement is important is called a permutation. Simple example: “combination lock” 31 – 5 – 17 is NOT the same as 17 – 31 – 5
  • 8. Permutations and Combinations An arrangement or listing in which order or placement is important is called a permutation. Simple example: “combination lock” 31 – 5 – 17 is NOT the same as 17 – 31 – 5 Though the same numbers are used, the order in which they are turned to, would mean the difference in the lock opening or not. Thus, the order is very important.
  • 9. Permutations and Combinations The manager of a coffee shop needs to hire two employees, one to work at the counter and one to work at the drive-through window. Sara, Megen, Tricia and Jeff all applied for a job. How many possible ways are there for the manager to place the applicants?
  • 10. Permutations and Combinations The manager of a coffee shop needs to hire two employees, one to work at the counter and one to work at the drive-through window. Sara, Megen, Tricia and Jeff all applied for a job. How many possible ways are there for the manager to place the applicants? Counter Drive-Through Outcomes Sara Megen Tricia Jeff
  • 11. Permutations and Combinations The manager of a coffee shop needs to hire two employees, one to work at the counter and one to work at the drive-through window. Sara, Megen, Tricia and Jeff all applied for a job. How many possible ways are there for the manager to place the applicants? Counter Drive-Through Outcomes Sara Megen Tricia Megen Tricia Jeff Tricia Jeff Sara Sara Megen Jeff Sara Megen Tricia Jeff
  • 12. Permutations and Combinations The manager of a coffee shop needs to hire two employees, one to work at the counter and one to work at the drive-through window. Sara, Megen, Tricia and Jeff all applied for a job. How many possible ways are there for the manager to place the applicants? Counter Drive-Through Outcomes Sara Megen Tricia Megen Tricia Jeff Tricia Jeff Sara Sara Megen Jeff Sara Megen Tricia Jeff SM ST SJ MT MJ MS TS TM TJ JS JM JT
  • 13. Permutations and Combinations The manager of a coffee shop needs to hire two employees, one to work at the counter and one to work at the drive-through window. Sara, Megen, Tricia and Jeff all applied for a job. How many possible ways are there for the manager to place the applicants? Counter Drive-Through Outcomes Sara Megen Tricia Megen Tricia Jeff Tricia Jeff Sara Sara Megen Jeff Sara Megen Tricia Jeff SM ST SJ MT MJ MS TS TM TJ JS JM JT There are 12 different ways for the 4 applicants to hold the 2 positions.
  • 14. Permutations and Combinations SM ST SJ MT MJ MS TS TM TJ JS JM JT Outcomes In the previous example, the positions are in specific order, so each arrangement is unique. The symbol 4P2 denotes the number of permutations when arranging 4 applicants in two positions.
  • 15. Permutations and Combinations SM ST SJ MT MJ MS TS TM TJ JS JM JT Outcomes In the previous example, the positions are in specific order, so each arrangement is unique. The symbol 4P2 denotes the number of permutations when arranging 4 applicants in two positions. You can also use the Fundamental Counting Principle to determine the number of permutations. 24 P ways to choose first employee ways to choose second employeeX 4 X 3
  • 16. Permutations and Combinations SM ST SJ MT MJ MS TS TM TJ JS JM JT Outcomes 24 P ways to choose first employee ways to choose second employeeX 4 X 3
  • 17. Permutations and Combinations SM ST SJ MT MJ MS TS TM TJ JS JM JT Outcomes 24 P ways to choose first employee ways to choose second employeeX 4 X 3 1*2 1*2 1 3*4 24 P 1 1*2 1*2 Note:
  • 18. Permutations and Combinations SM ST SJ MT MJ MS TS TM TJ JS JM JT Outcomes 24 P ways to choose first employee ways to choose second employeeX 4 X 3 1*2 1*2 1 3*4 24 P 1 1*2 1*2 Note: 1*2 1*2*3*4 24 P
  • 19. Permutations and Combinations SM ST SJ MT MJ MS TS TM TJ JS JM JT Outcomes 24 P ways to choose first employee ways to choose second employeeX 4 X 3 1*2 1*2 1 3*4 24 P 1 1*2 1*2 Note: 1*2 1*2*3*4 24 P !2 !4 24 P
  • 20. Permutations and Combinations SM ST SJ MT MJ MS TS TM TJ JS JM JT Outcomes 24 P ways to choose first employee ways to choose second employeeX 4 X 3 1*2 1*2 1 3*4 24 P 1 1*2 1*2 Note: 1*2 1*2*3*4 24 P !2 !4 24 P In general, nPr is used to denote the number of permutations of n objects taken r at a time.
  • 21. Permutations and Combinations Permutation The number of permutations of n objects taken r at a time is the quotient of n! and (n – r)! ! ! rn n Prn
  • 22. Permutations and Combinations Permutation: (Order is important!) 610Find P
  • 23. Permutations and Combinations Permutation: (Order is important!) 610Find P !610 !10 610P
  • 24. Permutations and Combinations Permutation: (Order is important!) 610Find P !610 !10 610P 1*2*3*4 1*2*3*4*5*6*7*8*9*10 !4 !10 610P
  • 25. Permutations and Combinations Permutation: (Order is important!) 610Find P !610 !10 610P 1*2*3*4 1*2*3*4*5*6*7*8*9*10 !4 !10 610P 200,151or5*6*7*8*9*10610 P There are 151,200 permutations of 10 objects taken 6 at a time.
  • 26. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once.
  • 27. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. Q1) How many different registration codes are possible?
  • 28. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. Q1) How many different registration codes are possible? Since the order of numbers in the code is important, this situation is a permutation of 7 digits taken 7 at a time.
  • 29. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. Q1) How many different registration codes are possible? Since the order of numbers in the code is important, this situation is a permutation of 7 digits taken 7 at a time. 77PPrn n = 7, r = 7; recall that 0! = 1.
  • 30. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. Q1) How many different registration codes are possible? Since the order of numbers in the code is important, this situation is a permutation of 7 digits taken 7 at a time. 77PPrn n = 7, r = 7; recall that 0! = 1. 1 1*2*3*4*5*6*7 77 P or 5040
  • 31. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. Q1) How many different registration codes are possible? Since the order of numbers in the code is important, this situation is a permutation of 7 digits taken 7 at a time. 77PPrn n = 7, r = 7; recall that 0! = 1. 1 1*2*3*4*5*6*7 77 P or 5040 There are 5040 possible codes with the digits 1, 2, 4, 5, 6, 7, and 9.
  • 32. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. Q2) What is the probability that the first three digits of the code are even numbers? outcomestotalof# outcomesfavorableof# yProbabilit
  • 33. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. Q2) What is the probability that the first three digits of the code are even numbers? Use the Fundamental Counting Principle to determine the number of ways for the first three digits to be even.
  • 34. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. Q2) What is the probability that the first three digits of the code are even numbers? Use the Fundamental Counting Principle to determine the number of ways for the first three digits to be even. 3 There are three even numbers to choose from. So, there are three ways that the first digit could be even.
  • 35. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. Q2) What is the probability that the first three digits of the code are even numbers? Use the Fundamental Counting Principle to determine the number of ways for the first three digits to be even. 3 Now there are only two even numbers to choose from. So, there are two ways that the second digit could be even. 2
  • 36. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. Q2) What is the probability that the first three digits of the code are even numbers? Use the Fundamental Counting Principle to determine the number of ways for the first three digits to be even. 3 2 1
  • 37. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. Q2) What is the probability that the first three digits of the code are even numbers? Use the Fundamental Counting Principle to determine the number of ways for the first three digits to be even. 3 2 1 Now we come to the fourth digit, and there are four odd numbers to choose from. So, there are four ways that the fourth digit could be odd. 4
  • 38. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. Q2) What is the probability that the first three digits of the code are even numbers? Use the Fundamental Counting Principle to determine the number of ways for the first three digits to be even. 3 2 1 Using this same logic, we can determine the different possibilities for the remaining digits. 4 3 2 1
  • 39. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. Q2) What is the probability that the first three digits of the code are even numbers? Use the Fundamental Counting Principle to determine the number of ways for the first three digits to be even. 3 2 1 4 3 2 1 So, the number of favorable outcomes is 3 * 2 * 1 * 4 * 3 * 2 * 1 or 144.
  • 40. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. There are 144 ways for this event to occur out of the 5040 possible permutations. Q2) What is the probability that the first three digits of the code are even numbers? Q1) How many different registration codes are possible?
  • 41. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. There are 144 ways for this event to occur out of the 5040 possible permutations. Q2) What is the probability that the first three digits of the code are even numbers? Q1) How many different registration codes are possible? 5040 144 evendigits3firstP favorable outcomes possible outcomes
  • 42. Permutations and Combinations Permutation and Probability: A computer program requires the user to enter a 7-digit registration code made up of the digits 1, 2, 4, 5, 6, 7, and 9. Each number has to be used, and no number can be used more than once. There are 144 ways for this event to occur out of the 5040 possible permutations. Q2) What is the probability that the first three digits of the code are even numbers? Q1) How many different registration codes are possible? 5040 144 evendigits3firstP favorable outcomes possible outcomes The probability that the first three digits of the code are even is or about 3%. 35 1
  • 43. Permutations and Combinations An arrangement or listing in which order is not important is called a combination. For example, if you are choosing 2 salad ingredients from a list of 10, the order in which you choose the ingredients does not matter.
  • 44. Permutations and Combinations Combination The number of combinations of n objects taken r at a time is the quotient of n! and (n – r)! * r! !! ! rrn n Crn An arrangement or listing in which order is not important is called a combination. For example, if you are choosing 2 salad ingredients from a list of 10, the order in which you choose the ingredients does not matter.
  • 45. Permutations and Combinations The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who were nominated to serve on the Student Council. How many different groups of students could be selected?
  • 46. Permutations and Combinations The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who were nominated to serve on the Student Council. How many different groups of students could be selected? The order in which the students are chosen does not matter, so this situation represents a combination of 7 people taken 4 at a time.
  • 47. Permutations and Combinations The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who were nominated to serve on the Student Council. How many different groups of students could be selected? The order in which the students are chosen does not matter, so this situation represents a combination of 7 people taken 4 at a time. 47CCrn
  • 48. Permutations and Combinations The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who were nominated to serve on the Student Council. How many different groups of students could be selected? The order in which the students are chosen does not matter, so this situation represents a combination of 7 people taken 4 at a time. !4)!47( !7 47C 47CCrn
  • 49. Permutations and Combinations The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who were nominated to serve on the Student Council. How many different groups of students could be selected? The order in which the students are chosen does not matter, so this situation represents a combination of 7 people taken 4 at a time. 47CCrn 1*2*3*4*1*2*3 1*2*3*4*5*6*7 !4)!47( !7 47C
  • 50. Permutations and Combinations The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who were nominated to serve on the Student Council. How many different groups of students could be selected? The order in which the students are chosen does not matter, so this situation represents a combination of 7 people taken 4 at a time. 47CCrn 1*2*3*4*1*2*3 1*2*3*4*5*6*7 !4)!47( !7 47C 35or 1*2*3 5*6*7 There are 35 different groups of students that could be selected.
  • 51. Permutations and Combinations When working with permutations and combinations, it is vital that you are able to distinguish when the counting order is important, or not. This is only recognizable after a considerable amount of practice.
  • 52. Permutations and Combinations When working with permutations and combinations, it is vital that you are able to distinguish when the counting order is important, or not. This is only recognizable after a considerable amount of practice. Consider our previous example: The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who were nominated to serve on the Student Council. How many different groups of students could be selected?
  • 53. Permutations and Combinations When working with permutations and combinations, it is vital that you are able to distinguish when the counting order is important, or not. This is only recognizable after a considerable amount of practice. Consider our previous example: The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who were nominated to serve on the Student Council. How many different groups of students could be selected? The order in which the people are being chosen does not matter because the positions for which they are being chosen are the same. They are all going to be members of the student council, with the same duties. (Combination)
  • 54. Permutations and Combinations When working with permutations and combinations, it is vital that you are able to distinguish when the counting order is important, or not. This is only recognizable after a considerable amount of practice. Consider our previous example: The students of Mr. Fant’s Seminar class had to choose 4 out of the 7 people who were nominated to serve on the Student Council. How many different groups of students could be selected? The order in which the people are being chosen does not matter because the positions for which they are being chosen are the same. They are all going to be members of the student council, with the same duties. (Combination) However, if Mr. Fant’s class was choosing 4 out of 7 students to be president, vice-president, secretary, and treasurer of the student council, then the order in which they are chosen would matter. (Permutation)