SlideShare a Scribd company logo
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

PDF
8functions
PDF
Solution Strategies for Equations that Arise in Geometric (Cliff ord) Algebra
ZIP
AA Section 8-1
PPTX
CMSC 56 | Lecture 9: Functions Representations
PDF
2.7 Ordered pairs
PPT
Algebra 1 Item No 06
KEY
Potw solution
PPT
Lect14
8functions
Solution Strategies for Equations that Arise in Geometric (Cliff ord) Algebra
AA Section 8-1
CMSC 56 | Lecture 9: Functions Representations
2.7 Ordered pairs
Algebra 1 Item No 06
Potw solution
Lect14

Viewers also liked (20)

PPTX
52 notation and algebra of functions
PPTX
2 calculator input
PPT
67 more on log and exponential equations
PPTX
3 on calculator mistakes and estimates
PPT
71 basic languages of sets
PPT
82 systems of linear equations 2
PPT
73 trees and factorials
PPTX
61 exponential functions
PPTX
51 the basic language of functions
PPT
83 matrix notation
PPT
Hw 3
PPT
72 more on sets and logic
PPTX
1 review in exponents and power equations
PPTX
22 the graphs of quadratic equations
PPTX
66 calculation with log and exp
PPT
31 the distance formulas
PPT
13 on calculator mistakes and estimates
PPT
42 sign charts of factorable expressions and inequalities
PPT
68 applications of exponential and log
PPT
65 properties of logarithm
52 notation and algebra of functions
2 calculator input
67 more on log and exponential equations
3 on calculator mistakes and estimates
71 basic languages of sets
82 systems of linear equations 2
73 trees and factorials
61 exponential functions
51 the basic language of functions
83 matrix notation
Hw 3
72 more on sets and logic
1 review in exponents and power equations
22 the graphs of quadratic equations
66 calculation with log and exp
31 the distance formulas
13 on calculator mistakes and estimates
42 sign charts of factorable expressions and inequalities
68 applications of exponential and log
65 properties of logarithm
Ad

Similar to 74 permutations and combinations (20)

PPTX
5.5 permutations and combinations
PDF
CPSC 125 Ch 3 Sec 4 6
PPTX
Lecture Week 17 which hleps in study for logic and
PPT
permutations-and-combinations.ppt
PPT
AII12_Permutations_Combinations.ppt
PPT
permutations-and-combinations.ppt
PPT
permutations and combinations.ppt
PPT
permutations-and-combinations.ppt
PPTX
Mathematics 10 power point in class 2024
PPT
permutations and combinations si required
PPT
permutations-and-combinations for Quantitative Reasoning Class
PPT
permutations-and-combinations and counting.pptx
PPT
permutations-and-combinations FINAL.ppt
PPT
CP Power Point.ppt
PPT
Permutation_and_Combination_proba&stat.ppt
PPT
Counting Principles Theory Power Point.ppt
PPT
Permutations and Combinations
PPTX
powerpoint presentation on illustrating combination of objects.pptx
PPT
Permutations and combinations
PPTX
Permutation combination
5.5 permutations and combinations
CPSC 125 Ch 3 Sec 4 6
Lecture Week 17 which hleps in study for logic and
permutations-and-combinations.ppt
AII12_Permutations_Combinations.ppt
permutations-and-combinations.ppt
permutations and combinations.ppt
permutations-and-combinations.ppt
Mathematics 10 power point in class 2024
permutations and combinations si required
permutations-and-combinations for Quantitative Reasoning Class
permutations-and-combinations and counting.pptx
permutations-and-combinations FINAL.ppt
CP Power Point.ppt
Permutation_and_Combination_proba&stat.ppt
Counting Principles Theory Power Point.ppt
Permutations and Combinations
powerpoint presentation on illustrating combination of objects.pptx
Permutations and combinations
Permutation combination
Ad

More from math126 (20)

PPTX
Answer trees-factorial
PPTX
Answer log-functions-b
PPTX
Answer notation and algebra of functions-1
PPTX
Answer notation and algebra of functions
PPTX
Answers sign-charts
PPTX
Answers basic language of funcuions
PPT
123c su-13-hw-ans2
PPTX
Dist circle-ellips-ans
PPT
3 ellipses
PPTX
123c sum-13-ans 1
PPTX
123c su-13-syl
PPT
123c final rev.
PPT
Test4 sample
PPTX
Exercise 2
PPTX
Answers 1.1 2.2
PPTX
Set hw
PPT
1 review in exponents and power equations
PPT
93 geometric sequences
PPT
92 arithmetic sequences
PPTX
91 sequences
Answer trees-factorial
Answer log-functions-b
Answer notation and algebra of functions-1
Answer notation and algebra of functions
Answers sign-charts
Answers basic language of funcuions
123c su-13-hw-ans2
Dist circle-ellips-ans
3 ellipses
123c sum-13-ans 1
123c su-13-syl
123c final rev.
Test4 sample
Exercise 2
Answers 1.1 2.2
Set hw
1 review in exponents and power equations
93 geometric sequences
92 arithmetic 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.