SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

Graph of linear equations
Graph of linear equationsGraph of linear equations
Graph of linear equationsanettebasco
 
Algebra "Age Problem"
Algebra "Age Problem"Algebra "Age Problem"
Algebra "Age Problem"guestc71130
 
Comparing and Ordering Decimals
Comparing and Ordering DecimalsComparing and Ordering Decimals
Comparing and Ordering DecimalsNeilfieOrit2
 
Zero and Negative Exponents
Zero and Negative ExponentsZero and Negative Exponents
Zero and Negative ExponentsPassy World
 
Congruent triangles theorem
Congruent triangles theoremCongruent triangles theorem
Congruent triangles theoremMadhavi Mahajan
 
Graphing Linear Functions
Graphing Linear FunctionsGraphing Linear Functions
Graphing Linear Functionshisema01
 
Lesson 3 finding x and y intercepts shared
Lesson 3   finding x and y intercepts sharedLesson 3   finding x and y intercepts shared
Lesson 3 finding x and y intercepts sharedMarek Dzianott
 
Comparing Decimals
Comparing DecimalsComparing Decimals
Comparing Decimalsemteacher
 
Multiplying and dividing fractions
Multiplying and dividing fractionsMultiplying and dividing fractions
Multiplying and dividing fractionsjocrumb
 
Square and square roots
Square and square rootsSquare and square roots
Square and square rootsJessica Garcia
 
2.5.5 Perpendicular and Angle Bisectors
2.5.5 Perpendicular and Angle Bisectors2.5.5 Perpendicular and Angle Bisectors
2.5.5 Perpendicular and Angle Bisectorssmiller5
 
10.2 Angles and Arcs
10.2 Angles and Arcs10.2 Angles and Arcs
10.2 Angles and Arcssmiller5
 

What's hot (20)

Graph of linear equations
Graph of linear equationsGraph of linear equations
Graph of linear equations
 
Algebra "Age Problem"
Algebra "Age Problem"Algebra "Age Problem"
Algebra "Age Problem"
 
Comparing and Ordering Decimals
Comparing and Ordering DecimalsComparing and Ordering Decimals
Comparing and Ordering Decimals
 
Radicals
RadicalsRadicals
Radicals
 
Combination
CombinationCombination
Combination
 
Zero and Negative Exponents
Zero and Negative ExponentsZero and Negative Exponents
Zero and Negative Exponents
 
Congruent triangles theorem
Congruent triangles theoremCongruent triangles theorem
Congruent triangles theorem
 
Similar Figures
Similar FiguresSimilar Figures
Similar Figures
 
Chapter 5 Point Slope Form
Chapter 5 Point Slope FormChapter 5 Point Slope Form
Chapter 5 Point Slope Form
 
Graphing Linear Functions
Graphing Linear FunctionsGraphing Linear Functions
Graphing Linear Functions
 
Equation Of A Line
Equation Of A LineEquation Of A Line
Equation Of A Line
 
Lesson 3 finding x and y intercepts shared
Lesson 3   finding x and y intercepts sharedLesson 3   finding x and y intercepts shared
Lesson 3 finding x and y intercepts shared
 
point,line,ray
point,line,raypoint,line,ray
point,line,ray
 
Rubric
RubricRubric
Rubric
 
Comparing Decimals
Comparing DecimalsComparing Decimals
Comparing Decimals
 
Multiplying and dividing fractions
Multiplying and dividing fractionsMultiplying and dividing fractions
Multiplying and dividing fractions
 
Linear Inequality
Linear InequalityLinear Inequality
Linear Inequality
 
Square and square roots
Square and square rootsSquare and square roots
Square and square roots
 
2.5.5 Perpendicular and Angle Bisectors
2.5.5 Perpendicular and Angle Bisectors2.5.5 Perpendicular and Angle Bisectors
2.5.5 Perpendicular and Angle Bisectors
 
10.2 Angles and Arcs
10.2 Angles and Arcs10.2 Angles and Arcs
10.2 Angles and Arcs
 

Similar to 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
 
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
 

Similar to 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
 

More from 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
 

More from 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
 

Recently uploaded

Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Douxkojalkojal131
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Servicejennyeacort
 
PODSCAPE - Brochure 2023_ prefab homes in Bangalore India
PODSCAPE - Brochure 2023_ prefab homes in Bangalore IndiaPODSCAPE - Brochure 2023_ prefab homes in Bangalore India
PODSCAPE - Brochure 2023_ prefab homes in Bangalore IndiaYathish29
 
Raj Nagar Extension Call Girls 9711199012 WhatsApp No, Delhi Escorts in Raj N...
Raj Nagar Extension Call Girls 9711199012 WhatsApp No, Delhi Escorts in Raj N...Raj Nagar Extension Call Girls 9711199012 WhatsApp No, Delhi Escorts in Raj N...
Raj Nagar Extension Call Girls 9711199012 WhatsApp No, Delhi Escorts in Raj N...ankitnayak356677
 
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
 
Cheap Rate Call girls Malviya Nagar 9205541914 shot 1500 night
Cheap Rate Call girls Malviya Nagar 9205541914 shot 1500 nightCheap Rate Call girls Malviya Nagar 9205541914 shot 1500 night
Cheap Rate Call girls Malviya Nagar 9205541914 shot 1500 nightDelhi Call girls
 
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
 
Fashion trends before and after covid.pptx
Fashion trends before and after covid.pptxFashion trends before and after covid.pptx
Fashion trends before and after covid.pptxVanshNarang19
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryWilliamVickery6
 
A level Digipak development Presentation
A level Digipak development PresentationA level Digipak development Presentation
A level Digipak development Presentationamedia6
 
MASONRY -Building Technology and Construction
MASONRY -Building Technology and ConstructionMASONRY -Building Technology and Construction
MASONRY -Building Technology and Constructionmbermudez3
 
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...Amil baba
 
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk GurgaonCheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk GurgaonDelhi Call girls
 
DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxmirandajeremy200221
 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricksabhishekparmar618
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxjanettecruzeiro1
 
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 nightCheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 nightDelhi Call girls
 

Recently uploaded (20)

Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
 
PODSCAPE - Brochure 2023_ prefab homes in Bangalore India
PODSCAPE - Brochure 2023_ prefab homes in Bangalore IndiaPODSCAPE - Brochure 2023_ prefab homes in Bangalore India
PODSCAPE - Brochure 2023_ prefab homes in Bangalore India
 
Raj Nagar Extension Call Girls 9711199012 WhatsApp No, Delhi Escorts in Raj N...
Raj Nagar Extension Call Girls 9711199012 WhatsApp No, Delhi Escorts in Raj N...Raj Nagar Extension Call Girls 9711199012 WhatsApp No, Delhi Escorts in Raj N...
Raj Nagar Extension Call Girls 9711199012 WhatsApp No, Delhi Escorts in Raj N...
 
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...
 
Cheap Rate Call girls Malviya Nagar 9205541914 shot 1500 night
Cheap Rate Call girls Malviya Nagar 9205541914 shot 1500 nightCheap Rate Call girls Malviya Nagar 9205541914 shot 1500 night
Cheap Rate Call girls Malviya Nagar 9205541914 shot 1500 night
 
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...
 
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
 
Fashion trends before and after covid.pptx
Fashion trends before and after covid.pptxFashion trends before and after covid.pptx
Fashion trends before and after covid.pptx
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William Vickery
 
A level Digipak development Presentation
A level Digipak development PresentationA level Digipak development Presentation
A level Digipak development Presentation
 
MASONRY -Building Technology and Construction
MASONRY -Building Technology and ConstructionMASONRY -Building Technology and Construction
MASONRY -Building Technology and Construction
 
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
 
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk GurgaonCheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
 
DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptx
 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
 
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricks
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptx
 
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 nightCheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 night
 

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)