SlideShare ist ein Scribd-Unternehmen logo
1 von 29
2.3

Counting Partitions: Combinations
Combination
   Combination is just like permutation – you are
    counting the number of ways to pick from a set
    without repetition of elements.

   The difference is that, for combination, order
    does not matter.

   Slot method can only be used when order
    matters; therefore, you cannot use slots for a
    combination problem.
Formula



    
    
   n – number of things you are choosing from
    
   r – number of things you are choosing

   Since slots cannot be used, this formula is your
    only tool in solving combination problems
   Let’s do an example combination problem. You
    order Mother Bear’s Pizza with a friend late at night.
    There is a special on a 3-topping pizza so you
    decide to go with that. There are 8 toppings to
    choose from. How many different pizzas can
    possibly be made?

   Simply apply the formula here.
   n = 8 (8 toppings to choose from)
   r = 3 (3 toppings being chosen to put on the pizza):




   Which comes to 56.
Quiz 2.3 #1
   How many ways can a committee of 3 be formed
    from 10 club members?

    A. 120
    B. 240
    C. 720
Quiz 2.3 #1
   How many ways can a committee of 3 be formed
    from 10 club members?

    A. 120
    B. 240
    C. 720

   Answer: A
Distinguishing between
Permutation and Combination
   Permutation – order matters
    Combination – order doesn’t matter

   Let’s think of it another way – if the “slots” are
    distinguishable between each other, then order
    matters (P). In other words, if you rearrange the
    same elements, it becomes a different set.
       Ex: A 3-digit number from {1, 2, 3, 4, 5}. This is a
        permutation, since digit 1 and digit 2 are
        “distinguishable.” If you switch them, it becomes a
        different number, i.e. 123 is different than 213.
   On the other hand, if the slots are
    “indistinguishable,” then order doesn’t matter (C). In
    other words, if you rearrange the same elements, it
    is still the same thing.
   Ex: 3 toppings from 10 on a pizza. You cannot
    distinguish between topping 1 and topping 2;
    Pepperoni, Sausage and Ham is the same thing as
    Ham, Pepperoni and Sausage.
   One good way to identify between permutation and
    combination is to go ahead and draw and label the
    slots, and see if the slots are “distinguishable,” and
    if switching two elements from two slots affects the
    outcome.
   Remember, neither (P) or (C) can have repetitions. If
    there are repetitions, use neither of these two
   Quiz 2.3 #2: Identify whether each
    problem is permutation, combination, or neither:
   Quiz 2.3 #2: Identify whether each
    problem is permutation, combination, or neither:

   1. Number of ways to form a committee of president,
    VP, and treasurer from 10 students.
   Quiz 2.3 #2: Identify whether each
    problem is permutation, combination, or neither:

   1. Number of ways to form a committee of president,
    VP, and treasurer from 10 students.
   Permutation
   Quiz 2.3 #2: Identify whether each
    problem is permutation, combination, or neither:

   1. Number of ways to form a committee of president,
    VP, and treasurer from 10 students.
   Permutation

   2. Number of ways to select 5 distinct roles for a play
    out of 10 potential actors
   Quiz 2.3 #2: Identify whether each
    problem is permutation, combination, or neither:

   1. Number of ways to form a committee of president,
    VP, and treasurer from 10 students.
   Permutation

   2. Number of ways to select 5 distinct roles for a play
    out of 10 potential actors
   Permutation
   Quiz 2.3 #2: Identify whether each
    problem is permutation, combination, or neither:

   1. Number of ways to form a committee of president,
    VP, and treasurer from 10 students.
   Permutation

   2. Number of ways to select 5 distinct roles for a play
    out of 10 potential actors
   Permutation

   3. Number of ways to pick a hand of 5 cards from a
    deck of cards
   Quiz 2.3 #2: Identify whether each
    problem is permutation, combination, or neither:

   1. Number of ways to form a committee of president,
    VP, and treasurer from 10 students.
   Permutation

   2. Number of ways to select 5 distinct roles for a play
    out of 10 potential actors
   Permutation

   3. Number of ways to pick a hand of 5 cards from a
    deck of cards
   Combination
Choosing
from Multiple Pools
   There are 4 Democrats and 3 Republicans forming a
    committee with 2 Democrats and 2 Republicans.
    How many different committees can be formed?

   We have to treat the Democrats and Republicans
    separately. This is a combination problem. So we
    have C(4,2) for Democrats, and C(3,2) for
    Republicans. You multiply the two:
    
   
     
          C(4,2) x C(3,2) = 6 x 3 = 18


                  2 Dem out of 4   2 Rep out of 3
Choosing
with Multi-Scenarios
   A group of 6 friends are thinking about a Spring break trip to
    Florida. At least 4 of them have to go in order to get the group
    discount flight. How many groups can be formed such that
    they can get the discount?

   This is also a combination problem. For this problem, at least
    4 of them have to go, meaning the qualifying events are when
    4 or 5 or 6 of them can go. You have to treat each scenario
    separately. So we have C(6,4) if 4 of them go, C(6,5) if five go,
    and C(6,6) if six go. This time, you add them:

    
     C(6,4) + C(6,5) + C(6,6) = 15 + 6 + 1 = 22


        Group of 4 Group of 5 Group of 6
Golden Rule of Finite
   Here it is:

         AND you multiply, OR you add.
   Let’s take the previous two examples.
   When we need 2 Democrats AND 2
    Republicans, we multiplied C(4,2) x C(3,2).
   When we need a group of 4 OR 5 OR 6, we
    added
    C(6,4) + C(6,5) + C(6,6).
Quiz 2.3 #3
   I have 5 dimes and 2 quarters in my pocket. I
    reach in and pick 3 coins at random. How many
    ways can the 3 coins be selected?

    A. 35
    B. 70
    C. 115
Quiz 2.3 #3
   I have 5 dimes and 2 quarters in my pocket. I
    reach in and pick 3 coins at random. How many
    ways can the 3 coins be selected?

    A. 35
    B. 70
    C. 115

   Answer: A
Multiple Pools AND Scenarios
   Brad and Angie have 6 children, 3 boys and 3 girls.
    Three of them have to do dishes tonight. How many
    ways can the three be selected so that there is at least
    one boy and at least one girl?

   First, we’ll draw out a table representing the spectrum of
    events, ranging from all from one pool to all from the
    other:

             0boy      1boy      2boys     3boys

             3girls    2girls    1girl     0girl


   Checks represents qualifying events, crosses represents
    non-qualifying events
Multiple Pools AND Scenarios
   So, 2b1g and 2g1b are the qualifying events.

   Now, since either 2b1g or 2g1b will satisfy the
    condition, we add up the number of elements in
    those events:

    
   C(3,2)C(3,1) + C(3,1)C(3,2) = 9 + 9 = 18


        2boys   1girl   1boy   2girls
Complementary Selection
   Sometimes there are more checks than crosses. In
    that case, it will be quicker to take advantage of this
    equation:
    # elements qualify = Total # elements in SS - # elements not quality


   Lets consider the last example, but instead of at
    least one boy one girl, we need only at least one
    boy:

              0boy       1boy      2boys     3boys

              3girls     2girls    1girl     0girl
Complementary Selection
   In this case, it’s easier if we take total # of
    elements in the sample space and subtract the #
    in non-qualifying events from it:

           C(6,3) – C(3,3)*C(3,0) = 20 – 1= 19

          any 3   3girls AND 0boys
Quiz 2.3 #4
   I have 6 regular and 4 diet coke in my cooler. I
    pick 5 at random. What’s the number of ways I
    pick at least 1 diet?

    A. 66
    B. 246
    C. 846
Quiz 2.3 #4
   I have 6 regular and 4 diet coke in my cooler. I
    pick 5 at random. What’s the number of ways I
    pick at least 1 diet?

    A. 66
    B. 246
    C. 846

   Answer: B
Summary
   Definition:
       Combination (order doesn’t matter, no repetition)

   How to find the number of combinations
       Formula

   How to distinguish between combination and
    permutation

   Problems for multiple pools and multi-scenarios
       Golden rule of Finite
   Features
        27 Recorded Lectures
        Over 116 practice problems with recorded solutions
        Discussion boards/homework help
        Visit finitehelp.com to find out more

     For special offers and additional content...
Follow us on twitter @finitehelp        Become a fan on Facebook

Weitere ähnliche Inhalte

Was ist angesagt?

CARDIAC GLYCOSIDES SEMINAR.pptx
CARDIAC GLYCOSIDES SEMINAR.pptxCARDIAC GLYCOSIDES SEMINAR.pptx
CARDIAC GLYCOSIDES SEMINAR.pptxSohamPatil25
 
Standard-Position-of-an-Angle-FULL.ppt
Standard-Position-of-an-Angle-FULL.pptStandard-Position-of-an-Angle-FULL.ppt
Standard-Position-of-an-Angle-FULL.pptErvin Danca
 
5.2.1 trigonometric functions
5.2.1 trigonometric functions5.2.1 trigonometric functions
5.2.1 trigonometric functionsNorthside ISD
 
Classification of Glycosides
Classification of GlycosidesClassification of Glycosides
Classification of GlycosidesAsra Hameed
 
PSUnit_I_Lesson 1_Exploring_Random_Variables.pptx
PSUnit_I_Lesson 1_Exploring_Random_Variables.pptxPSUnit_I_Lesson 1_Exploring_Random_Variables.pptx
PSUnit_I_Lesson 1_Exploring_Random_Variables.pptxjoellerios48
 
Herbal drug technology assessment activity answers
Herbal drug technology assessment activity answersHerbal drug technology assessment activity answers
Herbal drug technology assessment activity answersRavikumar Patil
 
Higher Order Deriavatives
Higher Order DeriavativesHigher Order Deriavatives
Higher Order DeriavativesPadme Amidala
 
Lines and planes in space
Lines and planes  in spaceLines and planes  in space
Lines and planes in spaceTarun Gehlot
 
TANNINS - I D.Pharm ER-20:13T
TANNINS -  I D.Pharm ER-20:13TTANNINS -  I D.Pharm ER-20:13T
TANNINS - I D.Pharm ER-20:13TNithya Murugan
 
CHARACTERIZATION OF GRANULES.
CHARACTERIZATION OF GRANULES.CHARACTERIZATION OF GRANULES.
CHARACTERIZATION OF GRANULES.vinayak phakatkar
 
Isolation,identification and analysis of phytoconstituents. Dr.U.Srinivasa, P...
Isolation,identification and analysis of phytoconstituents. Dr.U.Srinivasa, P...Isolation,identification and analysis of phytoconstituents. Dr.U.Srinivasa, P...
Isolation,identification and analysis of phytoconstituents. Dr.U.Srinivasa, P...Srinivas college of pharmacy, Mangalore
 
Packaging of Ophthalmic and parenteral products
Packaging of Ophthalmic and parenteral productsPackaging of Ophthalmic and parenteral products
Packaging of Ophthalmic and parenteral productsRfinDmelomaniac Abir
 
Leaching and Sorption | Chemical Reactivity | Modification
Leaching and Sorption | Chemical Reactivity | Modification Leaching and Sorption | Chemical Reactivity | Modification
Leaching and Sorption | Chemical Reactivity | Modification Chetan Prakash
 
Antiderivatives of alebraic (bkd)
Antiderivatives of alebraic (bkd)Antiderivatives of alebraic (bkd)
Antiderivatives of alebraic (bkd)clari1998
 
22 infinite series send-x
22 infinite series send-x22 infinite series send-x
22 infinite series send-xmath266
 
Industrial production of Diosgenin, digoxin and podophyllotoxin
Industrial production of Diosgenin, digoxin and podophyllotoxinIndustrial production of Diosgenin, digoxin and podophyllotoxin
Industrial production of Diosgenin, digoxin and podophyllotoxinDr. Rajasekhar reddy Alavala
 

Was ist angesagt? (20)

Preformulation of sterile products
Preformulation of sterile products Preformulation of sterile products
Preformulation of sterile products
 
Chapter 4 Integration
Chapter 4  IntegrationChapter 4  Integration
Chapter 4 Integration
 
CARDIAC GLYCOSIDES SEMINAR.pptx
CARDIAC GLYCOSIDES SEMINAR.pptxCARDIAC GLYCOSIDES SEMINAR.pptx
CARDIAC GLYCOSIDES SEMINAR.pptx
 
Standard-Position-of-an-Angle-FULL.ppt
Standard-Position-of-an-Angle-FULL.pptStandard-Position-of-an-Angle-FULL.ppt
Standard-Position-of-an-Angle-FULL.ppt
 
5.2.1 trigonometric functions
5.2.1 trigonometric functions5.2.1 trigonometric functions
5.2.1 trigonometric functions
 
Classification of Glycosides
Classification of GlycosidesClassification of Glycosides
Classification of Glycosides
 
PSUnit_I_Lesson 1_Exploring_Random_Variables.pptx
PSUnit_I_Lesson 1_Exploring_Random_Variables.pptxPSUnit_I_Lesson 1_Exploring_Random_Variables.pptx
PSUnit_I_Lesson 1_Exploring_Random_Variables.pptx
 
Herbal drug technology assessment activity answers
Herbal drug technology assessment activity answersHerbal drug technology assessment activity answers
Herbal drug technology assessment activity answers
 
Higher Order Deriavatives
Higher Order DeriavativesHigher Order Deriavatives
Higher Order Deriavatives
 
Lines and planes in space
Lines and planes  in spaceLines and planes  in space
Lines and planes in space
 
TANNINS - I D.Pharm ER-20:13T
TANNINS -  I D.Pharm ER-20:13TTANNINS -  I D.Pharm ER-20:13T
TANNINS - I D.Pharm ER-20:13T
 
CHARACTERIZATION OF GRANULES.
CHARACTERIZATION OF GRANULES.CHARACTERIZATION OF GRANULES.
CHARACTERIZATION OF GRANULES.
 
Inverse functions (2)
Inverse functions (2)Inverse functions (2)
Inverse functions (2)
 
Isolation,identification and analysis of phytoconstituents. Dr.U.Srinivasa, P...
Isolation,identification and analysis of phytoconstituents. Dr.U.Srinivasa, P...Isolation,identification and analysis of phytoconstituents. Dr.U.Srinivasa, P...
Isolation,identification and analysis of phytoconstituents. Dr.U.Srinivasa, P...
 
Packaging of Ophthalmic and parenteral products
Packaging of Ophthalmic and parenteral productsPackaging of Ophthalmic and parenteral products
Packaging of Ophthalmic and parenteral products
 
Leaching and Sorption | Chemical Reactivity | Modification
Leaching and Sorption | Chemical Reactivity | Modification Leaching and Sorption | Chemical Reactivity | Modification
Leaching and Sorption | Chemical Reactivity | Modification
 
Antiderivatives of alebraic (bkd)
Antiderivatives of alebraic (bkd)Antiderivatives of alebraic (bkd)
Antiderivatives of alebraic (bkd)
 
22 infinite series send-x
22 infinite series send-x22 infinite series send-x
22 infinite series send-x
 
Industrial production of Diosgenin, digoxin and podophyllotoxin
Industrial production of Diosgenin, digoxin and podophyllotoxinIndustrial production of Diosgenin, digoxin and podophyllotoxin
Industrial production of Diosgenin, digoxin and podophyllotoxin
 
Terpenoid iridoid
Terpenoid iridoidTerpenoid iridoid
Terpenoid iridoid
 

Andere mochten auch

11.2 Permutations
11.2 Permutations11.2 Permutations
11.2 PermutationsRyan Pineda
 
Routine salvador pardiñas 2nd a
Routine salvador pardiñas 2nd aRoutine salvador pardiñas 2nd a
Routine salvador pardiñas 2nd aenglishceppi2015
 
Section 0-5 Algebra 2
Section 0-5 Algebra 2Section 0-5 Algebra 2
Section 0-5 Algebra 2Jimbo Lamb
 
Chapter 4 260110 044531
Chapter 4 260110 044531Chapter 4 260110 044531
Chapter 4 260110 044531guest25d353
 
Permutations and combinations examples
Permutations and combinations examplesPermutations and combinations examples
Permutations and combinations examplesLeo Crisologo
 
3. permutation and combination
3. permutation and combination3. permutation and combination
3. permutation and combinationsmaplabu
 
Permutations & Combinations
Permutations & CombinationsPermutations & Combinations
Permutations & Combinationsrfant
 
Slideshare Powerpoint presentation
Slideshare Powerpoint presentationSlideshare Powerpoint presentation
Slideshare Powerpoint presentationelliehood
 

Andere mochten auch (10)

11.2 Permutations
11.2 Permutations11.2 Permutations
11.2 Permutations
 
Routine salvador pardiñas 2nd a
Routine salvador pardiñas 2nd aRoutine salvador pardiñas 2nd a
Routine salvador pardiñas 2nd a
 
Countingprinciple
CountingprincipleCountingprinciple
Countingprinciple
 
Section 0-5 Algebra 2
Section 0-5 Algebra 2Section 0-5 Algebra 2
Section 0-5 Algebra 2
 
Chapter 4 260110 044531
Chapter 4 260110 044531Chapter 4 260110 044531
Chapter 4 260110 044531
 
Permutations and combinations examples
Permutations and combinations examplesPermutations and combinations examples
Permutations and combinations examples
 
3. permutation and combination
3. permutation and combination3. permutation and combination
3. permutation and combination
 
Permutations & Combinations
Permutations & CombinationsPermutations & Combinations
Permutations & Combinations
 
Slideshare Powerpoint presentation
Slideshare Powerpoint presentationSlideshare Powerpoint presentation
Slideshare Powerpoint presentation
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 

Ähnlich wie Counting Partitions: Combinations - Finite Math

Algebra unit 9.7
Algebra unit 9.7Algebra unit 9.7
Algebra unit 9.7Mark Ryder
 
CABT Math 8 - Fundamental Principle of Counting
CABT Math 8 - Fundamental Principle of CountingCABT Math 8 - Fundamental Principle of Counting
CABT Math 8 - Fundamental Principle of CountingGilbert Joseph Abueg
 
12 2 Combinations And Binomial Thm
12 2 Combinations And Binomial Thm12 2 Combinations And Binomial Thm
12 2 Combinations And Binomial Thmsilvia
 
counting techniques
counting techniquescounting techniques
counting techniquesUnsa Shakir
 
6. Permutations and Combinations-Revised (1).pptx
6. Permutations and Combinations-Revised (1).pptx6. Permutations and Combinations-Revised (1).pptx
6. Permutations and Combinations-Revised (1).pptxTonmoyKabiraj
 
Computing Probabilities By Using Equally Likely Outcomes - Finite Math
Computing Probabilities By Using Equally Likely Outcomes - Finite MathComputing Probabilities By Using Equally Likely Outcomes - Finite Math
Computing Probabilities By Using Equally Likely Outcomes - Finite MathJustin Tallant
 
statiscs and probability math college to help student
statiscs and probability math college  to help studentstatiscs and probability math college  to help student
statiscs and probability math college to help studentcharlezeannprodonram
 
COMBINATION PROBLEMS.pdf
COMBINATION PROBLEMS.pdfCOMBINATION PROBLEMS.pdf
COMBINATION PROBLEMS.pdfJoy Ann Mendoza
 
11.1 combination and permutations
11.1 combination and permutations11.1 combination and permutations
11.1 combination and permutationsMark Ryder
 
GCF LCM Notes.pdf
GCF LCM Notes.pdfGCF LCM Notes.pdf
GCF LCM Notes.pdfMerylLao
 
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
 
Kahn Help for ACT Math III
Kahn Help for ACT Math IIIKahn Help for ACT Math III
Kahn Help for ACT Math IIIJim Mathews
 
Kahn Help on ACT Math 1
Kahn Help on ACT Math 1 Kahn Help on ACT Math 1
Kahn Help on ACT Math 1 Jim Mathews
 
11.3 Combinations
11.3 Combinations11.3 Combinations
11.3 CombinationsRyan Pineda
 
Week5livelecturepowerpointfor2010
Week5livelecturepowerpointfor2010Week5livelecturepowerpointfor2010
Week5livelecturepowerpointfor2010Brent Heard
 
11.1 11.1 combination and permutations
11.1 11.1 combination and permutations11.1 11.1 combination and permutations
11.1 11.1 combination and permutationsMark Ryder
 

Ähnlich wie Counting Partitions: Combinations - Finite Math (20)

Algebra unit 9.7
Algebra unit 9.7Algebra unit 9.7
Algebra unit 9.7
 
CABT Math 8 - Fundamental Principle of Counting
CABT Math 8 - Fundamental Principle of CountingCABT Math 8 - Fundamental Principle of Counting
CABT Math 8 - Fundamental Principle of Counting
 
12 2 Combinations And Binomial Thm
12 2 Combinations And Binomial Thm12 2 Combinations And Binomial Thm
12 2 Combinations And Binomial Thm
 
PPT8.ppt
PPT8.pptPPT8.ppt
PPT8.ppt
 
counting techniques
counting techniquescounting techniques
counting techniques
 
6. Permutations and Combinations-Revised (1).pptx
6. Permutations and Combinations-Revised (1).pptx6. Permutations and Combinations-Revised (1).pptx
6. Permutations and Combinations-Revised (1).pptx
 
Computing Probabilities By Using Equally Likely Outcomes - Finite Math
Computing Probabilities By Using Equally Likely Outcomes - Finite MathComputing Probabilities By Using Equally Likely Outcomes - Finite Math
Computing Probabilities By Using Equally Likely Outcomes - Finite Math
 
statiscs and probability math college to help student
statiscs and probability math college  to help studentstatiscs and probability math college  to help student
statiscs and probability math college to help student
 
COMBINATION PROBLEMS.pdf
COMBINATION PROBLEMS.pdfCOMBINATION PROBLEMS.pdf
COMBINATION PROBLEMS.pdf
 
Day3_PnC.pptx
Day3_PnC.pptxDay3_PnC.pptx
Day3_PnC.pptx
 
11.1 combination and permutations
11.1 combination and permutations11.1 combination and permutations
11.1 combination and permutations
 
Combination
CombinationCombination
Combination
 
GCF LCM Notes.pdf
GCF LCM Notes.pdfGCF LCM Notes.pdf
GCF LCM Notes.pdf
 
Practice Test 2 Probability
Practice Test 2 ProbabilityPractice Test 2 Probability
Practice Test 2 Probability
 
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,...
 
Kahn Help for ACT Math III
Kahn Help for ACT Math IIIKahn Help for ACT Math III
Kahn Help for ACT Math III
 
Kahn Help on ACT Math 1
Kahn Help on ACT Math 1 Kahn Help on ACT Math 1
Kahn Help on ACT Math 1
 
11.3 Combinations
11.3 Combinations11.3 Combinations
11.3 Combinations
 
Week5livelecturepowerpointfor2010
Week5livelecturepowerpointfor2010Week5livelecturepowerpointfor2010
Week5livelecturepowerpointfor2010
 
11.1 11.1 combination and permutations
11.1 11.1 combination and permutations11.1 11.1 combination and permutations
11.1 11.1 combination and permutations
 

Kürzlich hochgeladen

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
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
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
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
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
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 

Kürzlich hochgeladen (20)

INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
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
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
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
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
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
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 

Counting Partitions: Combinations - Finite Math

  • 2. Combination  Combination is just like permutation – you are counting the number of ways to pick from a set without repetition of elements.  The difference is that, for combination, order does not matter.  Slot method can only be used when order matters; therefore, you cannot use slots for a combination problem.
  • 3. Formula  n – number of things you are choosing from r – number of things you are choosing  Since slots cannot be used, this formula is your only tool in solving combination problems
  • 4. Let’s do an example combination problem. You order Mother Bear’s Pizza with a friend late at night. There is a special on a 3-topping pizza so you decide to go with that. There are 8 toppings to choose from. How many different pizzas can possibly be made?  Simply apply the formula here.  n = 8 (8 toppings to choose from)  r = 3 (3 toppings being chosen to put on the pizza):  Which comes to 56.
  • 5. Quiz 2.3 #1  How many ways can a committee of 3 be formed from 10 club members? A. 120 B. 240 C. 720
  • 6. Quiz 2.3 #1  How many ways can a committee of 3 be formed from 10 club members? A. 120 B. 240 C. 720  Answer: A
  • 7. Distinguishing between Permutation and Combination  Permutation – order matters Combination – order doesn’t matter  Let’s think of it another way – if the “slots” are distinguishable between each other, then order matters (P). In other words, if you rearrange the same elements, it becomes a different set.  Ex: A 3-digit number from {1, 2, 3, 4, 5}. This is a permutation, since digit 1 and digit 2 are “distinguishable.” If you switch them, it becomes a different number, i.e. 123 is different than 213.
  • 8. On the other hand, if the slots are “indistinguishable,” then order doesn’t matter (C). In other words, if you rearrange the same elements, it is still the same thing.  Ex: 3 toppings from 10 on a pizza. You cannot distinguish between topping 1 and topping 2; Pepperoni, Sausage and Ham is the same thing as Ham, Pepperoni and Sausage.  One good way to identify between permutation and combination is to go ahead and draw and label the slots, and see if the slots are “distinguishable,” and if switching two elements from two slots affects the outcome.  Remember, neither (P) or (C) can have repetitions. If there are repetitions, use neither of these two
  • 9.
  • 10. Quiz 2.3 #2: Identify whether each problem is permutation, combination, or neither:
  • 11. Quiz 2.3 #2: Identify whether each problem is permutation, combination, or neither:  1. Number of ways to form a committee of president, VP, and treasurer from 10 students.
  • 12. Quiz 2.3 #2: Identify whether each problem is permutation, combination, or neither:  1. Number of ways to form a committee of president, VP, and treasurer from 10 students.  Permutation
  • 13. Quiz 2.3 #2: Identify whether each problem is permutation, combination, or neither:  1. Number of ways to form a committee of president, VP, and treasurer from 10 students.  Permutation  2. Number of ways to select 5 distinct roles for a play out of 10 potential actors
  • 14. Quiz 2.3 #2: Identify whether each problem is permutation, combination, or neither:  1. Number of ways to form a committee of president, VP, and treasurer from 10 students.  Permutation  2. Number of ways to select 5 distinct roles for a play out of 10 potential actors  Permutation
  • 15. Quiz 2.3 #2: Identify whether each problem is permutation, combination, or neither:  1. Number of ways to form a committee of president, VP, and treasurer from 10 students.  Permutation  2. Number of ways to select 5 distinct roles for a play out of 10 potential actors  Permutation  3. Number of ways to pick a hand of 5 cards from a deck of cards
  • 16. Quiz 2.3 #2: Identify whether each problem is permutation, combination, or neither:  1. Number of ways to form a committee of president, VP, and treasurer from 10 students.  Permutation  2. Number of ways to select 5 distinct roles for a play out of 10 potential actors  Permutation  3. Number of ways to pick a hand of 5 cards from a deck of cards  Combination
  • 17. Choosing from Multiple Pools  There are 4 Democrats and 3 Republicans forming a committee with 2 Democrats and 2 Republicans. How many different committees can be formed?  We have to treat the Democrats and Republicans separately. This is a combination problem. So we have C(4,2) for Democrats, and C(3,2) for Republicans. You multiply the two: C(4,2) x C(3,2) = 6 x 3 = 18 2 Dem out of 4 2 Rep out of 3
  • 18. Choosing with Multi-Scenarios  A group of 6 friends are thinking about a Spring break trip to Florida. At least 4 of them have to go in order to get the group discount flight. How many groups can be formed such that they can get the discount?  This is also a combination problem. For this problem, at least 4 of them have to go, meaning the qualifying events are when 4 or 5 or 6 of them can go. You have to treat each scenario separately. So we have C(6,4) if 4 of them go, C(6,5) if five go, and C(6,6) if six go. This time, you add them: C(6,4) + C(6,5) + C(6,6) = 15 + 6 + 1 = 22 Group of 4 Group of 5 Group of 6
  • 19. Golden Rule of Finite  Here it is: AND you multiply, OR you add.  Let’s take the previous two examples.  When we need 2 Democrats AND 2 Republicans, we multiplied C(4,2) x C(3,2).  When we need a group of 4 OR 5 OR 6, we added C(6,4) + C(6,5) + C(6,6).
  • 20. Quiz 2.3 #3  I have 5 dimes and 2 quarters in my pocket. I reach in and pick 3 coins at random. How many ways can the 3 coins be selected? A. 35 B. 70 C. 115
  • 21. Quiz 2.3 #3  I have 5 dimes and 2 quarters in my pocket. I reach in and pick 3 coins at random. How many ways can the 3 coins be selected? A. 35 B. 70 C. 115  Answer: A
  • 22. Multiple Pools AND Scenarios  Brad and Angie have 6 children, 3 boys and 3 girls. Three of them have to do dishes tonight. How many ways can the three be selected so that there is at least one boy and at least one girl?  First, we’ll draw out a table representing the spectrum of events, ranging from all from one pool to all from the other: 0boy 1boy 2boys 3boys 3girls 2girls 1girl 0girl  Checks represents qualifying events, crosses represents non-qualifying events
  • 23. Multiple Pools AND Scenarios  So, 2b1g and 2g1b are the qualifying events.  Now, since either 2b1g or 2g1b will satisfy the condition, we add up the number of elements in those events: C(3,2)C(3,1) + C(3,1)C(3,2) = 9 + 9 = 18 2boys 1girl 1boy 2girls
  • 24. Complementary Selection  Sometimes there are more checks than crosses. In that case, it will be quicker to take advantage of this equation: # elements qualify = Total # elements in SS - # elements not quality  Lets consider the last example, but instead of at least one boy one girl, we need only at least one boy: 0boy 1boy 2boys 3boys 3girls 2girls 1girl 0girl
  • 25. Complementary Selection  In this case, it’s easier if we take total # of elements in the sample space and subtract the # in non-qualifying events from it: C(6,3) – C(3,3)*C(3,0) = 20 – 1= 19 any 3 3girls AND 0boys
  • 26. Quiz 2.3 #4  I have 6 regular and 4 diet coke in my cooler. I pick 5 at random. What’s the number of ways I pick at least 1 diet? A. 66 B. 246 C. 846
  • 27. Quiz 2.3 #4  I have 6 regular and 4 diet coke in my cooler. I pick 5 at random. What’s the number of ways I pick at least 1 diet? A. 66 B. 246 C. 846  Answer: B
  • 28. Summary  Definition:  Combination (order doesn’t matter, no repetition)  How to find the number of combinations  Formula  How to distinguish between combination and permutation  Problems for multiple pools and multi-scenarios  Golden rule of Finite
  • 29. Features  27 Recorded Lectures  Over 116 practice problems with recorded solutions  Discussion boards/homework help  Visit finitehelp.com to find out more For special offers and additional content... Follow us on twitter @finitehelp Become a fan on Facebook

Hinweis der Redaktion

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n