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*4
           5!       5!
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*4
           5!       5!
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

Viewers also liked

52 notation and algebra of functions
52 notation and algebra of functions52 notation and algebra of functions
52 notation and algebra of functionsmath126
 
2 calculator input
2 calculator input2 calculator input
2 calculator inputmath126
 
67 more on log and exponential equations
67 more on log and exponential equations67 more on log and exponential equations
67 more on log and exponential equationsmath126
 
3 on calculator mistakes and estimates
3 on calculator mistakes and estimates3 on calculator mistakes and estimates
3 on calculator mistakes and estimatesmath126
 
71 basic languages of sets
71 basic languages of sets71 basic languages of sets
71 basic languages of setsmath126
 
82 systems of linear equations 2
82 systems of linear equations 282 systems of linear equations 2
82 systems of linear equations 2math126
 
73 trees and factorials
73 trees and factorials73 trees and factorials
73 trees and factorialsmath126
 
61 exponential functions
61 exponential functions61 exponential functions
61 exponential functionsmath126
 
51 the basic language of functions
51 the basic language of functions51 the basic language of functions
51 the basic language of functionsmath126
 
83 matrix notation
83 matrix notation83 matrix notation
83 matrix notationmath126
 
72 more on sets and logic
72 more on sets and logic72 more on sets and logic
72 more on sets and logicmath126
 
1 review in exponents and power equations
1 review in exponents and power equations1 review in exponents and power equations
1 review in exponents and power equationsmath126
 
22 the graphs of quadratic equations
22 the graphs of quadratic equations22 the graphs of quadratic equations
22 the graphs of quadratic equationsmath126
 
66 calculation with log and exp
66 calculation with log and exp66 calculation with log and exp
66 calculation with log and expmath126
 
31 the distance formulas
31 the distance formulas31 the distance formulas
31 the distance formulasmath126
 
13 on calculator mistakes and estimates
13 on calculator mistakes and estimates13 on calculator mistakes and estimates
13 on calculator mistakes and estimatesmath126
 
42 sign charts of factorable expressions and inequalities
42 sign charts of factorable expressions and inequalities42 sign charts of factorable expressions and inequalities
42 sign charts of factorable expressions and inequalitiesmath126
 
68 applications of exponential and log
68 applications of exponential and log68 applications of exponential and log
68 applications of exponential and logmath126
 
65 properties of logarithm
65 properties of logarithm65 properties of logarithm
65 properties of logarithmmath126
 

Viewers also liked (20)

52 notation and algebra of functions
52 notation and algebra of functions52 notation and algebra of functions
52 notation and algebra of functions
 
2 calculator input
2 calculator input2 calculator input
2 calculator input
 
67 more on log and exponential equations
67 more on log and exponential equations67 more on log and exponential equations
67 more on log and exponential equations
 
3 on calculator mistakes and estimates
3 on calculator mistakes and estimates3 on calculator mistakes and estimates
3 on calculator mistakes and estimates
 
71 basic languages of sets
71 basic languages of sets71 basic languages of sets
71 basic languages of sets
 
82 systems of linear equations 2
82 systems of linear equations 282 systems of linear equations 2
82 systems of linear equations 2
 
73 trees and factorials
73 trees and factorials73 trees and factorials
73 trees and factorials
 
61 exponential functions
61 exponential functions61 exponential functions
61 exponential functions
 
51 the basic language of functions
51 the basic language of functions51 the basic language of functions
51 the basic language of functions
 
83 matrix notation
83 matrix notation83 matrix notation
83 matrix notation
 
Hw 3
Hw 3Hw 3
Hw 3
 
72 more on sets and logic
72 more on sets and logic72 more on sets and logic
72 more on sets and logic
 
1 review in exponents and power equations
1 review in exponents and power equations1 review in exponents and power equations
1 review in exponents and power equations
 
22 the graphs of quadratic equations
22 the graphs of quadratic equations22 the graphs of quadratic equations
22 the graphs of quadratic equations
 
66 calculation with log and exp
66 calculation with log and exp66 calculation with log and exp
66 calculation with log and exp
 
31 the distance formulas
31 the distance formulas31 the distance formulas
31 the distance formulas
 
13 on calculator mistakes and estimates
13 on calculator mistakes and estimates13 on calculator mistakes and estimates
13 on calculator mistakes and estimates
 
42 sign charts of factorable expressions and inequalities
42 sign charts of factorable expressions and inequalities42 sign charts of factorable expressions and inequalities
42 sign charts of factorable expressions and inequalities
 
68 applications of exponential and log
68 applications of exponential and log68 applications of exponential and log
68 applications of exponential and log
 
65 properties of logarithm
65 properties of logarithm65 properties of logarithm
65 properties of logarithm
 

Similar to 74 permutations and combinations

30. premutation & combinations
30. premutation & combinations30. premutation & combinations
30. premutation & combinationsAkhilesh Sharma
 
Permutation and combination - Math Statistic
Permutation and combination - Math StatisticPermutation and combination - Math Statistic
Permutation and combination - Math StatisticPrincess is Ntxhais
 
Basics of Counting Techniques
Basics of Counting TechniquesBasics of Counting Techniques
Basics of Counting TechniquesEfren Medallo
 
Form 5 Additional Maths Note
Form 5 Additional Maths NoteForm 5 Additional Maths Note
Form 5 Additional Maths NoteChek Wei Tan
 
SETS - Vedantu.pdf
SETS - Vedantu.pdfSETS - Vedantu.pdf
SETS - Vedantu.pdfAneeshRenu
 
SET THEORY
SET THEORYSET THEORY
SET THEORYLena
 
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
 
Algebra 2 Section 1-1
Algebra 2 Section 1-1Algebra 2 Section 1-1
Algebra 2 Section 1-1Jimbo Lamb
 
1 Functions and Permutation.pptx
1 Functions and Permutation.pptx1 Functions and Permutation.pptx
1 Functions and Permutation.pptxAlrondAbad
 
schaums-probability.pdf
schaums-probability.pdfschaums-probability.pdf
schaums-probability.pdfSahat Hutajulu
 
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
 
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
 

Similar to 74 permutations and combinations (20)

30. premutation & combinations
30. premutation & combinations30. premutation & combinations
30. premutation & combinations
 
Permutation and combination - Math Statistic
Permutation and combination - Math StatisticPermutation and combination - Math Statistic
Permutation and combination - Math Statistic
 
Sets
SetsSets
Sets
 
Question bank xi
Question bank xiQuestion bank xi
Question bank xi
 
01_Sets.pdf
01_Sets.pdf01_Sets.pdf
01_Sets.pdf
 
Basics of Counting Techniques
Basics of Counting TechniquesBasics of Counting Techniques
Basics of Counting Techniques
 
Form 5 Additional Maths Note
Form 5 Additional Maths NoteForm 5 Additional Maths Note
Form 5 Additional Maths Note
 
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
 
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
 
Algebra 2 Section 1-1
Algebra 2 Section 1-1Algebra 2 Section 1-1
Algebra 2 Section 1-1
 
4898850.ppt
4898850.ppt4898850.ppt
4898850.ppt
 
1 Functions and Permutation.pptx
1 Functions and Permutation.pptx1 Functions and Permutation.pptx
1 Functions and Permutation.pptx
 
MFCS UNIT-III.pptx
MFCS UNIT-III.pptxMFCS UNIT-III.pptx
MFCS UNIT-III.pptx
 
schaums-probability.pdf
schaums-probability.pdfschaums-probability.pdf
schaums-probability.pdf
 
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)
 
Finite Maths Problems
Finite Maths ProblemsFinite Maths Problems
Finite Maths Problems
 
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
 

More from math126

Answer trees-factorial
Answer trees-factorialAnswer trees-factorial
Answer trees-factorialmath126
 
Answer log-functions-b
Answer log-functions-bAnswer log-functions-b
Answer log-functions-bmath126
 
Answer notation and algebra of functions-1
Answer notation and algebra of functions-1Answer notation and algebra of functions-1
Answer notation and algebra of functions-1math126
 
Answer notation and algebra of functions
Answer notation and algebra of functionsAnswer notation and algebra of functions
Answer notation and algebra of functionsmath126
 
Answers sign-charts
Answers sign-chartsAnswers sign-charts
Answers sign-chartsmath126
 
Answers basic language of funcuions
Answers basic language of funcuionsAnswers basic language of funcuions
Answers basic language of funcuionsmath126
 
123c su-13-hw-ans2
123c su-13-hw-ans2123c su-13-hw-ans2
123c su-13-hw-ans2math126
 
Dist circle-ellips-ans
Dist circle-ellips-ansDist circle-ellips-ans
Dist circle-ellips-ansmath126
 
3 ellipses
3 ellipses3 ellipses
3 ellipsesmath126
 
123c sum-13-ans 1
123c sum-13-ans 1123c sum-13-ans 1
123c sum-13-ans 1math126
 
123c su-13-syl
123c su-13-syl123c su-13-syl
123c su-13-sylmath126
 
123c final rev.
123c final rev.123c final rev.
123c final rev.math126
 
Test4 sample
Test4 sampleTest4 sample
Test4 samplemath126
 
Exercise 2
Exercise 2Exercise 2
Exercise 2math126
 
Answers 1.1 2.2
Answers 1.1 2.2Answers 1.1 2.2
Answers 1.1 2.2math126
 
1 review in exponents and power equations
1 review in exponents and power equations1 review in exponents and power equations
1 review in exponents and power equationsmath126
 
93 geometric sequences
93 geometric sequences93 geometric sequences
93 geometric sequencesmath126
 
92 arithmetic sequences
92 arithmetic sequences92 arithmetic sequences
92 arithmetic sequencesmath126
 
91 sequences
91 sequences91 sequences
91 sequencesmath126
 

More from math126 (20)

Answer trees-factorial
Answer trees-factorialAnswer trees-factorial
Answer trees-factorial
 
Answer log-functions-b
Answer log-functions-bAnswer log-functions-b
Answer log-functions-b
 
Answer notation and algebra of functions-1
Answer notation and algebra of functions-1Answer notation and algebra of functions-1
Answer notation and algebra of functions-1
 
Answer notation and algebra of functions
Answer notation and algebra of functionsAnswer notation and algebra of functions
Answer notation and algebra of functions
 
Answers sign-charts
Answers sign-chartsAnswers sign-charts
Answers sign-charts
 
Answers basic language of funcuions
Answers basic language of funcuionsAnswers basic language of funcuions
Answers basic language of funcuions
 
123c su-13-hw-ans2
123c su-13-hw-ans2123c su-13-hw-ans2
123c su-13-hw-ans2
 
Dist circle-ellips-ans
Dist circle-ellips-ansDist circle-ellips-ans
Dist circle-ellips-ans
 
3 ellipses
3 ellipses3 ellipses
3 ellipses
 
123c sum-13-ans 1
123c sum-13-ans 1123c sum-13-ans 1
123c sum-13-ans 1
 
123c su-13-syl
123c su-13-syl123c su-13-syl
123c su-13-syl
 
123c final rev.
123c final rev.123c final rev.
123c final rev.
 
Test4 sample
Test4 sampleTest4 sample
Test4 sample
 
Exercise 2
Exercise 2Exercise 2
Exercise 2
 
Answers 1.1 2.2
Answers 1.1 2.2Answers 1.1 2.2
Answers 1.1 2.2
 
Set hw
Set hwSet hw
Set hw
 
1 review in exponents and power equations
1 review in exponents and power equations1 review in exponents and power equations
1 review in exponents and power equations
 
93 geometric sequences
93 geometric sequences93 geometric sequences
93 geometric sequences
 
92 arithmetic sequences
92 arithmetic sequences92 arithmetic sequences
92 arithmetic sequences
 
91 sequences
91 sequences91 sequences
91 sequences
 

74 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*4 5! 5! 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*4 5! 5! 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.