SlideShare a Scribd company logo
1 of 49
Permutations and Combinations
Permutations and Combinations
A k-permutation is an ordered lineup of k objects.
Permutations and Combinations
A k-permutation is an ordered lineup of k objects.
Example A. List all the 2-permutations taken from {a, b, c}.
Permutations and Combinations
A k-permutation is an ordered lineup of k objects.
Example A. List all the 2-permutations taken from {a, b, c}.
ab, ba, ac, ca, bc, cb
Permutations and Combinations
A k-permutation is an ordered lineup of k objects.
Example A. List all the 2-permutations taken from {a, b, c}.
ab, ba, ac, ca, bc, cb
Example B. List all the 3-permutations taken from {a, b, c}.
Permutations and Combinations
A k-permutation is an ordered lineup of k objects.
Example A. List all the 2-permutations taken from {a, b, c}.
ab, ba, ac, ca, bc, cb
Example B. List all the 3-permutations taken from {a, b, c}.
abc, acb, bac, bca, cab, cba
Permutations and Combinations
A k-permutation is an ordered lineup of k objects.
Example A. List all the 2-permutations taken from {a, b, c}.
ab, ba, ac, ca, bc, cb
Example B. List all the 3-permutations taken from {a, b, c}.
abc, acb, bac, bca, cab, cba
The number of k-permutations (ordered arrangements) taken
from n objects is:
         n!
nPk = (n – k)!
Permutations and Combinations
A k-permutation is an ordered lineup of k objects.
Example A. List all the 2-permutations taken from {a, b, c}.
ab, ba, ac, ca, bc, cb
Example B. List all the 3-permutations taken from {a, b, c}.
abc, acb, bac, bca, cab, cba
The number of k-permutations (ordered arrangements) taken
from n objects is:
         n!
nPk = (n – k)!

Example C. How many 2-permutations taken from {a, b, c}
are there?
Permutations and Combinations
A k-permutation is an ordered lineup of k objects.
Example A. List all the 2-permutations taken from {a, b, c}.
ab, ba, ac, ca, bc, cb
Example B. List all the 3-permutations taken from {a, b, c}.
abc, acb, bac, bca, cab, cba
The number of k-permutations (ordered arrangements) taken
from n objects is:
         n!
nPk = (n – k)!

Example C. How many 2-permutations taken from {a, b, c}
are there?
n=3, k=2,
Permutations and Combinations
A k-permutation is an ordered lineup of k objects.
Example A. List all the 2-permutations taken from {a, b, c}.
ab, ba, ac, ca, bc, cb
Example B. List all the 3-permutations taken from {a, b, c}.
abc, acb, bac, bca, cab, cba
The number of k-permutations (ordered arrangements) taken
from n objects is:
         n!
nPk = (n – k)!

Example C. How many 2-permutations taken from {a, b, c}
are there?
                    3!
n=3, k=2, 3P2 = (3 – 2)!
Permutations and Combinations
A k-permutation is an ordered lineup of k objects.
Example A. List all the 2-permutations taken from {a, b, c}.
ab, ba, ac, ca, bc, cb
Example B. List all the 3-permutations taken from {a, b, c}.
abc, acb, bac, bca, cab, cba
The number of k-permutations (ordered arrangements) taken
from n objects is:
         n!
nPk = (n – k)!

Example C. How many 2-permutations taken from {a, b, c}
are there?
                    3!       6
n=3, k=2, 3P2 = (3 – 2)! = 1 = 6
Permutations and Combinations
A k-permutation is an ordered lineup of k objects.
Example A. List all the 2-permutations taken from {a, b, c}.
ab, ba, ac, ca, bc, cb
Example B. List all the 3-permutations taken from {a, b, c}.
abc, acb, bac, bca, cab, cba
The number of k-permutations (ordered arrangements) taken
from n objects is:
         n!
nPk = (n – k)!

Example C. How many 2-permutations taken from {a, b, c}
are there?
                    3!       6
n=3, k=2, 3P2 = (3 – 2)! = 1 = 6
They are {ab, ba, ac, ca, bc, cb}.
Permutations and Combinations
Example D. How many different arrangements of 7 people
from a group of 10 people in a row of 7 seats are there?
Permutations and Combinations
Example D. How many different arrangements of 7 people
from a group of 10 people in a row of 7 seats are there?
There are 10 people so n = 10.
Permutations and Combinations
Example D. How many different arrangements of 7 people
from a group of 10 people in a row of 7 seats are there?
There are 10 people so n = 10. We are to seat 7 of them in
order so k = 7,
Permutations and Combinations
Example D. How many different arrangements of 7 people
from a group of 10 people in a row of 7 seats are there?
There are 10 people so n = 10. We are to seat 7 of them in
order so k = 7, so there are
10P7 = 10! / (10 – 7)!
Permutations and Combinations
Example D. How many different arrangements of 7 people
from a group of 10 people in a row of 7 seats are there?
There are 10 people so n = 10. We are to seat 7 of them in
order so k = 7, so there are
10P7 = 10! / (10 – 7)! =10! / 3!
Permutations and Combinations
Example D. How many different arrangements of 7 people
from a group of 10 people in a row of 7 seats are there?
There are 10 people so n = 10. We are to seat 7 of them in
order so k = 7, so there are
10P7 = 10! / (10 – 7)! =10! / 3!
     = 10 x 9 x 8 x .. X 4 = 604800 possibilities.
Permutations and Combinations
Example D. How many different arrangements of 7 people
from a group of 10 people in a row of 7 seats are there?
There are 10 people so n = 10. We are to seat 7 of them in
order so k = 7, so there are
10P7 = 10! / (10 – 7)! =10! / 3!
     = 10 x 9 x 8 x .. X 4 = 604800 possibilities.
A k-combination is a (unordered) collection of k objects.
Permutations and Combinations
Example D. How many different arrangements of 7 people
from a group of 10 people in a row of 7 seats are there?
There are 10 people so n = 10. We are to seat 7 of them in
order so k = 7, so there are
10P7 = 10! / (10 – 7)! =10! / 3!
     = 10 x 9 x 8 x .. X 4 = 604800 possibilities.
A k-combination is a (unordered) collection of k objects.
Example E. List all the 2-combinations from the set {a, b, c}.
Permutations and Combinations
Example D. How many different arrangements of 7 people
from a group of 10 people in a row of 7 seats are there?
There are 10 people so n = 10. We are to seat 7 of them in
order so k = 7, so there are
10P7 = 10! / (10 – 7)! =10! / 3!
     = 10 x 9 x 8 x .. X 4 = 604800 possibilities.
A k-combination is a (unordered) collection of k objects.
Example E. List all the 2-combinations from the set {a, b, c}.
{a, b}, {a, c}, {b, c}
Permutations and Combinations
Example D. How many different arrangements of 7 people
from a group of 10 people in a row of 7 seats are there?
There are 10 people so n = 10. We are to seat 7 of them in
order so k = 7, so there are
10P7 = 10! / (10 – 7)! =10! / 3!
     = 10 x 9 x 8 x .. X 4 = 604800 possibilities.
A k-combination is a (unordered) collection of k objects.
Example E. List all the 2-combinations from the set {a, b, c}.
{a, b}, {a, c}, {b, c}
Example F. List all the 3-combination taken from {a, b, c}.
Permutations and Combinations
Example D. How many different arrangements of 7 people
from a group of 10 people in a row of 7 seats are there?
There are 10 people so n = 10. We are to seat 7 of them in
order so k = 7, so there are
10P7 = 10! / (10 – 7)! =10! / 3!
     = 10 x 9 x 8 x .. X 4 = 604800 possibilities.
A k-combination is a (unordered) collection of k objects.
Example E. List all the 2-combinations from the set {a, b, c}.
{a, b}, {a, c}, {b, c}
Example F. List all the 3-combination taken from {a, b, c}.
{a, b, c}
Permutations and Combinations
Example D. How many different arrangements of 7 people
from a group of 10 people in a row of 7 seats are there?
There are 10 people so n = 10. We are to seat 7 of them in
order so k = 7, so there are
10P7 = 10! / (10 – 7)! =10! / 3!
     = 10 x 9 x 8 x .. X 4 = 604800 possibilities.
A k-combination is a (unordered) collection of k objects.
Example E. List all the 2-combinations from the set {a, b, c}.
{a, b}, {a, c}, {b, c}
Example F. List all the 3-combination taken from {a, b, c}.
{a, b, c}
The number of k-combinations (unordered collections) taken
from n objects is:
          n!
nCk = (n – k)!k!
Permutations and Combinations
Example G. How many 2-combinations from the set {a, b, c}
are there?
Permutations and Combinations
Example G. How many 2-combinations from the set {a, b, c}
are there?
n = 3, k = 2,
Permutations and Combinations
Example G. How many 2-combinations from the set {a, b, c}
are there?
n = 3, k = 2, hence there are
  C2 =     3!
3
       (3 – 2)!2!
Permutations and Combinations
Example G. How many 2-combinations from the set {a, b, c}
are there?
n = 3, k = 2, hence there are
          3! 3
3C2 =
      (3 – 2)!2!
Permutations and Combinations
Example G. How many 2-combinations from the set {a, b, c}
are there?
n = 3, k = 2, hence there are
          3! 3
3C2 =            =3
      (3 – 2)!2!
Permutations and Combinations
Example G. How many 2-combinations from the set {a, b, c}
are there?
n = 3, k = 2, hence there are
          3! 3
3C2 =            =3
      (3 – 2)!2!
So there are three 2-combinations.
Permutations and Combinations
Example G. How many 2-combinations from the set {a, b, c}
are there?
n = 3, k = 2, hence there are
          3! 3
3C2 =             =3
      (3 – 2)!2!
So there are three 2-combinations.
They are {a, b}, {a, c}, {b, c}.
Permutations and Combinations
Example G. How many 2-combinations from the set {a, b, c}
are there?
n = 3, k = 2, hence there are
          3! 3
3C2 =             =3
      (3 – 2)!2!
So there are three 2-combinations.
They are {a, b}, {a, c}, {b, c}.
Example H. A Chinese take-out offers a beef dish, a chicken
dish, a vegetable dish, fried rice, and fried noodles. We may
chose any 3 of them for a 3-Combo Special. How many
different 3-Combo Specials are possible?
Permutations and Combinations
Example G. How many 2-combinations from the set {a, b, c}
are there?
n = 3, k = 2, hence there are
          3! 3
3C2 =             =3
      (3 – 2)!2!
So there are three 2-combinations.
They are {a, b}, {a, c}, {b, c}.
Example H. A Chinese take-out offers a beef dish, a chicken
dish, a vegetable dish, fried rice, and fried noodles. We may
chose any 3 of them for a 3-Combo Special. How many
different 3-Combo Specials are possible?
n = 5, we are to take 3 of so k = 3,
Permutations and Combinations
Example G. How many 2-combinations from the set {a, b, c}
are there?
n = 3, k = 2, hence there are
          3! 3
3C2 =             =3
      (3 – 2)!2!
So there are three 2-combinations.
They are {a, b}, {a, c}, {b, c}.
Example H. A Chinese take-out offers a beef dish, a chicken
dish, a vegetable dish, fried rice, and fried noodles. We may
chose any 3 of them for a 3-Combo Special. How many
different 3-Combo Specials are possible?
n = 5, we are to take 3 of so k = 3, hence there are
           5!
5 C3 = (5 – 3)!3!
Permutations and Combinations
Example G. How many 2-combinations from the set {a, b, c}
are there?
n = 3, k = 2, hence there are
          3! 3
3C2 =             =3
      (3 – 2)!2!
So there are three 2-combinations.
They are {a, b}, {a, c}, {b, c}.
Example H. A Chinese take-out offers a beef dish, a chicken
dish, a vegetable dish, fried rice, and fried noodles. We may
chose any 3 of them for a 3-Combo Special. How many
different 3-Combo Specials are possible?
n = 5, we are to take 3 of so k = 3, hence there are
           5!        5!
5 C3 = (5 – 3)!3! = 2!3!
Permutations and Combinations
Example G. How many 2-combinations from the set {a, b, c}
are there?
n = 3, k = 2, hence there are
          3! 3
3C2 =             =3
      (3 – 2)!2!
So there are three 2-combinations.
They are {a, b}, {a, c}, {b, c}.
Example H. A Chinese take-out offers a beef dish, a chicken
dish, a vegetable dish, fried rice, and fried noodles. We may
chose any 3 of them for a 3-Combo Special. How many
different 3-Combo Specials are possible?
n = 5, we are to take 3 of so k = 3, hence there are
           5!       5! 5*4
5C3 = (5 – 3)!3! = 2!3!
Permutations and Combinations
Example G. How many 2-combinations from the set {a, b, c}
are there?
n = 3, k = 2, hence there are
          3! 3
3C2 =             =3
      (3 – 2)!2!
So there are three 2-combinations.
They are {a, b}, {a, c}, {b, c}.
Example H. A Chinese take-out offers a beef dish, a chicken
dish, a vegetable dish, fried rice, and fried noodles. We may
chose any 3 of them for a 3-Combo Special. How many
different 3-Combo Specials are possible?
n = 5, we are to take 3 of so k = 3, hence there are
           5!       5! 5*4
5C3 = (5 – 3)!3! = 2!3! = 10 3-Combos specials.
Permutations and Combinations
Example I. There are 5 men and 8 women.
a. We are to select a president, a vice president, a manager,
a treasurer from them. How many different possibilities are
there?
Permutations and Combinations
Example I. There are 5 men and 8 women.
a. We are to select a president, a vice president, a manager,
a treasurer from them. How many different possibilities are
there?
These are permutations since the order is important.
Permutations and Combinations
Example I. There are 5 men and 8 women.
a. We are to select a president, a vice president, a manager,
a treasurer from them. How many different possibilities are
there?
These are permutations since the order is important.
Hence there are 13P4 possibilities.
Permutations and Combinations
Example I. There are 5 men and 8 women.
a. We are to select a president, a vice president, a manager,
a treasurer from them. How many different possibilities are
there?
These are permutations since the order is important.
Hence there are 13P4 possibilities.
b. We are to select 4 people for a committee, how many
different 4-people committees are possible?
Permutations and Combinations
Example I. There are 5 men and 8 women.
a. We are to select a president, a vice president, a manager,
a treasurer from them. How many different possibilities are
there?
These are permutations since the order is important.
Hence there are 13P4 possibilities.
b. We are to select 4 people for a committee, how many
different 4-people committees are possible?
These are combinations so there are 13C4 possibilities.
Permutations and Combinations
Example I. There are 5 men and 8 women.
a. We are to select a president, a vice president, a manager,
a treasurer from them. How many different possibilities are
there?
These are permutations since the order is important.
Hence there are 13P4 possibilities.
b. We are to select 4 people for a committee, how many
different 4-people committees are possible?
These are combinations so there are 13C4 possibilities.
c.We are to select two men and two women for a 4-people
committee, how many are possibilities?
Permutations and Combinations
Example I. There are 5 men and 8 women.
a. We are to select a president, a vice president, a manager,
a treasurer from them. How many different possibilities are
there?
These are permutations since the order is important.
Hence there are 13P4 possibilities.
b. We are to select 4 people for a committee, how many
different 4-people committees are possible?
These are combinations so there are 13C4 possibilities.
c.We are to select two men and two women for a 4-people
committee, how many are possibilities?
There are 2-steps to make the committee,
Permutations and Combinations
Example I. There are 5 men and 8 women.
a. We are to select a president, a vice president, a manager,
a treasurer from them. How many different possibilities are
there?
These are permutations since the order is important.
Hence there are 13P4 possibilities.
b. We are to select 4 people for a committee, how many
different 4-people committees are possible?
These are combinations so there are 13C4 possibilities.
c.We are to select two men and two women for a 4-people
committee, how many are possibilities?
There are 2-steps to make the committee, select the
2 women, then 2 men.
Permutations and Combinations
Example I. There are 5 men and 8 women.
a. We are to select a president, a vice president, a manager, a
treasurer from them. How many different possibilities are
there?
These are permutations since the order is important.
Hence there are 13P4 possibilities.
b. We are to select 4 people for a committee, how many
different 4-people committees are possible?
These are combinations so there are 13C4 possibilities.
c.We are to select two men and two women for a 4-people
committee, how many are possibilities?
There are 2-steps to make the committee, select the
2 women, then 2 men. There are 8C2 ways to select 2 women.
Permutations and Combinations
Example I. There are 5 men and 8 women.
a. We are to select a president, a vice president, a manager, a
treasurer from them. How many different possibilities are
there?
These are permutations since the order is important.
Hence there are 13P4 possibilities.
b. We are to select 4 people for a committee, how many
different 4-people committees are possible?
These are combinations so there are 13C4 possibilities.
c.We are to select two men and two women for a 4-people
committee, how many are possibilities?
There are 2-steps to make the committee, select the
2 women, then 2 men. There are 8C2 ways to select 2 women.
There are 5C2 ways to select 2 men.
Permutations and Combinations
Example I. There are 5 men and 8 women.
a. We are to select a president, a vice president, a manager, a
treasurer from them. How many different possibilities are
there?
These are permutations since the order is important.
Hence there are 13P4 possibilities.
b. We are to select 4 people for a committee, how many
different 4-people committees are possible?
These are combinations so there are 13C4 possibilities.
c.We are to select two men and two women for a 4-people
committee, how many are possibilities?
There are 2-steps to make the committee, select the
2 women, then 2 men. There are 8C2 ways to select 2 women.
There are 5C2 ways to select 2 men. Hence there are
8C2 x 5C2 ways for to select the 2-men-2-women committees.
Permutations and Combinations

More Related Content

What's hot

Arc Length And Area of a Sector
Arc Length And Area of a SectorArc Length And Area of a Sector
Arc Length And Area of a Sector
Josel Jalon
Β 
Angle measures-parallel-lines-cut-by-a-transversal-ppt--tmi-lsn-6.01-ppt
Angle measures-parallel-lines-cut-by-a-transversal-ppt--tmi-lsn-6.01-pptAngle measures-parallel-lines-cut-by-a-transversal-ppt--tmi-lsn-6.01-ppt
Angle measures-parallel-lines-cut-by-a-transversal-ppt--tmi-lsn-6.01-ppt
Nisha Sharma
Β 

What's hot (20)

11.3 Combinations
11.3 Combinations11.3 Combinations
11.3 Combinations
Β 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
Β 
Permutations & Combinations
Permutations & CombinationsPermutations & Combinations
Permutations & Combinations
Β 
Permutation and combination - Math Statistic
Permutation and combination - Math StatisticPermutation and combination - Math Statistic
Permutation and combination - Math Statistic
Β 
Permutations
PermutationsPermutations
Permutations
Β 
Set Operations
Set OperationsSet Operations
Set Operations
Β 
Permutations and Combinations (All Formulas)
Permutations and Combinations (All Formulas)Permutations and Combinations (All Formulas)
Permutations and Combinations (All Formulas)
Β 
Introduction of Probability
Introduction of ProbabilityIntroduction of Probability
Introduction of Probability
Β 
Probability(mutually exclusive events)
Probability(mutually exclusive events)Probability(mutually exclusive events)
Probability(mutually exclusive events)
Β 
Central limit theorem
Central limit theoremCentral limit theorem
Central limit theorem
Β 
Permutations and combinations ppt
Permutations and combinations pptPermutations and combinations ppt
Permutations and combinations ppt
Β 
Combination
CombinationCombination
Combination
Β 
Kite a special quadrilateral
Kite  a special quadrilateralKite  a special quadrilateral
Kite a special quadrilateral
Β 
Permutations and Combinations
Permutations and CombinationsPermutations and Combinations
Permutations and Combinations
Β 
Conditional Probability
Conditional ProbabilityConditional Probability
Conditional Probability
Β 
Permutation combination
Permutation combinationPermutation combination
Permutation combination
Β 
Arc Length And Area of a Sector
Arc Length And Area of a SectorArc Length And Area of a Sector
Arc Length And Area of a Sector
Β 
Circular permutation
Circular permutationCircular permutation
Circular permutation
Β 
Angle measures-parallel-lines-cut-by-a-transversal-ppt--tmi-lsn-6.01-ppt
Angle measures-parallel-lines-cut-by-a-transversal-ppt--tmi-lsn-6.01-pptAngle measures-parallel-lines-cut-by-a-transversal-ppt--tmi-lsn-6.01-ppt
Angle measures-parallel-lines-cut-by-a-transversal-ppt--tmi-lsn-6.01-ppt
Β 
permutations power point
permutations power pointpermutations power point
permutations power point
Β 

Similar to 5.5 permutations and combinations

30. premutation & combinations
30. premutation & combinations30. premutation & combinations
30. premutation & combinations
Akhilesh Sharma
Β 
SETS - Vedantu.pdf
SETS - Vedantu.pdfSETS - Vedantu.pdf
SETS - Vedantu.pdf
AneeshRenu
Β 
SET THEORY
SET THEORYSET THEORY
SET THEORY
Lena
Β 
Ch1 sets and_logic(1)
Ch1 sets and_logic(1)Ch1 sets and_logic(1)
Ch1 sets and_logic(1)
Kwonpyo Ko
Β 
Finite Maths Problems
Finite Maths ProblemsFinite Maths Problems
Finite Maths Problems
Abhishek Bansal
Β 

Similar to 5.5 permutations and combinations (20)

30. premutation & combinations
30. premutation & combinations30. premutation & combinations
30. premutation & combinations
Β 
Question bank xi
Question bank xiQuestion bank xi
Question bank xi
Β 
01_Sets.pdf
01_Sets.pdf01_Sets.pdf
01_Sets.pdf
Β 
Sets
SetsSets
Sets
Β 
2.7 Ordered pairs
2.7 Ordered pairs2.7 Ordered pairs
2.7 Ordered pairs
Β 
Form 5 Additional Maths Note
Form 5 Additional Maths NoteForm 5 Additional Maths Note
Form 5 Additional Maths Note
Β 
Basics of Counting Techniques
Basics of Counting TechniquesBasics of Counting Techniques
Basics of Counting Techniques
Β 
Chapter-3-Sample-Space-of-Experiment.pdf
Chapter-3-Sample-Space-of-Experiment.pdfChapter-3-Sample-Space-of-Experiment.pdf
Chapter-3-Sample-Space-of-Experiment.pdf
Β 
aptitude presentation.pptx
aptitude presentation.pptxaptitude presentation.pptx
aptitude presentation.pptx
Β 
SETS - Vedantu.pdf
SETS - Vedantu.pdfSETS - Vedantu.pdf
SETS - Vedantu.pdf
Β 
SET THEORY
SET THEORYSET THEORY
SET THEORY
Β 
schaums-probability.pdf
schaums-probability.pdfschaums-probability.pdf
schaums-probability.pdf
Β 
4898850.ppt
4898850.ppt4898850.ppt
4898850.ppt
Β 
Algebra 2 Section 1-1
Algebra 2 Section 1-1Algebra 2 Section 1-1
Algebra 2 Section 1-1
Β 
Set and Set operations, UITM KPPIM DUNGUN
Set and Set operations, UITM KPPIM DUNGUNSet and Set operations, UITM KPPIM DUNGUN
Set and Set operations, UITM KPPIM DUNGUN
Β 
Discrete Mathematics and Its Applications 7th Edition Rose Solutions Manual
Discrete Mathematics and Its Applications 7th Edition Rose Solutions ManualDiscrete Mathematics and Its Applications 7th Edition Rose Solutions Manual
Discrete Mathematics and Its Applications 7th Edition Rose Solutions Manual
Β 
Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)
Β 
MFCS UNIT-III.pptx
MFCS UNIT-III.pptxMFCS UNIT-III.pptx
MFCS UNIT-III.pptx
Β 
Ch1 sets and_logic(1)
Ch1 sets and_logic(1)Ch1 sets and_logic(1)
Ch1 sets and_logic(1)
Β 
Finite Maths Problems
Finite Maths ProblemsFinite Maths Problems
Finite Maths Problems
Β 

More from math123c

123c test 4 review b
123c test  4 review b123c test  4 review b
123c test 4 review b
math123c
Β 
6 binomial theorem
6 binomial theorem6 binomial theorem
6 binomial theorem
math123c
Β 
5.4 trees and factorials
5.4 trees and factorials5.4 trees and factorials
5.4 trees and factorials
math123c
Β 
5.3 geometric sequences
5.3 geometric sequences5.3 geometric sequences
5.3 geometric sequences
math123c
Β 
5.2 arithmetic sequences
5.2 arithmetic sequences5.2 arithmetic sequences
5.2 arithmetic sequences
math123c
Β 
5.1 sequences
5.1 sequences5.1 sequences
5.1 sequences
math123c
Β 
4.5 matrix notation
4.5 matrix notation4.5 matrix notation
4.5 matrix notation
math123c
Β 
4.4 system of linear equations 2
4.4 system of linear equations 24.4 system of linear equations 2
4.4 system of linear equations 2
math123c
Β 
4.3 system of linear equations 1
4.3 system of linear equations 14.3 system of linear equations 1
4.3 system of linear equations 1
math123c
Β 
4.2 stem parabolas revisited
4.2 stem parabolas revisited4.2 stem parabolas revisited
4.2 stem parabolas revisited
math123c
Β 
4.1 stem hyperbolas
4.1 stem hyperbolas4.1 stem hyperbolas
4.1 stem hyperbolas
math123c
Β 
3.4 ellipses
3.4 ellipses3.4 ellipses
3.4 ellipses
math123c
Β 
3.3 conic sections circles
3.3 conic sections circles3.3 conic sections circles
3.3 conic sections circles
math123c
Β 
3.2 more on log and exponential equations
3.2 more on log and exponential equations3.2 more on log and exponential equations
3.2 more on log and exponential equations
math123c
Β 
3.1 properties of logarithm
3.1 properties of logarithm3.1 properties of logarithm
3.1 properties of logarithm
math123c
Β 
2.5 calculation with log and exp
2.5 calculation with log and exp2.5 calculation with log and exp
2.5 calculation with log and exp
math123c
Β 
2.4 introduction to logarithm
2.4 introduction to logarithm2.4 introduction to logarithm
2.4 introduction to logarithm
math123c
Β 
2.3 continuous compound interests
2.3 continuous compound interests2.3 continuous compound interests
2.3 continuous compound interests
math123c
Β 
2.2 exponential function and compound interest
2.2 exponential function and compound interest2.2 exponential function and compound interest
2.2 exponential function and compound interest
math123c
Β 

More from math123c (20)

0. exponents y
0. exponents y0. exponents y
0. exponents y
Β 
123c test 4 review b
123c test  4 review b123c test  4 review b
123c test 4 review b
Β 
6 binomial theorem
6 binomial theorem6 binomial theorem
6 binomial theorem
Β 
5.4 trees and factorials
5.4 trees and factorials5.4 trees and factorials
5.4 trees and factorials
Β 
5.3 geometric sequences
5.3 geometric sequences5.3 geometric sequences
5.3 geometric sequences
Β 
5.2 arithmetic sequences
5.2 arithmetic sequences5.2 arithmetic sequences
5.2 arithmetic sequences
Β 
5.1 sequences
5.1 sequences5.1 sequences
5.1 sequences
Β 
4.5 matrix notation
4.5 matrix notation4.5 matrix notation
4.5 matrix notation
Β 
4.4 system of linear equations 2
4.4 system of linear equations 24.4 system of linear equations 2
4.4 system of linear equations 2
Β 
4.3 system of linear equations 1
4.3 system of linear equations 14.3 system of linear equations 1
4.3 system of linear equations 1
Β 
4.2 stem parabolas revisited
4.2 stem parabolas revisited4.2 stem parabolas revisited
4.2 stem parabolas revisited
Β 
4.1 stem hyperbolas
4.1 stem hyperbolas4.1 stem hyperbolas
4.1 stem hyperbolas
Β 
3.4 ellipses
3.4 ellipses3.4 ellipses
3.4 ellipses
Β 
3.3 conic sections circles
3.3 conic sections circles3.3 conic sections circles
3.3 conic sections circles
Β 
3.2 more on log and exponential equations
3.2 more on log and exponential equations3.2 more on log and exponential equations
3.2 more on log and exponential equations
Β 
3.1 properties of logarithm
3.1 properties of logarithm3.1 properties of logarithm
3.1 properties of logarithm
Β 
2.5 calculation with log and exp
2.5 calculation with log and exp2.5 calculation with log and exp
2.5 calculation with log and exp
Β 
2.4 introduction to logarithm
2.4 introduction to logarithm2.4 introduction to logarithm
2.4 introduction to logarithm
Β 
2.3 continuous compound interests
2.3 continuous compound interests2.3 continuous compound interests
2.3 continuous compound interests
Β 
2.2 exponential function and compound interest
2.2 exponential function and compound interest2.2 exponential function and compound interest
2.2 exponential function and compound interest
Β 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
Β 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
Β 

Recently uploaded (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
Β 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
Β 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
Β 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
Β 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
Β 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Β 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
Β 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
Β 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Β 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
Β 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
Β 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
Β 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
Β 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
Β 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
Β 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Β 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
Β 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
Β 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
Β 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
Β 

5.5 permutations and combinations

  • 2. Permutations and Combinations A k-permutation is an ordered lineup of k objects.
  • 3. Permutations and Combinations A k-permutation is an ordered lineup of k objects. Example A. List all the 2-permutations taken from {a, b, c}.
  • 4. Permutations and Combinations A k-permutation is an ordered lineup of k objects. Example A. List all the 2-permutations taken from {a, b, c}. ab, ba, ac, ca, bc, cb
  • 5. Permutations and Combinations A k-permutation is an ordered lineup of k objects. Example A. List all the 2-permutations taken from {a, b, c}. ab, ba, ac, ca, bc, cb Example B. List all the 3-permutations taken from {a, b, c}.
  • 6. Permutations and Combinations A k-permutation is an ordered lineup of k objects. Example A. List all the 2-permutations taken from {a, b, c}. ab, ba, ac, ca, bc, cb Example B. List all the 3-permutations taken from {a, b, c}. abc, acb, bac, bca, cab, cba
  • 7. Permutations and Combinations A k-permutation is an ordered lineup of k objects. Example A. List all the 2-permutations taken from {a, b, c}. ab, ba, ac, ca, bc, cb Example B. List all the 3-permutations taken from {a, b, c}. abc, acb, bac, bca, cab, cba The number of k-permutations (ordered arrangements) taken from n objects is: n! nPk = (n – k)!
  • 8. Permutations and Combinations A k-permutation is an ordered lineup of k objects. Example A. List all the 2-permutations taken from {a, b, c}. ab, ba, ac, ca, bc, cb Example B. List all the 3-permutations taken from {a, b, c}. abc, acb, bac, bca, cab, cba The number of k-permutations (ordered arrangements) taken from n objects is: n! nPk = (n – k)! Example C. How many 2-permutations taken from {a, b, c} are there?
  • 9. Permutations and Combinations A k-permutation is an ordered lineup of k objects. Example A. List all the 2-permutations taken from {a, b, c}. ab, ba, ac, ca, bc, cb Example B. List all the 3-permutations taken from {a, b, c}. abc, acb, bac, bca, cab, cba The number of k-permutations (ordered arrangements) taken from n objects is: n! nPk = (n – k)! Example C. How many 2-permutations taken from {a, b, c} are there? n=3, k=2,
  • 10. Permutations and Combinations A k-permutation is an ordered lineup of k objects. Example A. List all the 2-permutations taken from {a, b, c}. ab, ba, ac, ca, bc, cb Example B. List all the 3-permutations taken from {a, b, c}. abc, acb, bac, bca, cab, cba The number of k-permutations (ordered arrangements) taken from n objects is: n! nPk = (n – k)! Example C. How many 2-permutations taken from {a, b, c} are there? 3! n=3, k=2, 3P2 = (3 – 2)!
  • 11. Permutations and Combinations A k-permutation is an ordered lineup of k objects. Example A. List all the 2-permutations taken from {a, b, c}. ab, ba, ac, ca, bc, cb Example B. List all the 3-permutations taken from {a, b, c}. abc, acb, bac, bca, cab, cba The number of k-permutations (ordered arrangements) taken from n objects is: n! nPk = (n – k)! Example C. How many 2-permutations taken from {a, b, c} are there? 3! 6 n=3, k=2, 3P2 = (3 – 2)! = 1 = 6
  • 12. Permutations and Combinations A k-permutation is an ordered lineup of k objects. Example A. List all the 2-permutations taken from {a, b, c}. ab, ba, ac, ca, bc, cb Example B. List all the 3-permutations taken from {a, b, c}. abc, acb, bac, bca, cab, cba The number of k-permutations (ordered arrangements) taken from n objects is: n! nPk = (n – k)! Example C. How many 2-permutations taken from {a, b, c} are there? 3! 6 n=3, k=2, 3P2 = (3 – 2)! = 1 = 6 They are {ab, ba, ac, ca, bc, cb}.
  • 13. Permutations and Combinations Example D. How many different arrangements of 7 people from a group of 10 people in a row of 7 seats are there?
  • 14. Permutations and Combinations Example D. How many different arrangements of 7 people from a group of 10 people in a row of 7 seats are there? There are 10 people so n = 10.
  • 15. Permutations and Combinations Example D. How many different arrangements of 7 people from a group of 10 people in a row of 7 seats are there? There are 10 people so n = 10. We are to seat 7 of them in order so k = 7,
  • 16. Permutations and Combinations Example D. How many different arrangements of 7 people from a group of 10 people in a row of 7 seats are there? There are 10 people so n = 10. We are to seat 7 of them in order so k = 7, so there are 10P7 = 10! / (10 – 7)!
  • 17. Permutations and Combinations Example D. How many different arrangements of 7 people from a group of 10 people in a row of 7 seats are there? There are 10 people so n = 10. We are to seat 7 of them in order so k = 7, so there are 10P7 = 10! / (10 – 7)! =10! / 3!
  • 18. Permutations and Combinations Example D. How many different arrangements of 7 people from a group of 10 people in a row of 7 seats are there? There are 10 people so n = 10. We are to seat 7 of them in order so k = 7, so there are 10P7 = 10! / (10 – 7)! =10! / 3! = 10 x 9 x 8 x .. X 4 = 604800 possibilities.
  • 19. Permutations and Combinations Example D. How many different arrangements of 7 people from a group of 10 people in a row of 7 seats are there? There are 10 people so n = 10. We are to seat 7 of them in order so k = 7, so there are 10P7 = 10! / (10 – 7)! =10! / 3! = 10 x 9 x 8 x .. X 4 = 604800 possibilities. A k-combination is a (unordered) collection of k objects.
  • 20. Permutations and Combinations Example D. How many different arrangements of 7 people from a group of 10 people in a row of 7 seats are there? There are 10 people so n = 10. We are to seat 7 of them in order so k = 7, so there are 10P7 = 10! / (10 – 7)! =10! / 3! = 10 x 9 x 8 x .. X 4 = 604800 possibilities. A k-combination is a (unordered) collection of k objects. Example E. List all the 2-combinations from the set {a, b, c}.
  • 21. Permutations and Combinations Example D. How many different arrangements of 7 people from a group of 10 people in a row of 7 seats are there? There are 10 people so n = 10. We are to seat 7 of them in order so k = 7, so there are 10P7 = 10! / (10 – 7)! =10! / 3! = 10 x 9 x 8 x .. X 4 = 604800 possibilities. A k-combination is a (unordered) collection of k objects. Example E. List all the 2-combinations from the set {a, b, c}. {a, b}, {a, c}, {b, c}
  • 22. Permutations and Combinations Example D. How many different arrangements of 7 people from a group of 10 people in a row of 7 seats are there? There are 10 people so n = 10. We are to seat 7 of them in order so k = 7, so there are 10P7 = 10! / (10 – 7)! =10! / 3! = 10 x 9 x 8 x .. X 4 = 604800 possibilities. A k-combination is a (unordered) collection of k objects. Example E. List all the 2-combinations from the set {a, b, c}. {a, b}, {a, c}, {b, c} Example F. List all the 3-combination taken from {a, b, c}.
  • 23. Permutations and Combinations Example D. How many different arrangements of 7 people from a group of 10 people in a row of 7 seats are there? There are 10 people so n = 10. We are to seat 7 of them in order so k = 7, so there are 10P7 = 10! / (10 – 7)! =10! / 3! = 10 x 9 x 8 x .. X 4 = 604800 possibilities. A k-combination is a (unordered) collection of k objects. Example E. List all the 2-combinations from the set {a, b, c}. {a, b}, {a, c}, {b, c} Example F. List all the 3-combination taken from {a, b, c}. {a, b, c}
  • 24. Permutations and Combinations Example D. How many different arrangements of 7 people from a group of 10 people in a row of 7 seats are there? There are 10 people so n = 10. We are to seat 7 of them in order so k = 7, so there are 10P7 = 10! / (10 – 7)! =10! / 3! = 10 x 9 x 8 x .. X 4 = 604800 possibilities. A k-combination is a (unordered) collection of k objects. Example E. List all the 2-combinations from the set {a, b, c}. {a, b}, {a, c}, {b, c} Example F. List all the 3-combination taken from {a, b, c}. {a, b, c} The number of k-combinations (unordered collections) taken from n objects is: n! nCk = (n – k)!k!
  • 25. Permutations and Combinations Example G. How many 2-combinations from the set {a, b, c} are there?
  • 26. Permutations and Combinations Example G. How many 2-combinations from the set {a, b, c} are there? n = 3, k = 2,
  • 27. Permutations and Combinations Example G. How many 2-combinations from the set {a, b, c} are there? n = 3, k = 2, hence there are C2 = 3! 3 (3 – 2)!2!
  • 28. Permutations and Combinations Example G. How many 2-combinations from the set {a, b, c} are there? n = 3, k = 2, hence there are 3! 3 3C2 = (3 – 2)!2!
  • 29. Permutations and Combinations Example G. How many 2-combinations from the set {a, b, c} are there? n = 3, k = 2, hence there are 3! 3 3C2 = =3 (3 – 2)!2!
  • 30. Permutations and Combinations Example G. How many 2-combinations from the set {a, b, c} are there? n = 3, k = 2, hence there are 3! 3 3C2 = =3 (3 – 2)!2! So there are three 2-combinations.
  • 31. Permutations and Combinations Example G. How many 2-combinations from the set {a, b, c} are there? n = 3, k = 2, hence there are 3! 3 3C2 = =3 (3 – 2)!2! So there are three 2-combinations. They are {a, b}, {a, c}, {b, c}.
  • 32. Permutations and Combinations Example G. How many 2-combinations from the set {a, b, c} are there? n = 3, k = 2, hence there are 3! 3 3C2 = =3 (3 – 2)!2! So there are three 2-combinations. They are {a, b}, {a, c}, {b, c}. Example H. A Chinese take-out offers a beef dish, a chicken dish, a vegetable dish, fried rice, and fried noodles. We may chose any 3 of them for a 3-Combo Special. How many different 3-Combo Specials are possible?
  • 33. Permutations and Combinations Example G. How many 2-combinations from the set {a, b, c} are there? n = 3, k = 2, hence there are 3! 3 3C2 = =3 (3 – 2)!2! So there are three 2-combinations. They are {a, b}, {a, c}, {b, c}. Example H. A Chinese take-out offers a beef dish, a chicken dish, a vegetable dish, fried rice, and fried noodles. We may chose any 3 of them for a 3-Combo Special. How many different 3-Combo Specials are possible? n = 5, we are to take 3 of so k = 3,
  • 34. Permutations and Combinations Example G. How many 2-combinations from the set {a, b, c} are there? n = 3, k = 2, hence there are 3! 3 3C2 = =3 (3 – 2)!2! So there are three 2-combinations. They are {a, b}, {a, c}, {b, c}. Example H. A Chinese take-out offers a beef dish, a chicken dish, a vegetable dish, fried rice, and fried noodles. We may chose any 3 of them for a 3-Combo Special. How many different 3-Combo Specials are possible? n = 5, we are to take 3 of so k = 3, hence there are 5! 5 C3 = (5 – 3)!3!
  • 35. Permutations and Combinations Example G. How many 2-combinations from the set {a, b, c} are there? n = 3, k = 2, hence there are 3! 3 3C2 = =3 (3 – 2)!2! So there are three 2-combinations. They are {a, b}, {a, c}, {b, c}. Example H. A Chinese take-out offers a beef dish, a chicken dish, a vegetable dish, fried rice, and fried noodles. We may chose any 3 of them for a 3-Combo Special. How many different 3-Combo Specials are possible? n = 5, we are to take 3 of so k = 3, hence there are 5! 5! 5 C3 = (5 – 3)!3! = 2!3!
  • 36. Permutations and Combinations Example G. How many 2-combinations from the set {a, b, c} are there? n = 3, k = 2, hence there are 3! 3 3C2 = =3 (3 – 2)!2! So there are three 2-combinations. They are {a, b}, {a, c}, {b, c}. Example H. A Chinese take-out offers a beef dish, a chicken dish, a vegetable dish, fried rice, and fried noodles. We may chose any 3 of them for a 3-Combo Special. How many different 3-Combo Specials are possible? n = 5, we are to take 3 of so k = 3, hence there are 5! 5! 5*4 5C3 = (5 – 3)!3! = 2!3!
  • 37. Permutations and Combinations Example G. How many 2-combinations from the set {a, b, c} are there? n = 3, k = 2, hence there are 3! 3 3C2 = =3 (3 – 2)!2! So there are three 2-combinations. They are {a, b}, {a, c}, {b, c}. Example H. A Chinese take-out offers a beef dish, a chicken dish, a vegetable dish, fried rice, and fried noodles. We may chose any 3 of them for a 3-Combo Special. How many different 3-Combo Specials are possible? n = 5, we are to take 3 of so k = 3, hence there are 5! 5! 5*4 5C3 = (5 – 3)!3! = 2!3! = 10 3-Combos specials.
  • 38. Permutations and Combinations Example I. There are 5 men and 8 women. a. We are to select a president, a vice president, a manager, a treasurer from them. How many different possibilities are there?
  • 39. Permutations and Combinations Example I. There are 5 men and 8 women. a. We are to select a president, a vice president, a manager, a treasurer from them. How many different possibilities are there? These are permutations since the order is important.
  • 40. Permutations and Combinations Example I. There are 5 men and 8 women. a. We are to select a president, a vice president, a manager, a treasurer from them. How many different possibilities are there? These are permutations since the order is important. Hence there are 13P4 possibilities.
  • 41. Permutations and Combinations Example I. There are 5 men and 8 women. a. We are to select a president, a vice president, a manager, a treasurer from them. How many different possibilities are there? These are permutations since the order is important. Hence there are 13P4 possibilities. b. We are to select 4 people for a committee, how many different 4-people committees are possible?
  • 42. Permutations and Combinations Example I. There are 5 men and 8 women. a. We are to select a president, a vice president, a manager, a treasurer from them. How many different possibilities are there? These are permutations since the order is important. Hence there are 13P4 possibilities. b. We are to select 4 people for a committee, how many different 4-people committees are possible? These are combinations so there are 13C4 possibilities.
  • 43. Permutations and Combinations Example I. There are 5 men and 8 women. a. We are to select a president, a vice president, a manager, a treasurer from them. How many different possibilities are there? These are permutations since the order is important. Hence there are 13P4 possibilities. b. We are to select 4 people for a committee, how many different 4-people committees are possible? These are combinations so there are 13C4 possibilities. c.We are to select two men and two women for a 4-people committee, how many are possibilities?
  • 44. Permutations and Combinations Example I. There are 5 men and 8 women. a. We are to select a president, a vice president, a manager, a treasurer from them. How many different possibilities are there? These are permutations since the order is important. Hence there are 13P4 possibilities. b. We are to select 4 people for a committee, how many different 4-people committees are possible? These are combinations so there are 13C4 possibilities. c.We are to select two men and two women for a 4-people committee, how many are possibilities? There are 2-steps to make the committee,
  • 45. Permutations and Combinations Example I. There are 5 men and 8 women. a. We are to select a president, a vice president, a manager, a treasurer from them. How many different possibilities are there? These are permutations since the order is important. Hence there are 13P4 possibilities. b. We are to select 4 people for a committee, how many different 4-people committees are possible? These are combinations so there are 13C4 possibilities. c.We are to select two men and two women for a 4-people committee, how many are possibilities? There are 2-steps to make the committee, select the 2 women, then 2 men.
  • 46. Permutations and Combinations Example I. There are 5 men and 8 women. a. We are to select a president, a vice president, a manager, a treasurer from them. How many different possibilities are there? These are permutations since the order is important. Hence there are 13P4 possibilities. b. We are to select 4 people for a committee, how many different 4-people committees are possible? These are combinations so there are 13C4 possibilities. c.We are to select two men and two women for a 4-people committee, how many are possibilities? There are 2-steps to make the committee, select the 2 women, then 2 men. There are 8C2 ways to select 2 women.
  • 47. Permutations and Combinations Example I. There are 5 men and 8 women. a. We are to select a president, a vice president, a manager, a treasurer from them. How many different possibilities are there? These are permutations since the order is important. Hence there are 13P4 possibilities. b. We are to select 4 people for a committee, how many different 4-people committees are possible? These are combinations so there are 13C4 possibilities. c.We are to select two men and two women for a 4-people committee, how many are possibilities? There are 2-steps to make the committee, select the 2 women, then 2 men. There are 8C2 ways to select 2 women. There are 5C2 ways to select 2 men.
  • 48. Permutations and Combinations Example I. There are 5 men and 8 women. a. We are to select a president, a vice president, a manager, a treasurer from them. How many different possibilities are there? These are permutations since the order is important. Hence there are 13P4 possibilities. b. We are to select 4 people for a committee, how many different 4-people committees are possible? These are combinations so there are 13C4 possibilities. c.We are to select two men and two women for a 4-people committee, how many are possibilities? There are 2-steps to make the committee, select the 2 women, then 2 men. There are 8C2 ways to select 2 women. There are 5C2 ways to select 2 men. Hence there are 8C2 x 5C2 ways for to select the 2-men-2-women committees.