SlideShare a Scribd company logo
1 of 11
Permutations & Combinations
How do you count arrangements?
When arranging objects…
The fundamental counting principle gives you the
number of ways a task can occur given a series of
events.
Suppose you have 5 students
going to the movies: Adam, Brett,
Candice, David and Eva. They are
going to sit in 5 consecutive seats
in one row at the theatre.

 To fill the first seat, any of the 5 students can
 choose to sit in that seat. After the first student is
 seated, any of the 4 remaining students can choose
 to be seated in the next seat.
Fundamental Counting Principle
We continue in this manner until
we get to the last seat which is
left up to the one remaining
student.

The Fundamental Counting Principle says that
we would multiply the number of ways you can
fill each seat (an event) to get the total number
of orderings.

The solution: 5*4*3*2*1 = 120 ways you can seat
the 5 students in the 5 chairs at the theatre.
Let’s count license plates!



Here’s another example using FTC. Suppose you
want to find the number of possible license plates
for cars in North Carolina. The first three positions
on the license plate are for letters and the last four
positions are for digits. All 26 letters of the
alphabet may be used and all ten digits, 0 – 9.
Letters and digits may be repeated.
That’s a whole lotta plates!


FTC tells us to multiply the number of ways you can fill each slot
on the license plate. Each of the first 3 slots can be filled 26
different ways by each of the 26 letters of the alphabet. That
means there are 26*26*26 = 17,576 arrangements of the 3
letters alone.

Each of the next four slots can be filled by one of the ten digits,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9. So the ten digits have 10*10*10*10 =
10,000 different arrangements, ranging from 0000 to 9999.

The total number of plates? Why just multiply together these two
numbers: 175,760,000 license plates.
Factorials
 Before we jump into permutations & combinations,
  you need to understand factorials.
 A factorial is mathematical calculation, like square
  root or addition, and is represented with a ! mark.
 n! is the product of the numbers from n down to 1
  in the decreasing sequence. It is written as n! =
  n*(n-1)*(n-2)*….*2*1.
 So 5! is 5*4*3*2*1 or 120 and 8! = 8*7*6*5*4*3*2*1.
 We will use factorials in permutations &
  combinations.
Permutations vs Combinations
   Permutations are written as nPx where n is the
    number of total choices possible and x is the
    number of choices that will be used. This is
    calculated as nPx = n!
                        (n–x)!
   Permutations represent the number of ways we
    can choose x objects from n possibilities where the
    order of selection matters.
   Combinations represent the number of ways we
    can choose x objects from n possibilities where the
    order of selection does not matter. This is
    calculated as nCx = n!___
                         x!(n-x)!
Using the calculator for !
 Your calculator has built-in functions for
  permutations & combinations & factorials.
 When you use nPx or nCx, you have to
  enter the n value into your calculator first,
  then go to Math  ProbnPx to enter the
  function. Type in the value for x last and hit
  Enter.
 10 P7 = 10! = 10! = 720
         (10-3)! 7!
Combination example
 Suppose you are going out to dinner with friends.
  The restaurant advertises a 2-for $20 special
  where you may choose from one of 5 appetizers, 2
  entrees from 10 possible and one dessert from 4
  possibilities. You and your friend want to get
  different entrees. How many different ways can you
  choose the two entrees?
 Whichever of you that will choose first will have 10
  selections to choose from and the other person will
  have 9 selections to choose from. This is
  calculated using permutations.
 10 C2 = 10!        = 10! = 45 meal combinations
          2!(10-2)! 2! 8!
Permutation example
   Permutations are like combinations but here the
    order is important. Suppose you have 10 students
    running in a race and the top 3 winner receive
    medals for 1st, 2nd and 3rd places – a gold, a silver
    and a bronze.
   You calculate the number of ways this race can be
    won by 10 C3 = 10! = 10*9*8 = 720 ways
                   (10-3)!
Summary
   Fundamental             Order DOES
    counting principle       matter. Repeats
                             ARE allowed.


   Permutations          Order DOES
                           matter. Repeats
                           are NOT allowed.
                          Order does NOT
   Combinations
                           matter. Repeats
                           are NOT allowed.

More Related Content

What's hot

mutually-exclusive-events.ppt
mutually-exclusive-events.pptmutually-exclusive-events.ppt
mutually-exclusive-events.pptJosephSPalileoJr
 
Union and Intersection of Sets
Union and Intersection of SetsUnion and Intersection of Sets
Union and Intersection of Setsayesha nigar
 
11.3 Combinations
11.3 Combinations11.3 Combinations
11.3 CombinationsRyan Pineda
 
Fundamental Counting Principle
Fundamental Counting PrincipleFundamental Counting Principle
Fundamental Counting PrincipleBen Cruz
 
Union & Intersection of Sets
Union & Intersection of SetsUnion & Intersection of Sets
Union & Intersection of Setsmyla gambalan
 
Algebra "Age Problem"
Algebra "Age Problem"Algebra "Age Problem"
Algebra "Age Problem"guestc71130
 
PROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptx
PROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptxPROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptx
PROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptxReinabelleMarfilMarq
 
Comparing and Ordering Integers
Comparing and Ordering IntegersComparing and Ordering Integers
Comparing and Ordering IntegersBrooke Young
 
System of Linear inequalities in two variables
System of Linear inequalities in two variablesSystem of Linear inequalities in two variables
System of Linear inequalities in two variablesAnirach Ytirahc
 
Combinations and permutations(1)
Combinations and permutations(1)Combinations and permutations(1)
Combinations and permutations(1)Abebaw Abun Amanu
 
Order of operations ppt lesson
Order of operations ppt lessonOrder of operations ppt lesson
Order of operations ppt lessonbundelk12
 
Geometric Series and Finding the Sum of Finite Geometric Sequence
Geometric Series and Finding the Sum of Finite Geometric SequenceGeometric Series and Finding the Sum of Finite Geometric Sequence
Geometric Series and Finding the Sum of Finite Geometric SequenceFree Math Powerpoints
 
Add & Subtract Fractions
Add & Subtract FractionsAdd & Subtract Fractions
Add & Subtract FractionsAndrea B.
 
Factorials
FactorialsFactorials
Factorialsteamxxlp
 

What's hot (20)

mutually-exclusive-events.ppt
mutually-exclusive-events.pptmutually-exclusive-events.ppt
mutually-exclusive-events.ppt
 
Combination
CombinationCombination
Combination
 
Union and Intersection of Sets
Union and Intersection of SetsUnion and Intersection of Sets
Union and Intersection of Sets
 
11.3 Combinations
11.3 Combinations11.3 Combinations
11.3 Combinations
 
Measures of Position
Measures of PositionMeasures of Position
Measures of Position
 
Fundamental Counting Principle
Fundamental Counting PrincipleFundamental Counting Principle
Fundamental Counting Principle
 
Union & Intersection of Sets
Union & Intersection of SetsUnion & Intersection of Sets
Union & Intersection of Sets
 
Algebra "Age Problem"
Algebra "Age Problem"Algebra "Age Problem"
Algebra "Age Problem"
 
PROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptx
PROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptxPROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptx
PROBABILITY OF MUTUALLY EXCLUSIVE EVENTS final.pptx
 
Comparing and Ordering Integers
Comparing and Ordering IntegersComparing and Ordering Integers
Comparing and Ordering Integers
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
 
System of Linear inequalities in two variables
System of Linear inequalities in two variablesSystem of Linear inequalities in two variables
System of Linear inequalities in two variables
 
Combinations and permutations(1)
Combinations and permutations(1)Combinations and permutations(1)
Combinations and permutations(1)
 
Order of operations ppt lesson
Order of operations ppt lessonOrder of operations ppt lesson
Order of operations ppt lesson
 
Geometric Series and Finding the Sum of Finite Geometric Sequence
Geometric Series and Finding the Sum of Finite Geometric SequenceGeometric Series and Finding the Sum of Finite Geometric Sequence
Geometric Series and Finding the Sum of Finite Geometric Sequence
 
Integers and Absolute Value
Integers and Absolute ValueIntegers and Absolute Value
Integers and Absolute Value
 
Square of binomial
Square of binomialSquare of binomial
Square of binomial
 
Ratio powerpoint
Ratio powerpointRatio powerpoint
Ratio powerpoint
 
Add & Subtract Fractions
Add & Subtract FractionsAdd & Subtract Fractions
Add & Subtract Fractions
 
Factorials
FactorialsFactorials
Factorials
 

Similar to Permutations & combinations

9.5 Counting Principles
9.5 Counting Principles9.5 Counting Principles
9.5 Counting Principlessmiller5
 
Lecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic andLecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic andmanishhmishra001
 
3. permutation and combination
3. permutation and combination3. permutation and combination
3. permutation and combinationsmaplabu
 
counting techniques
counting techniquescounting techniques
counting techniquesUnsa Shakir
 
Preparing for KS3- Probability, Formulae and Equations, Ratio and Proportion,...
Preparing for KS3- Probability, Formulae and Equations, Ratio and Proportion,...Preparing for KS3- Probability, Formulae and Equations, Ratio and Proportion,...
Preparing for KS3- Probability, Formulae and Equations, Ratio and Proportion,...torixD
 
12.5 permutations 1
12.5 permutations   112.5 permutations   1
12.5 permutations 1bweldon
 
Basics of Counting Techniques
Basics of Counting TechniquesBasics of Counting Techniques
Basics of Counting TechniquesEfren Medallo
 
Factorials permutations and_combinations_using_excel
Factorials permutations and_combinations_using_excelFactorials permutations and_combinations_using_excel
Factorials permutations and_combinations_using_excelBrent Heard
 
Unit 1 Number Theory (5th Grade)
Unit 1 Number Theory (5th Grade)Unit 1 Number Theory (5th Grade)
Unit 1 Number Theory (5th Grade)Renegarmath
 
Permutations and Combinations
Permutations and CombinationsPermutations and Combinations
Permutations and CombinationsAngel Willis
 
AptitudeTestBook www.mechengg.net.pdf
AptitudeTestBook www.mechengg.net.pdfAptitudeTestBook www.mechengg.net.pdf
AptitudeTestBook www.mechengg.net.pdfHitendraThakur4
 
permutations-and-combinations.ppt
permutations-and-combinations.pptpermutations-and-combinations.ppt
permutations-and-combinations.pptBryanlibrado
 
AII12_Permutations_Combinations.ppt
AII12_Permutations_Combinations.pptAII12_Permutations_Combinations.ppt
AII12_Permutations_Combinations.pptLaeGadgude
 
permutations-and-combinations.ppt
permutations-and-combinations.pptpermutations-and-combinations.ppt
permutations-and-combinations.pptBryanlibrado
 
permutations-and-combinations.ppt
permutations-and-combinations.pptpermutations-and-combinations.ppt
permutations-and-combinations.pptJewelEstrada
 

Similar to Permutations & combinations (20)

Counting
CountingCounting
Counting
 
9.5 Counting Principles
9.5 Counting Principles9.5 Counting Principles
9.5 Counting Principles
 
Lecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic andLecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic and
 
3. permutation and combination
3. permutation and combination3. permutation and combination
3. permutation and combination
 
Factorial Notations.pptx
Factorial Notations.pptxFactorial Notations.pptx
Factorial Notations.pptx
 
counting techniques
counting techniquescounting techniques
counting techniques
 
Preparing for KS3- Probability, Formulae and Equations, Ratio and Proportion,...
Preparing for KS3- Probability, Formulae and Equations, Ratio and Proportion,...Preparing for KS3- Probability, Formulae and Equations, Ratio and Proportion,...
Preparing for KS3- Probability, Formulae and Equations, Ratio and Proportion,...
 
12.5 permutations 1
12.5 permutations   112.5 permutations   1
12.5 permutations 1
 
Basics of Counting Techniques
Basics of Counting TechniquesBasics of Counting Techniques
Basics of Counting Techniques
 
decimals .pdf
decimals                              .pdfdecimals                              .pdf
decimals .pdf
 
Math Gr4 Ch14
Math Gr4 Ch14Math Gr4 Ch14
Math Gr4 Ch14
 
Factorials permutations and_combinations_using_excel
Factorials permutations and_combinations_using_excelFactorials permutations and_combinations_using_excel
Factorials permutations and_combinations_using_excel
 
Unit 1 Number Theory (5th Grade)
Unit 1 Number Theory (5th Grade)Unit 1 Number Theory (5th Grade)
Unit 1 Number Theory (5th Grade)
 
Permutations and Combinations
Permutations and CombinationsPermutations and Combinations
Permutations and Combinations
 
AptitudeTestBook www.mechengg.net.pdf
AptitudeTestBook www.mechengg.net.pdfAptitudeTestBook www.mechengg.net.pdf
AptitudeTestBook www.mechengg.net.pdf
 
Decimal
DecimalDecimal
Decimal
 
permutations-and-combinations.ppt
permutations-and-combinations.pptpermutations-and-combinations.ppt
permutations-and-combinations.ppt
 
AII12_Permutations_Combinations.ppt
AII12_Permutations_Combinations.pptAII12_Permutations_Combinations.ppt
AII12_Permutations_Combinations.ppt
 
permutations-and-combinations.ppt
permutations-and-combinations.pptpermutations-and-combinations.ppt
permutations-and-combinations.ppt
 
permutations-and-combinations.ppt
permutations-and-combinations.pptpermutations-and-combinations.ppt
permutations-and-combinations.ppt
 

More from NCVPS

Special right triangles
Special right trianglesSpecial right triangles
Special right trianglesNCVPS
 
Parallel lines and angle pairs
Parallel lines and angle pairsParallel lines and angle pairs
Parallel lines and angle pairsNCVPS
 
How angles add up!
How angles add up!How angles add up!
How angles add up!NCVPS
 
How to review your grades
How to review your gradesHow to review your grades
How to review your gradesNCVPS
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsNCVPS
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsNCVPS
 
Multiplying polynomials
Multiplying polynomialsMultiplying polynomials
Multiplying polynomialsNCVPS
 
Area of a trapezoid
Area of a trapezoidArea of a trapezoid
Area of a trapezoidNCVPS
 

More from NCVPS (8)

Special right triangles
Special right trianglesSpecial right triangles
Special right triangles
 
Parallel lines and angle pairs
Parallel lines and angle pairsParallel lines and angle pairs
Parallel lines and angle pairs
 
How angles add up!
How angles add up!How angles add up!
How angles add up!
 
How to review your grades
How to review your gradesHow to review your grades
How to review your grades
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
Multiplying polynomials
Multiplying polynomialsMultiplying polynomials
Multiplying polynomials
 
Area of a trapezoid
Area of a trapezoidArea of a trapezoid
Area of a trapezoid
 

Recently uploaded

Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIShubhangi Sonawane
 

Recently uploaded (20)

Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 

Permutations & combinations

  • 1. Permutations & Combinations How do you count arrangements?
  • 2. When arranging objects… The fundamental counting principle gives you the number of ways a task can occur given a series of events. Suppose you have 5 students going to the movies: Adam, Brett, Candice, David and Eva. They are going to sit in 5 consecutive seats in one row at the theatre. To fill the first seat, any of the 5 students can choose to sit in that seat. After the first student is seated, any of the 4 remaining students can choose to be seated in the next seat.
  • 3. Fundamental Counting Principle We continue in this manner until we get to the last seat which is left up to the one remaining student. The Fundamental Counting Principle says that we would multiply the number of ways you can fill each seat (an event) to get the total number of orderings. The solution: 5*4*3*2*1 = 120 ways you can seat the 5 students in the 5 chairs at the theatre.
  • 4. Let’s count license plates! Here’s another example using FTC. Suppose you want to find the number of possible license plates for cars in North Carolina. The first three positions on the license plate are for letters and the last four positions are for digits. All 26 letters of the alphabet may be used and all ten digits, 0 – 9. Letters and digits may be repeated.
  • 5. That’s a whole lotta plates! FTC tells us to multiply the number of ways you can fill each slot on the license plate. Each of the first 3 slots can be filled 26 different ways by each of the 26 letters of the alphabet. That means there are 26*26*26 = 17,576 arrangements of the 3 letters alone. Each of the next four slots can be filled by one of the ten digits, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. So the ten digits have 10*10*10*10 = 10,000 different arrangements, ranging from 0000 to 9999. The total number of plates? Why just multiply together these two numbers: 175,760,000 license plates.
  • 6. Factorials  Before we jump into permutations & combinations, you need to understand factorials.  A factorial is mathematical calculation, like square root or addition, and is represented with a ! mark.  n! is the product of the numbers from n down to 1 in the decreasing sequence. It is written as n! = n*(n-1)*(n-2)*….*2*1.  So 5! is 5*4*3*2*1 or 120 and 8! = 8*7*6*5*4*3*2*1.  We will use factorials in permutations & combinations.
  • 7. Permutations vs Combinations  Permutations are written as nPx where n is the number of total choices possible and x is the number of choices that will be used. This is calculated as nPx = n! (n–x)!  Permutations represent the number of ways we can choose x objects from n possibilities where the order of selection matters.  Combinations represent the number of ways we can choose x objects from n possibilities where the order of selection does not matter. This is calculated as nCx = n!___ x!(n-x)!
  • 8. Using the calculator for !  Your calculator has built-in functions for permutations & combinations & factorials.  When you use nPx or nCx, you have to enter the n value into your calculator first, then go to Math  ProbnPx to enter the function. Type in the value for x last and hit Enter.  10 P7 = 10! = 10! = 720 (10-3)! 7!
  • 9. Combination example  Suppose you are going out to dinner with friends. The restaurant advertises a 2-for $20 special where you may choose from one of 5 appetizers, 2 entrees from 10 possible and one dessert from 4 possibilities. You and your friend want to get different entrees. How many different ways can you choose the two entrees?  Whichever of you that will choose first will have 10 selections to choose from and the other person will have 9 selections to choose from. This is calculated using permutations.  10 C2 = 10! = 10! = 45 meal combinations 2!(10-2)! 2! 8!
  • 10. Permutation example  Permutations are like combinations but here the order is important. Suppose you have 10 students running in a race and the top 3 winner receive medals for 1st, 2nd and 3rd places – a gold, a silver and a bronze.  You calculate the number of ways this race can be won by 10 C3 = 10! = 10*9*8 = 720 ways (10-3)!
  • 11. Summary  Fundamental  Order DOES counting principle matter. Repeats ARE allowed.  Permutations  Order DOES matter. Repeats are NOT allowed.  Order does NOT  Combinations matter. Repeats are NOT allowed.