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

Sequences and series
Sequences and seriesSequences and series
Sequences and seriesmstf mstf
Β 
permutation and combination
permutation and combinationpermutation and combination
permutation and combinationiqra university
Β 
Measures of position. gouped data
Measures of position. gouped dataMeasures of position. gouped data
Measures of position. gouped dataArmathia Sambrano
Β 
Combinations and permutations(1)
Combinations and permutations(1)Combinations and permutations(1)
Combinations and permutations(1)Abebaw Abun Amanu
Β 
Probability 3.4
Probability 3.4Probability 3.4
Probability 3.4herbison
Β 
Fundamental Counting Principle
Fundamental Counting PrincipleFundamental Counting Principle
Fundamental Counting PrincipleBen Cruz
Β 
Permutations and Combinations
Permutations and CombinationsPermutations and Combinations
Permutations and CombinationsAngel Willis
Β 
G10 Math Q4 Week 8 Other forms of position of measure.pptx
G10 Math Q4 Week 8 Other forms of position of measure.pptxG10 Math Q4 Week 8 Other forms of position of measure.pptx
G10 Math Q4 Week 8 Other forms of position of measure.pptxArnoldMillones4
Β 
Permutation & Combination
Permutation & CombinationPermutation & Combination
Permutation & CombinationPuru Agrawal
Β 
11.3 Combinations
11.3 Combinations11.3 Combinations
11.3 CombinationsRyan Pineda
Β 
permutations power point
permutations power pointpermutations power point
permutations power pointAldrin Balenton
Β 
Lecture: Experimental and Theoretical Probability
Lecture: Experimental and Theoretical ProbabilityLecture: Experimental and Theoretical Probability
Lecture: Experimental and Theoretical ProbabilityMegan Tanielu
Β 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combinationsarath4droid
Β 
quartile.pptx
quartile.pptxquartile.pptx
quartile.pptxJojoLlarena
Β 
Permutation combination
Permutation combinationPermutation combination
Permutation combinationlovemucheca
Β 
Mode of Grouped Data - Math 7 (4th Quarter)
Mode of Grouped Data - Math 7 (4th Quarter)Mode of Grouped Data - Math 7 (4th Quarter)
Mode of Grouped Data - Math 7 (4th Quarter)Carlo Luna
Β 

What's hot (20)

Combinations
CombinationsCombinations
Combinations
Β 
Sequences and series
Sequences and seriesSequences and series
Sequences and series
Β 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
Β 
permutation and combination
permutation and combinationpermutation and combination
permutation and combination
Β 
Measures of position. gouped data
Measures of position. gouped dataMeasures of position. gouped data
Measures of position. gouped data
Β 
Combinations and permutations(1)
Combinations and permutations(1)Combinations and permutations(1)
Combinations and permutations(1)
Β 
Probability 3.4
Probability 3.4Probability 3.4
Probability 3.4
Β 
Fundamental Counting Principle
Fundamental Counting PrincipleFundamental Counting Principle
Fundamental Counting Principle
Β 
Permutations and Combinations
Permutations and CombinationsPermutations and Combinations
Permutations and Combinations
Β 
Maths project work - Arithmetic Sequences
Maths project work - Arithmetic SequencesMaths project work - Arithmetic Sequences
Maths project work - Arithmetic Sequences
Β 
Combination
CombinationCombination
Combination
Β 
G10 Math Q4 Week 8 Other forms of position of measure.pptx
G10 Math Q4 Week 8 Other forms of position of measure.pptxG10 Math Q4 Week 8 Other forms of position of measure.pptx
G10 Math Q4 Week 8 Other forms of position of measure.pptx
Β 
Permutation & Combination
Permutation & CombinationPermutation & Combination
Permutation & Combination
Β 
11.3 Combinations
11.3 Combinations11.3 Combinations
11.3 Combinations
Β 
permutations power point
permutations power pointpermutations power point
permutations power point
Β 
Lecture: Experimental and Theoretical Probability
Lecture: Experimental and Theoretical ProbabilityLecture: Experimental and Theoretical Probability
Lecture: Experimental and Theoretical Probability
Β 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
Β 
quartile.pptx
quartile.pptxquartile.pptx
quartile.pptx
Β 
Permutation combination
Permutation combinationPermutation combination
Permutation combination
Β 
Mode of Grouped Data - Math 7 (4th Quarter)
Mode of Grouped Data - Math 7 (4th Quarter)Mode of Grouped Data - Math 7 (4th Quarter)
Mode of Grouped Data - Math 7 (4th Quarter)
Β 

Similar to 5.5 permutations and combinations

30. premutation & combinations
30. premutation & combinations30. premutation & combinations
30. premutation & combinationsAkhilesh Sharma
Β 
Question bank xi
Question bank xiQuestion bank xi
Question bank xiindu psthakur
Β 
2.7 Ordered pairs
2.7 Ordered pairs2.7 Ordered pairs
2.7 Ordered pairsJan Plaza
Β 
Form 5 Additional Maths Note
Form 5 Additional Maths NoteForm 5 Additional Maths Note
Form 5 Additional Maths NoteChek Wei Tan
Β 
Basics of Counting Techniques
Basics of Counting TechniquesBasics of Counting Techniques
Basics of Counting TechniquesEfren Medallo
Β 
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.pdfJuliusBoitizon
Β 
aptitude presentation.pptx
aptitude presentation.pptxaptitude presentation.pptx
aptitude presentation.pptxsourabhverma59500
Β 
SETS - Vedantu.pdf
SETS - Vedantu.pdfSETS - Vedantu.pdf
SETS - Vedantu.pdfAneeshRenu
Β 
SET THEORY
SET THEORYSET THEORY
SET THEORYLena
Β 
schaums-probability.pdf
schaums-probability.pdfschaums-probability.pdf
schaums-probability.pdfSahat Hutajulu
Β 
Algebra 2 Section 1-1
Algebra 2 Section 1-1Algebra 2 Section 1-1
Algebra 2 Section 1-1Jimbo Lamb
Β 
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 DUNGUNbaberexha
Β 
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 ManualTallulahTallulah
Β 
Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Sets in Maths (Complete Topic)
Sets in Maths (Complete Topic)Manik Bhola
Β 
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 ProblemsAbhishek 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

0. exponents y
0. exponents y0. exponents y
0. exponents ymath123c
Β 
123c test 4 review b
123c test  4 review b123c test  4 review b
123c test 4 review bmath123c
Β 
6 binomial theorem
6 binomial theorem6 binomial theorem
6 binomial theoremmath123c
Β 
5.4 trees and factorials
5.4 trees and factorials5.4 trees and factorials
5.4 trees and factorialsmath123c
Β 
5.3 geometric sequences
5.3 geometric sequences5.3 geometric sequences
5.3 geometric sequencesmath123c
Β 
5.2 arithmetic sequences
5.2 arithmetic sequences5.2 arithmetic sequences
5.2 arithmetic sequencesmath123c
Β 
5.1 sequences
5.1 sequences5.1 sequences
5.1 sequencesmath123c
Β 
4.5 matrix notation
4.5 matrix notation4.5 matrix notation
4.5 matrix notationmath123c
Β 
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 2math123c
Β 
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 1math123c
Β 
4.2 stem parabolas revisited
4.2 stem parabolas revisited4.2 stem parabolas revisited
4.2 stem parabolas revisitedmath123c
Β 
4.1 stem hyperbolas
4.1 stem hyperbolas4.1 stem hyperbolas
4.1 stem hyperbolasmath123c
Β 
3.4 ellipses
3.4 ellipses3.4 ellipses
3.4 ellipsesmath123c
Β 
3.3 conic sections circles
3.3 conic sections circles3.3 conic sections circles
3.3 conic sections circlesmath123c
Β 
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 equationsmath123c
Β 
3.1 properties of logarithm
3.1 properties of logarithm3.1 properties of logarithm
3.1 properties of logarithmmath123c
Β 
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 expmath123c
Β 
2.4 introduction to logarithm
2.4 introduction to logarithm2.4 introduction to logarithm
2.4 introduction to logarithmmath123c
Β 
2.3 continuous compound interests
2.3 continuous compound interests2.3 continuous compound interests
2.3 continuous compound interestsmath123c
Β 
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 interestmath123c
Β 

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

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 2024The Digital Insurer
Β 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
Β 
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 WorkerThousandEyes
Β 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
Β 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
Β 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
Β 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
Β 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
Β 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
Β 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
Β 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
Β 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
Β 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
Β 
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 slidevu2urc
Β 
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...Neo4j
Β 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
Β 
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...Drew Madelung
Β 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
Β 
[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.pdfhans926745
Β 
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?Igalia
Β 

Recently uploaded (20)

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
Β 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
Β 
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
Β 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
Β 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
Β 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Β 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
Β 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Β 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
Β 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
Β 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
Β 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
Β 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Β 
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
Β 
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...
Β 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 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 convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
Β 
[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
Β 
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?
Β 

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.