SlideShare a Scribd company logo
PERMUTATIONS
Review
Permutations of n
objects taken r at a time:
𝑷(𝒏, 𝒓) =
𝒏!
𝒏 βˆ’ 𝒓 !
Permutations of n objects
taken all at a time is:
𝑷(𝒏, 𝒏) = 𝒏!
Distinct or Distinguishable
Permutations:
𝑷 =
𝒏!
𝒑! 𝒒! 𝒓! …
Circular permutations of
n objects is:
𝑷 = (𝒏 βˆ’ 𝟏)!
Problems
1.) Ten runners join in a
race. In how many possible
ways can they be arranged
as 1st , 2nd , and 3rd placers?
2.) In how many ways
can Aling Rosa arrange
6 potted plants in a
row?
3.) Suppose that in a certain
association, there are 12 elected
members of the Board of Directors.
In how many ways can a president,
a vice president, a secretary, and a
treasurer be selected from the
board?
4.) In how many ways can
you place 9 different
books on a shelf if there is
space enough for only 5
books?
5.) In how many ways can
4 people be seated around
a circular table?
Enumerate all possible
arrangements.
Answer:
P = (n-1)! = (4-1)! = 6
A-B-C-D
A-B-D-C
A-C-B-D
A-C-D-B
A-D-B-C
A-D-C-B
6.) In how many ways
can 5 people arrange
themselves in a row for
picture taking?
7.) If Alex has 12 T-shirts, 6
pairs of pants, and 3 pairs
of shoes, how many
possibilities can he dress
himself up for the day?
8.) A dress-shop has 8 new
dresses that she wants to
display in the window. If the
display window has 5
mannequins, in how many
ways can she dress them up?
9.) If there are 10 people
and only 6 chairs are
available, in how many
ways can they be seated?
10.) Five couples want to have
their pictures taken. In how
many ways can they arrange
themselves in a row if:
a. couples must stay together.
b. couples may stand anywhere.
11.) There are 4 different
Mathematics books and 5 different
Science books. In how many ways
can the books be arranged on a shelf
if:
a. there are no restrictions.
b. if they must be placed alternately.
12.) Find the number of
permutations of the
digits of the number
348 838.
13.) How many 4-digit
numbers can be formed
from the digits 1, 3, 5, 6,
8, and 9 if no repetition is
allowed?
14.) In how many
different ways can 5
bicycles be parked if there
are 7 available parking
spaces?
15.) A teacher wants to
assign 4 different tasks
to her 4 students. In how
many possible ways can
she do it?
Solve for the unknown in each item:
1.) P (6,6) = ______
2.) P (7, r) = 840
3.) P (n, 3) = 504
4.) P (10, 5) = ____
HINT: P (n, r) n = number of things
r = taken at a time
5.) P (8,r) = 6720
6.) P (8, 3) = _____
7.) P (n, 4) = 3024
8.) P (13, r) = 156
COMBINATIONS
Suppose you were assigned by
your teacher to be the leader
of your group for your project.
You were given the freedom to
choose 4 of your classmates to
be your group mates.
If you choose Aira, Belle, Charlie,
and Dave, does it make any
difference if you choose instead
Charlie, Aira, Dave, and Belle? Of
course not, because the list
refers to the same people.
Each selection that you could
possibly make is called a
COMBINATION. On the other
hand, if you choose Aira, Belle,
Dave, and Ellen, now that is
another combination,
In a simple words, a
Combination is a selection
made with no regard to
order of the selected
objects.
The number of combinations of
n objects taken r at a time is
denoted by:
C(n, r)
𝒏
𝒓
𝒄𝒓
𝒏 𝒄𝒓
n
How do we find the
number of combinations
of n objects taken r at a
time?
In combinations, we
have:
π‘ͺ(𝒏, 𝒓) =
𝑷(𝒏, 𝒓)
𝒓!
π‘ͺ(𝒏, 𝒓) =
𝒏!
𝒓! 𝒏 βˆ’ 𝒓 !
where: n = no. of objects
r = taken at a time
Illustration #1
Suppose now, that you are
asked to form different
triangles out of 4 points
plotted, say, A, B, C, and D, of
which no three are collinear.
A
B
C
D
We can see that β–³ ABC is the
same as β–³ BCA and β–³ CBA.
In the same manner,
β–³ BCD is the same as
β–³ CBD and β–³ DBC.
This is another illustration
of combination. The
different triangles that can
be formed are β–³ ABC , β–³
ABD , β–³ BCD , and β–³ CDA.
Thus, there are
only 4
COMBINATIONS
Consider this:
If order of the letters is
important, then we have
the following:
ABC
ACB
BCA
BAC
CAB
CBA
ABD
ADB
BDA
BAD
DBA
DAB
BCD
BDC
CDB
CBD
DBC
DCB
CDA
CAD
DAC
DCA
ADC
ACD
The number of different
orders of 4 vertices,
taken 3 at a time is:
𝑷 πŸ’, πŸ‘ =
πŸ’!
πŸ’ βˆ’ πŸ‘ !
= πŸπŸ’
There are 24 possibilities in
permutations. But in
combinations, we have:
π‘ͺ πŸ’, πŸ‘ =
πŸ’!
πŸ‘! πŸ’ βˆ’ πŸ‘ !
= πŸ’
Illustration #2
Suppose you have 4 different
colors - black, blue, yellow,
and red of which you have to
mix 2 equal proportions to
make a new color. How many
new colors can be made?
Notice that mixing blue
and red is exactly the
same as mixing red and
blue, so the order does
not matter.
As you can see there are
6 new colors Black-Blue,
Black-Red, Black-Yellow,
Blue-Red, Blue-Yellow,
Red-Yellow.
When using formula in
combinations, we have:
π‘ͺ πŸ’, 𝟐 =
πŸ’!
𝟐! πŸ’ βˆ’ 𝟐 !
= πŸ”
Example #1
In how many ways can a
committee consisting of 4
members be formed from
8 people?
Solution:
Using the formula, n = 8
and r = 4
π‘ͺ(𝒏, 𝒓) =
𝒏!
𝒓! 𝒏 βˆ’ 𝒓 !
π‘ͺ(πŸ–, πŸ’) =
πŸ–!
πŸ’! πŸ– βˆ’ πŸ’ !
=
πŸ– βˆ™ πŸ• βˆ™ πŸ” βˆ™ πŸ“ βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐
πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐
2
= 𝟐 βˆ™ πŸ• βˆ™ πŸ“
= πŸ•πŸŽ π’˜π’‚π’šπ’”
Example #2
How many polygons can be
possibly formed from 6
distinct points on a plane, no
three of which are collinear?
Solution:
The polygon may have 3,
4, 5, or 6 vertices.
Thus, each has its own
combination.
Using the formula, n = 6
and r = 3
π‘ͺ(𝒏, 𝒓) =
𝒏!
𝒓! 𝒏 βˆ’ 𝒓 !
π‘ͺ(πŸ”, πŸ‘) =
πŸ”!
πŸ‘! πŸ” βˆ’ πŸ‘ !
=
πŸ” βˆ™ πŸ“ βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏
πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏 βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏
= 𝟐𝟎
Using the formula, n = 6
and r = 4
π‘ͺ(𝒏, 𝒓) =
𝒏!
𝒓! 𝒏 βˆ’ 𝒓 !
π‘ͺ(πŸ”, πŸ’) =
πŸ”!
πŸ’! πŸ” βˆ’ πŸ’ !
=
πŸ” βˆ™ πŸ“ βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏
πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏 βˆ™ 𝟐 βˆ™ 𝟏
= πŸπŸ“
Using the formula, n = 6
and r = 5
π‘ͺ(𝒏, 𝒓) =
𝒏!
𝒓! 𝒏 βˆ’ 𝒓 !
π‘ͺ(πŸ”, πŸ“) =
πŸ”!
πŸ“! πŸ” βˆ’ πŸ“ !
=
πŸ” βˆ™ πŸ“ βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏
πŸ“ βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏
= πŸ”
Using the formula, n = 6
and r = 6
π‘ͺ(𝒏, 𝒓) =
𝒏!
𝒓! 𝒏 βˆ’ 𝒓 !
π‘ͺ(πŸ”, πŸ”) =
πŸ”!
πŸ”! πŸ” βˆ’ πŸ” !
=
πŸ” βˆ™ πŸ“ βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏
πŸ” βˆ™ πŸ“ βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏 βˆ™ 𝟏
= 𝟏
Answer:
C = 20 + 15 + 6 + 1
C = 42 possible polygons
Activity #1
Perfect Combinations
Study the following
situations. Then answer
the questions that follow:
Instruction
Identify which situations
illustrate PERMUTATION
and which illustrate
COMBINATION.
1.) Determining the top
three winners in a
Science Quiz Bee.
2.) Forming lines from
six given points with no
three of which are
collinear.
3.) Forming triangles
from 7 given points with
no three of which are
collinear.
4.) Four people posing
for pictures.
5.) Assembling a jigsaw
puzzle.
6.) Choosing 2
household chores
to do before dinner.
7.) Selecting 5
basketball players out
of 10 team members for
the different positions.
8.) Choosing three of
your classmates to
attend your party.
9.) Picking 6 balls
from a basket of
12 balls.
10.) Forming a
committee of 5
members from 20
people.
Activity #2
Flex That Brains!
Analyze the following
combinations. Then answer
the questions that follow:
Find the unknown in each item: Β½ CW
1.) C (8, 3) = ____
2.) C (n, 4) = 15
3.) C (8, r) = 28
4.) C (9, 9) = ____
HINT: C (n, r) n = number of things
r = taken at a time
5.) C (n, 3) = 35
6.) C (10, r) = 120
7.) C (n, 2) = 78
8.) C (11, r) = 165
Activity #3
Choose Wisely, Choose Me
Solve the following problems
completely in a Β½ crosswise of
paper. Do not copy the problem.
Problem #1
If there are 12 teams in a basketball
tournament and each team must
play every other team in the
eliminations, how many elimination
games will there be?
66 ways
Problem #2
How many different sets of
5 cards each can be
formed from a standard
deck of 52 cards?
2,598,960 ways
Problem #3
In a 10-item Mathematics
problem-solving test, how
many ways can you select
5 problems to solve?
252 ways

More Related Content

What's hot

Combination
CombinationCombination
Combination
Joey Valdriz
Β 
Rectangular Coordinate System II
Rectangular Coordinate System IIRectangular Coordinate System II
Rectangular Coordinate System IIJhon Paul Lagumbay
Β 
Probability of Simple and Compound Events
Probability of Simple and Compound EventsProbability of Simple and Compound Events
Probability of Simple and Compound Events
Joey Valdriz
Β 
PRESENTATION ON RESTRICTED PERMUTATION
PRESENTATION ON RESTRICTED PERMUTATIONPRESENTATION ON RESTRICTED PERMUTATION
PRESENTATION ON RESTRICTED PERMUTATION
Himanshu Verma
Β 
Triangle Inequality Theorem: Activities and Assessment Methods
Triangle Inequality Theorem:  Activities and Assessment MethodsTriangle Inequality Theorem:  Activities and Assessment Methods
Triangle Inequality Theorem: Activities and Assessment Methods
Marianne McFadden
Β 
Solving Problems Involving Permutations.pdf
Solving Problems Involving Permutations.pdfSolving Problems Involving Permutations.pdf
Solving Problems Involving Permutations.pdf
JessicaREchavez
Β 
Geometric sequences and geometric means
Geometric sequences and geometric meansGeometric sequences and geometric means
Geometric sequences and geometric meansDenmar Marasigan
Β 
Relations and Functions
Relations and FunctionsRelations and Functions
Relations and Functions
toni dimella
Β 
System of Linear inequalities in two variables
System of Linear inequalities in two variablesSystem of Linear inequalities in two variables
System of Linear inequalities in two variables
Anirach Ytirahc
Β 
MEASURES OF POSITION
MEASURES OF POSITIONMEASURES OF POSITION
MEASURES OF POSITION
Hazel Charise Gonzales
Β 
Diagnostic test (math vi)
Diagnostic test (math vi)Diagnostic test (math vi)
Diagnostic test (math vi)
rebecca031787
Β 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequence
maricel mas
Β 
K to 12 - Grade 8 Math Learners Module Quarter 2
K to 12 - Grade  8 Math Learners Module Quarter 2K to 12 - Grade  8 Math Learners Module Quarter 2
K to 12 - Grade 8 Math Learners Module Quarter 2
Nico Granada
Β 
Simplifying Rational Algebraic Expressions
Simplifying Rational Algebraic ExpressionsSimplifying Rational Algebraic Expressions
Simplifying Rational Algebraic Expressions
Free Math Powerpoints
Β 
Factoring Difference of Two Squares
Factoring Difference of Two SquaresFactoring Difference of Two Squares
Factoring Difference of Two Squares
Free Math Powerpoints
Β 
Math quiz bee_elimination
Math quiz bee_eliminationMath quiz bee_elimination
Math quiz bee_elimination
Diane Rizaldo
Β 
union and intersection.pptx
union and intersection.pptxunion and intersection.pptx
union and intersection.pptx
nestthecasidsid2
Β 

What's hot (20)

Combination
CombinationCombination
Combination
Β 
Rectangular Coordinate System II
Rectangular Coordinate System IIRectangular Coordinate System II
Rectangular Coordinate System II
Β 
Probability of Simple and Compound Events
Probability of Simple and Compound EventsProbability of Simple and Compound Events
Probability of Simple and Compound Events
Β 
PRESENTATION ON RESTRICTED PERMUTATION
PRESENTATION ON RESTRICTED PERMUTATIONPRESENTATION ON RESTRICTED PERMUTATION
PRESENTATION ON RESTRICTED PERMUTATION
Β 
Triangle Inequality Theorem: Activities and Assessment Methods
Triangle Inequality Theorem:  Activities and Assessment MethodsTriangle Inequality Theorem:  Activities and Assessment Methods
Triangle Inequality Theorem: Activities and Assessment Methods
Β 
Solving Problems Involving Permutations.pdf
Solving Problems Involving Permutations.pdfSolving Problems Involving Permutations.pdf
Solving Problems Involving Permutations.pdf
Β 
Geometric sequences and geometric means
Geometric sequences and geometric meansGeometric sequences and geometric means
Geometric sequences and geometric means
Β 
Relations and Functions
Relations and FunctionsRelations and Functions
Relations and Functions
Β 
Combination
CombinationCombination
Combination
Β 
System of Linear inequalities in two variables
System of Linear inequalities in two variablesSystem of Linear inequalities in two variables
System of Linear inequalities in two variables
Β 
MEASURES OF POSITION
MEASURES OF POSITIONMEASURES OF POSITION
MEASURES OF POSITION
Β 
Diagnostic test (math vi)
Diagnostic test (math vi)Diagnostic test (math vi)
Diagnostic test (math vi)
Β 
Permutations
PermutationsPermutations
Permutations
Β 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequence
Β 
K to 12 - Grade 8 Math Learners Module Quarter 2
K to 12 - Grade  8 Math Learners Module Quarter 2K to 12 - Grade  8 Math Learners Module Quarter 2
K to 12 - Grade 8 Math Learners Module Quarter 2
Β 
Simplifying Rational Algebraic Expressions
Simplifying Rational Algebraic ExpressionsSimplifying Rational Algebraic Expressions
Simplifying Rational Algebraic Expressions
Β 
Factoring Difference of Two Squares
Factoring Difference of Two SquaresFactoring Difference of Two Squares
Factoring Difference of Two Squares
Β 
Permutation
PermutationPermutation
Permutation
Β 
Math quiz bee_elimination
Math quiz bee_eliminationMath quiz bee_elimination
Math quiz bee_elimination
Β 
union and intersection.pptx
union and intersection.pptxunion and intersection.pptx
union and intersection.pptx
Β 

Similar to PERMUTATION-COMBINATION.pdf

MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptxMATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
DaniloFrondaJr
Β 
Notes on permutations and combinations
Notes on permutations and combinationsNotes on permutations and combinations
Notes on permutations and combinations
adeelashiq
Β 
Permutations and-combinations-maths
Permutations and-combinations-mathsPermutations and-combinations-maths
Permutations and-combinations-mathsMurugan Iron
Β 
Lecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic andLecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic and
manishhmishra001
Β 
Grade 10 Permutation PowerPoint Presentation
Grade 10 Permutation PowerPoint PresentationGrade 10 Permutation PowerPoint Presentation
Grade 10 Permutation PowerPoint Presentation
Melvin Verdadero
Β 
counting techniques
counting techniquescounting techniques
counting techniques
Unsa Shakir
Β 
kinds of permutation.pptx
kinds of permutation.pptxkinds of permutation.pptx
kinds of permutation.pptx
RizaCatli2
Β 
MFCS UNIT-III.pptx
MFCS UNIT-III.pptxMFCS UNIT-III.pptx
MFCS UNIT-III.pptx
CM003ShanthanAbboju
Β 
CPSC 125 Ch 3 Sec 4 6
CPSC 125 Ch 3 Sec 4 6CPSC 125 Ch 3 Sec 4 6
CPSC 125 Ch 3 Sec 4 6David Wood
Β 
PRINCIPLES OF COUNTING AND THEORIES OF PROBABILITY.pptx
PRINCIPLES OF COUNTING AND THEORIES OF PROBABILITY.pptxPRINCIPLES OF COUNTING AND THEORIES OF PROBABILITY.pptx
PRINCIPLES OF COUNTING AND THEORIES OF PROBABILITY.pptx
tmccfrancisquarre
Β 
MATH- PERMUTATION (Circular, Distinguishable, etc).pptx
MATH- PERMUTATION (Circular, Distinguishable, etc).pptxMATH- PERMUTATION (Circular, Distinguishable, etc).pptx
MATH- PERMUTATION (Circular, Distinguishable, etc).pptx
RicaMaeGolisonda1
Β 
permutations power point
permutations power pointpermutations power point
permutations power point
Aldrin Balenton
Β 
MATHEMATICS 10- QUARTER 3_ WEEK 1ILLUSTRATING PERMUTATION.pptx
MATHEMATICS 10- QUARTER 3_ WEEK 1ILLUSTRATING PERMUTATION.pptxMATHEMATICS 10- QUARTER 3_ WEEK 1ILLUSTRATING PERMUTATION.pptx
MATHEMATICS 10- QUARTER 3_ WEEK 1ILLUSTRATING PERMUTATION.pptx
EloisaOlpindoSolomon
Β 
counting principle.ppt
counting principle.pptcounting principle.ppt
counting principle.ppt
RizaCatli2
Β 
Permutations and Combinations.pptx
Permutations and  Combinations.pptxPermutations and  Combinations.pptx
Permutations and Combinations.pptx
LeianMartin1
Β 
CP Power Point.ppt
CP Power Point.pptCP Power Point.ppt
CP Power Point.ppt
SauravDash10
Β 
G10-MathQ3-Week-2- Definition of Permutation
G10-MathQ3-Week-2- Definition of PermutationG10-MathQ3-Week-2- Definition of Permutation
G10-MathQ3-Week-2- Definition of Permutation
grace joy canseco
Β 
Permutation and Combination excellant.ppt
Permutation and Combination excellant.pptPermutation and Combination excellant.ppt
Permutation and Combination excellant.ppt
SauravDash10
Β 
Lecture #2: Algorithmic Combinatorics I "#FOSCS301"
Lecture #2: Algorithmic Combinatorics I "#FOSCS301"Lecture #2: Algorithmic Combinatorics I "#FOSCS301"
Lecture #2: Algorithmic Combinatorics I "#FOSCS301"
Ahmed M. H. Abdel-Fattah
Β 
Combinations and permutations(1)
Combinations and permutations(1)Combinations and permutations(1)
Combinations and permutations(1)
Abebaw Abun Amanu
Β 

Similar to PERMUTATION-COMBINATION.pdf (20)

MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptxMATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
Β 
Notes on permutations and combinations
Notes on permutations and combinationsNotes on permutations and combinations
Notes on permutations and combinations
Β 
Permutations and-combinations-maths
Permutations and-combinations-mathsPermutations and-combinations-maths
Permutations and-combinations-maths
Β 
Lecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic andLecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic and
Β 
Grade 10 Permutation PowerPoint Presentation
Grade 10 Permutation PowerPoint PresentationGrade 10 Permutation PowerPoint Presentation
Grade 10 Permutation PowerPoint Presentation
Β 
counting techniques
counting techniquescounting techniques
counting techniques
Β 
kinds of permutation.pptx
kinds of permutation.pptxkinds of permutation.pptx
kinds of permutation.pptx
Β 
MFCS UNIT-III.pptx
MFCS UNIT-III.pptxMFCS UNIT-III.pptx
MFCS UNIT-III.pptx
Β 
CPSC 125 Ch 3 Sec 4 6
CPSC 125 Ch 3 Sec 4 6CPSC 125 Ch 3 Sec 4 6
CPSC 125 Ch 3 Sec 4 6
Β 
PRINCIPLES OF COUNTING AND THEORIES OF PROBABILITY.pptx
PRINCIPLES OF COUNTING AND THEORIES OF PROBABILITY.pptxPRINCIPLES OF COUNTING AND THEORIES OF PROBABILITY.pptx
PRINCIPLES OF COUNTING AND THEORIES OF PROBABILITY.pptx
Β 
MATH- PERMUTATION (Circular, Distinguishable, etc).pptx
MATH- PERMUTATION (Circular, Distinguishable, etc).pptxMATH- PERMUTATION (Circular, Distinguishable, etc).pptx
MATH- PERMUTATION (Circular, Distinguishable, etc).pptx
Β 
permutations power point
permutations power pointpermutations power point
permutations power point
Β 
MATHEMATICS 10- QUARTER 3_ WEEK 1ILLUSTRATING PERMUTATION.pptx
MATHEMATICS 10- QUARTER 3_ WEEK 1ILLUSTRATING PERMUTATION.pptxMATHEMATICS 10- QUARTER 3_ WEEK 1ILLUSTRATING PERMUTATION.pptx
MATHEMATICS 10- QUARTER 3_ WEEK 1ILLUSTRATING PERMUTATION.pptx
Β 
counting principle.ppt
counting principle.pptcounting principle.ppt
counting principle.ppt
Β 
Permutations and Combinations.pptx
Permutations and  Combinations.pptxPermutations and  Combinations.pptx
Permutations and Combinations.pptx
Β 
CP Power Point.ppt
CP Power Point.pptCP Power Point.ppt
CP Power Point.ppt
Β 
G10-MathQ3-Week-2- Definition of Permutation
G10-MathQ3-Week-2- Definition of PermutationG10-MathQ3-Week-2- Definition of Permutation
G10-MathQ3-Week-2- Definition of Permutation
Β 
Permutation and Combination excellant.ppt
Permutation and Combination excellant.pptPermutation and Combination excellant.ppt
Permutation and Combination excellant.ppt
Β 
Lecture #2: Algorithmic Combinatorics I "#FOSCS301"
Lecture #2: Algorithmic Combinatorics I "#FOSCS301"Lecture #2: Algorithmic Combinatorics I "#FOSCS301"
Lecture #2: Algorithmic Combinatorics I "#FOSCS301"
Β 
Combinations and permutations(1)
Combinations and permutations(1)Combinations and permutations(1)
Combinations and permutations(1)
Β 

Recently uploaded

Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
Β 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
Β 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
Β 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
Β 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
Β 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
Β 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
Β 
BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...
BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...
BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...
Nguyen Thanh Tu Collection
Β 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
Β 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
Β 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
Β 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
Β 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
Β 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
Β 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
Β 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
Β 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
Β 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
Β 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
Β 
Lapbook sobre os Regimes TotalitΓ‘rios.pdf
Lapbook sobre os Regimes TotalitΓ‘rios.pdfLapbook sobre os Regimes TotalitΓ‘rios.pdf
Lapbook sobre os Regimes TotalitΓ‘rios.pdf
Jean Carlos Nunes PaixΓ£o
Β 

Recently uploaded (20)

Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Β 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Β 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Β 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Β 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Β 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
Β 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Β 
BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...
BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...
BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...
Β 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Β 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Β 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
Β 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Β 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Β 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
Β 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Β 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Β 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
Β 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Β 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
Β 
Lapbook sobre os Regimes TotalitΓ‘rios.pdf
Lapbook sobre os Regimes TotalitΓ‘rios.pdfLapbook sobre os Regimes TotalitΓ‘rios.pdf
Lapbook sobre os Regimes TotalitΓ‘rios.pdf
Β 

PERMUTATION-COMBINATION.pdf

  • 3. Permutations of n objects taken r at a time: 𝑷(𝒏, 𝒓) = 𝒏! 𝒏 βˆ’ 𝒓 !
  • 4. Permutations of n objects taken all at a time is: 𝑷(𝒏, 𝒏) = 𝒏!
  • 5. Distinct or Distinguishable Permutations: 𝑷 = 𝒏! 𝒑! 𝒒! 𝒓! …
  • 6. Circular permutations of n objects is: 𝑷 = (𝒏 βˆ’ 𝟏)!
  • 8. 1.) Ten runners join in a race. In how many possible ways can they be arranged as 1st , 2nd , and 3rd placers?
  • 9. 2.) In how many ways can Aling Rosa arrange 6 potted plants in a row?
  • 10. 3.) Suppose that in a certain association, there are 12 elected members of the Board of Directors. In how many ways can a president, a vice president, a secretary, and a treasurer be selected from the board?
  • 11. 4.) In how many ways can you place 9 different books on a shelf if there is space enough for only 5 books?
  • 12. 5.) In how many ways can 4 people be seated around a circular table? Enumerate all possible arrangements.
  • 13. Answer: P = (n-1)! = (4-1)! = 6 A-B-C-D A-B-D-C A-C-B-D A-C-D-B A-D-B-C A-D-C-B
  • 14. 6.) In how many ways can 5 people arrange themselves in a row for picture taking?
  • 15. 7.) If Alex has 12 T-shirts, 6 pairs of pants, and 3 pairs of shoes, how many possibilities can he dress himself up for the day?
  • 16. 8.) A dress-shop has 8 new dresses that she wants to display in the window. If the display window has 5 mannequins, in how many ways can she dress them up?
  • 17. 9.) If there are 10 people and only 6 chairs are available, in how many ways can they be seated?
  • 18. 10.) Five couples want to have their pictures taken. In how many ways can they arrange themselves in a row if: a. couples must stay together. b. couples may stand anywhere.
  • 19. 11.) There are 4 different Mathematics books and 5 different Science books. In how many ways can the books be arranged on a shelf if: a. there are no restrictions. b. if they must be placed alternately.
  • 20. 12.) Find the number of permutations of the digits of the number 348 838.
  • 21. 13.) How many 4-digit numbers can be formed from the digits 1, 3, 5, 6, 8, and 9 if no repetition is allowed?
  • 22. 14.) In how many different ways can 5 bicycles be parked if there are 7 available parking spaces?
  • 23. 15.) A teacher wants to assign 4 different tasks to her 4 students. In how many possible ways can she do it?
  • 24. Solve for the unknown in each item: 1.) P (6,6) = ______ 2.) P (7, r) = 840 3.) P (n, 3) = 504 4.) P (10, 5) = ____ HINT: P (n, r) n = number of things r = taken at a time 5.) P (8,r) = 6720 6.) P (8, 3) = _____ 7.) P (n, 4) = 3024 8.) P (13, r) = 156
  • 26. Suppose you were assigned by your teacher to be the leader of your group for your project. You were given the freedom to choose 4 of your classmates to be your group mates.
  • 27. If you choose Aira, Belle, Charlie, and Dave, does it make any difference if you choose instead Charlie, Aira, Dave, and Belle? Of course not, because the list refers to the same people.
  • 28. Each selection that you could possibly make is called a COMBINATION. On the other hand, if you choose Aira, Belle, Dave, and Ellen, now that is another combination,
  • 29. In a simple words, a Combination is a selection made with no regard to order of the selected objects.
  • 30. The number of combinations of n objects taken r at a time is denoted by: C(n, r) 𝒏 𝒓 𝒄𝒓 𝒏 𝒄𝒓 n
  • 31. How do we find the number of combinations of n objects taken r at a time?
  • 32. In combinations, we have: π‘ͺ(𝒏, 𝒓) = 𝑷(𝒏, 𝒓) 𝒓!
  • 33. π‘ͺ(𝒏, 𝒓) = 𝒏! 𝒓! 𝒏 βˆ’ 𝒓 ! where: n = no. of objects r = taken at a time
  • 35. Suppose now, that you are asked to form different triangles out of 4 points plotted, say, A, B, C, and D, of which no three are collinear.
  • 37. We can see that β–³ ABC is the same as β–³ BCA and β–³ CBA. In the same manner, β–³ BCD is the same as β–³ CBD and β–³ DBC.
  • 38. This is another illustration of combination. The different triangles that can be formed are β–³ ABC , β–³ ABD , β–³ BCD , and β–³ CDA.
  • 39. Thus, there are only 4 COMBINATIONS
  • 40. Consider this: If order of the letters is important, then we have the following:
  • 42. The number of different orders of 4 vertices, taken 3 at a time is: 𝑷 πŸ’, πŸ‘ = πŸ’! πŸ’ βˆ’ πŸ‘ ! = πŸπŸ’
  • 43. There are 24 possibilities in permutations. But in combinations, we have: π‘ͺ πŸ’, πŸ‘ = πŸ’! πŸ‘! πŸ’ βˆ’ πŸ‘ ! = πŸ’
  • 45. Suppose you have 4 different colors - black, blue, yellow, and red of which you have to mix 2 equal proportions to make a new color. How many new colors can be made?
  • 46.
  • 47.
  • 48. Notice that mixing blue and red is exactly the same as mixing red and blue, so the order does not matter.
  • 49. As you can see there are 6 new colors Black-Blue, Black-Red, Black-Yellow, Blue-Red, Blue-Yellow, Red-Yellow.
  • 50. When using formula in combinations, we have: π‘ͺ πŸ’, 𝟐 = πŸ’! 𝟐! πŸ’ βˆ’ 𝟐 ! = πŸ”
  • 51. Example #1 In how many ways can a committee consisting of 4 members be formed from 8 people?
  • 52. Solution: Using the formula, n = 8 and r = 4 π‘ͺ(𝒏, 𝒓) = 𝒏! 𝒓! 𝒏 βˆ’ 𝒓 !
  • 53. π‘ͺ(πŸ–, πŸ’) = πŸ–! πŸ’! πŸ– βˆ’ πŸ’ ! = πŸ– βˆ™ πŸ• βˆ™ πŸ” βˆ™ πŸ“ βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 2
  • 54. = 𝟐 βˆ™ πŸ• βˆ™ πŸ“ = πŸ•πŸŽ π’˜π’‚π’šπ’”
  • 55. Example #2 How many polygons can be possibly formed from 6 distinct points on a plane, no three of which are collinear?
  • 56. Solution: The polygon may have 3, 4, 5, or 6 vertices. Thus, each has its own combination.
  • 57. Using the formula, n = 6 and r = 3 π‘ͺ(𝒏, 𝒓) = 𝒏! 𝒓! 𝒏 βˆ’ 𝒓 !
  • 58. π‘ͺ(πŸ”, πŸ‘) = πŸ”! πŸ‘! πŸ” βˆ’ πŸ‘ ! = πŸ” βˆ™ πŸ“ βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏 πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏 βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏 = 𝟐𝟎
  • 59. Using the formula, n = 6 and r = 4 π‘ͺ(𝒏, 𝒓) = 𝒏! 𝒓! 𝒏 βˆ’ 𝒓 !
  • 60. π‘ͺ(πŸ”, πŸ’) = πŸ”! πŸ’! πŸ” βˆ’ πŸ’ ! = πŸ” βˆ™ πŸ“ βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏 πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏 βˆ™ 𝟐 βˆ™ 𝟏 = πŸπŸ“
  • 61. Using the formula, n = 6 and r = 5 π‘ͺ(𝒏, 𝒓) = 𝒏! 𝒓! 𝒏 βˆ’ 𝒓 !
  • 62. π‘ͺ(πŸ”, πŸ“) = πŸ”! πŸ“! πŸ” βˆ’ πŸ“ ! = πŸ” βˆ™ πŸ“ βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏 πŸ“ βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏 = πŸ”
  • 63. Using the formula, n = 6 and r = 6 π‘ͺ(𝒏, 𝒓) = 𝒏! 𝒓! 𝒏 βˆ’ 𝒓 !
  • 64. π‘ͺ(πŸ”, πŸ”) = πŸ”! πŸ”! πŸ” βˆ’ πŸ” ! = πŸ” βˆ™ πŸ“ βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏 πŸ” βˆ™ πŸ“ βˆ™ πŸ’ βˆ™ πŸ‘ βˆ™ 𝟐 βˆ™ 𝟏 βˆ™ 𝟏 = 𝟏
  • 65. Answer: C = 20 + 15 + 6 + 1 C = 42 possible polygons
  • 66. Activity #1 Perfect Combinations Study the following situations. Then answer the questions that follow:
  • 67. Instruction Identify which situations illustrate PERMUTATION and which illustrate COMBINATION.
  • 68. 1.) Determining the top three winners in a Science Quiz Bee.
  • 69. 2.) Forming lines from six given points with no three of which are collinear.
  • 70. 3.) Forming triangles from 7 given points with no three of which are collinear.
  • 71. 4.) Four people posing for pictures. 5.) Assembling a jigsaw puzzle.
  • 72. 6.) Choosing 2 household chores to do before dinner.
  • 73. 7.) Selecting 5 basketball players out of 10 team members for the different positions.
  • 74. 8.) Choosing three of your classmates to attend your party.
  • 75. 9.) Picking 6 balls from a basket of 12 balls.
  • 76. 10.) Forming a committee of 5 members from 20 people.
  • 77. Activity #2 Flex That Brains! Analyze the following combinations. Then answer the questions that follow:
  • 78. Find the unknown in each item: Β½ CW 1.) C (8, 3) = ____ 2.) C (n, 4) = 15 3.) C (8, r) = 28 4.) C (9, 9) = ____ HINT: C (n, r) n = number of things r = taken at a time 5.) C (n, 3) = 35 6.) C (10, r) = 120 7.) C (n, 2) = 78 8.) C (11, r) = 165
  • 79. Activity #3 Choose Wisely, Choose Me Solve the following problems completely in a Β½ crosswise of paper. Do not copy the problem.
  • 80. Problem #1 If there are 12 teams in a basketball tournament and each team must play every other team in the eliminations, how many elimination games will there be? 66 ways
  • 81. Problem #2 How many different sets of 5 cards each can be formed from a standard deck of 52 cards? 2,598,960 ways
  • 82. Problem #3 In a 10-item Mathematics problem-solving test, how many ways can you select 5 problems to solve? 252 ways