SlideShare a Scribd company logo
1 of 38
Permutation
A small padlocked treasure chest
was found in an abandoned island.
In order to open this chest containing
precious jewels, a 4- letter password
without repetition must be unlocked
using the letters A, B, C, and D. If
you are going to list down all the
possible codes, how many codes will
there be?
Γ—Permutation is an arrangement of objects in a specific
order.
Γ— Permutation also refers to any one of all possible
arrangements of the elements of the given set.
Γ— Permutation is when the order or arrangement is
IMPORTANT.
Permutation
WITHOUT
restrictions
Example #1
Find the number of ways to
arrange the letters ABC.
By listing
method there
are 6 ways.
A-B-C
A-C-B
B-A-C
B-C-A
C-A-B
C-B-A
!!!
Instead of listing all the
possible arrangement
there is an easy way to
know how many
possible arrangements
are there.
 Means to multiply a series of descending natural numbers.
 It's a shorthand way of writing numbers
 the product of all positive integers less than or equal to n
n n!
1 1 1 1
2 2 Γ— 1 = 2 Γ— 1! = 2
3 3 Γ— 2 Γ— 1 = 3 Γ— 2! = 6
4 4 Γ— 3 Γ— 2 Γ— 1 = 4 Γ— 3! = 24
5 5 Γ— 4 Γ— 3 Γ— 2 Γ— 1 = 5 Γ— 4! = 120
Solution:
Given: n= 3
n! = n(n-1)(n-2)….(n-r+1)
3! = 3 (3-1)(3-2)
3! = (3)(2)(1)
3! = 6
Therefore , letters ABC can
arrange in 6 ways..
Try this!
5!
2!
8!
5x4x3x2x1
2x1
8x7x6x5x4x3x2x1
= 120
= 2
= 40, 320
The number of permutations of n things
taken n at a time is given by:
nPn=
𝑛!
π‘›βˆ’π‘› !
=
𝑛!
0!
= n!
CASE # 1:
Example #2:
Maia has 6 potted plants.
In how many ways can
she arrange these plants
in a row?
Given: n= 6 books
nPn = 6!
6P6 = (6)(5)(4)(3)(2)(1)
6P6 = 720 ways
The number of permutations of n things
taken r at a time is given by:
nPr=
𝑛!
π‘›βˆ’π‘Ÿ !
!
CASE # 2:
n= no. of objects
r= no, of position
How many four-digit numbers
can be formed from the
numbers 1, 3, 4, 6, 8,
and 9 if repetition of digits is not
allowed?
Solution: There are four position to be
filled up.
How many choices are there for the first blank?
____________ x ____________ x ____________ x _____________
Solution: There are four position to be
filled up.
_____6______ x ____________ x ____________ x _____________
How many choices are there for the second blank?
Solution: There are four position to be
filled up.
_____6______ x _____5_____ x ____________ x _____________
How many choices are there for the third blank?
Solution: There are four position to be
filled up.
_____6______ x _____5_____ x _____4____ x _____________
How many choices are there for the fourth blank?
Solution: There are four position to be
filled up.
_____6______ x _____5_____ x _____4____ x _____3______
= 360
four- digit numbers will be formed
r
n P
=
πŸ”!
πŸ”βˆ’πŸ’ !
=
πŸ”!
𝟐 !
=
πŸ”π’™ πŸ“ 𝒙 πŸ’ 𝒙 πŸ‘ 𝒙 𝟐 𝒙 𝟏
𝟐 𝒙 𝟏
=
πŸ•πŸπŸŽ
𝟐
= 360
Fifteen cars enter a race. In how
many ways can the trophies for
first, second and third place be
awarded?
Permutation with like Objects
(Distinguishable Permutation) is denoted
by:
P=
𝑛!
𝑛1!𝑛2!β€¦π‘›π‘˜!
!
CASE # 3:
n= no. of objects
nk = represent the
letters or object
that is repeated.
How many ways can the letters of the
word β€œTAGAYTAY” be arranged?
Solution:
Given: TAGAYTAY
Letters in all= 8
T’s= 2
A’s= 3
Y’s= 2
P=
𝑛!
𝑛1!𝑛2!..
P=
8!
2!3!2!
P=
40,320
24
P= 1680
In how many ways can the letters in the word
β€œTALLAHASSEE” be arranged?
TALLAHASSEE
Given:
β€œTALLAHASSEE”
Letters in all= 11
A’s= 3
L’s= 2
S’s= 2
E’s = 2
P=
𝑛!
𝑛1!𝑛2!..
P=
11!
3!2!2!2!
P=
39 916 800
48
P= 831, 600
Circular permutation
- is the total number of ways in which n distinct objects can be
arranged around a fixed circle. The number of ways to arrange n
distinct objects along a fixed circle is
P= (n-1)!!
CASE # 4:
In how many ways can 4 people be
seated around a circular table?
In how many ways can 5 boys and 4 girls
be seated around a circle table
without any restriction?
Permutation
WITH
restrictions
In how many ways can 3 boys and 4 girls
be seated in a table;
A. Without restriction
B. The parents stand together
C. All the females stand together
n= 7!
n= 7 x 6 x 5 x 4 x 3 x 2 x 1
n= 5040 Therefore, the family
members can be line up in
5040 ways.
n= 6! 2!
n= (6x 5 x 4 x 3 x 2 x 1) (2 x 1)
n= (720)(2)
n= 1440
Therefore, the family
members can be line up in
1440 ways if the parents
stand together.
n= 4! 4!
n= (4 x 3 x 2 x 1)(4 x3 x 2 x 1)
n= (24)(24)
n= 576
Therefore, there are 576
different ways the family
can line up if the females
stand together.
How many three-digit numbers greater than
300 may be formed using the
numbers 1, 2, 3, 7 and 9 if repetition of digit is
allowed?
MATH- PERMUTATION (Circular, Distinguishable, etc).pptx
MATH- PERMUTATION (Circular, Distinguishable, etc).pptx

More Related Content

Similar to MATH- PERMUTATION (Circular, Distinguishable, etc).pptx

permutations power point
permutations power pointpermutations power point
permutations power pointAldrin 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.pptxEloisaOlpindoSolomon
Β 
MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptxMATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptxDaniloFrondaJr
Β 
Linear-Circular-and-Repetition-Permutation.pptx
Linear-Circular-and-Repetition-Permutation.pptxLinear-Circular-and-Repetition-Permutation.pptx
Linear-Circular-and-Repetition-Permutation.pptxRicaMaeGolisonda1
Β 
Factorial Notations.pptx
Factorial Notations.pptxFactorial Notations.pptx
Factorial Notations.pptxCHIRANTANMONDAL2
Β 
Permutations and-combinations-maths
Permutations and-combinations-mathsPermutations and-combinations-maths
Permutations and-combinations-mathsMurugan Iron
Β 
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 Permutationgrace joy canseco
Β 
Pre-Cal 40S Slides April 18, 2007
Pre-Cal 40S Slides April 18, 2007Pre-Cal 40S Slides April 18, 2007
Pre-Cal 40S Slides April 18, 2007Darren Kuropatwa
Β 
G10M-Q3-L1-Permutation-of-Objects-Grade 10.pptx
G10M-Q3-L1-Permutation-of-Objects-Grade 10.pptxG10M-Q3-L1-Permutation-of-Objects-Grade 10.pptx
G10M-Q3-L1-Permutation-of-Objects-Grade 10.pptxKirbyRaeDiaz2
Β 
Combined topic 4
Combined topic 4Combined topic 4
Combined topic 4David Ramos
Β 
Permutations
PermutationsPermutations
PermutationsHarshitaP8
Β 
Counting Project
Counting ProjectCounting Project
Counting Projectguestc5d3f2
Β 
Permutation combination
Permutation combinationPermutation combination
Permutation combinationlovemucheca
Β 
Weekly Dose 21 - Maths Olympiad Practice
Weekly Dose 21 - Maths Olympiad PracticeWeekly Dose 21 - Maths Olympiad Practice
Weekly Dose 21 - Maths Olympiad PracticeKathleen Ong
Β 
Pre-Cal 40S Slides November 27, 2007
Pre-Cal 40S Slides November 27, 2007Pre-Cal 40S Slides November 27, 2007
Pre-Cal 40S Slides November 27, 2007Darren Kuropatwa
Β 
TΓ©cnicas de Conteo:
TΓ©cnicas de Conteo:TΓ©cnicas de Conteo:
TΓ©cnicas de Conteo:JoseHernndezYepes
Β 
Permutation and combinations
Permutation and combinationsPermutation and combinations
Permutation and combinationsRushabh Vora
Β 

Similar to MATH- PERMUTATION (Circular, Distinguishable, etc).pptx (20)

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
Β 
MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptxMATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
Β 
Linear-Circular-and-Repetition-Permutation.pptx
Linear-Circular-and-Repetition-Permutation.pptxLinear-Circular-and-Repetition-Permutation.pptx
Linear-Circular-and-Repetition-Permutation.pptx
Β 
Factorial Notations.pptx
Factorial Notations.pptxFactorial Notations.pptx
Factorial Notations.pptx
Β 
Permutations and-combinations-maths
Permutations and-combinations-mathsPermutations and-combinations-maths
Permutations and-combinations-maths
Β 
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
Β 
Pre-Cal 40S Slides April 18, 2007
Pre-Cal 40S Slides April 18, 2007Pre-Cal 40S Slides April 18, 2007
Pre-Cal 40S Slides April 18, 2007
Β 
Logic.pdf
Logic.pdfLogic.pdf
Logic.pdf
Β 
Logic.pdf
Logic.pdfLogic.pdf
Logic.pdf
Β 
G10M-Q3-L1-Permutation-of-Objects-Grade 10.pptx
G10M-Q3-L1-Permutation-of-Objects-Grade 10.pptxG10M-Q3-L1-Permutation-of-Objects-Grade 10.pptx
G10M-Q3-L1-Permutation-of-Objects-Grade 10.pptx
Β 
Combined topic 4
Combined topic 4Combined topic 4
Combined topic 4
Β 
Permutations
PermutationsPermutations
Permutations
Β 
Permutations
PermutationsPermutations
Permutations
Β 
Counting Project
Counting ProjectCounting Project
Counting Project
Β 
Permutation combination
Permutation combinationPermutation combination
Permutation combination
Β 
Weekly Dose 21 - Maths Olympiad Practice
Weekly Dose 21 - Maths Olympiad PracticeWeekly Dose 21 - Maths Olympiad Practice
Weekly Dose 21 - Maths Olympiad Practice
Β 
Pre-Cal 40S Slides November 27, 2007
Pre-Cal 40S Slides November 27, 2007Pre-Cal 40S Slides November 27, 2007
Pre-Cal 40S Slides November 27, 2007
Β 
TΓ©cnicas de Conteo:
TΓ©cnicas de Conteo:TΓ©cnicas de Conteo:
TΓ©cnicas de Conteo:
Β 
Permutation and combinations
Permutation and combinationsPermutation and combinations
Permutation and combinations
Β 

Recently uploaded

β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
Β 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
Β 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
Β 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
Β 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
Β 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
Β 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
Β 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
Β 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
Β 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
Β 
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈcall girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ9953056974 Low Rate Call Girls In Saket, Delhi NCR
Β 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
Β 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
Β 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
Β 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
Β 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
Β 

Recently uploaded (20)

β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
Β 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
Β 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
Β 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
Β 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
Β 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
Β 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
Β 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
Β 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
Β 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
Β 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
Β 
Model Call Girl in Tilak Nagar Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Tilak Nagar Delhi reach out to us at πŸ”9953056974πŸ”Model Call Girl in Tilak Nagar Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Tilak Nagar Delhi reach out to us at πŸ”9953056974πŸ”
Β 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
Β 
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈcall girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
Β 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
Β 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Β 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
Β 
Model Call Girl in Bikash Puri Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Bikash Puri  Delhi reach out to us at πŸ”9953056974πŸ”Model Call Girl in Bikash Puri  Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Bikash Puri Delhi reach out to us at πŸ”9953056974πŸ”
Β 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
Β 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
Β 

MATH- PERMUTATION (Circular, Distinguishable, etc).pptx

  • 2. A small padlocked treasure chest was found in an abandoned island. In order to open this chest containing precious jewels, a 4- letter password without repetition must be unlocked using the letters A, B, C, and D. If you are going to list down all the possible codes, how many codes will there be?
  • 3. Γ—Permutation is an arrangement of objects in a specific order. Γ— Permutation also refers to any one of all possible arrangements of the elements of the given set. Γ— Permutation is when the order or arrangement is IMPORTANT.
  • 5. Example #1 Find the number of ways to arrange the letters ABC.
  • 6. By listing method there are 6 ways. A-B-C A-C-B B-A-C B-C-A C-A-B C-B-A
  • 7. !!! Instead of listing all the possible arrangement there is an easy way to know how many possible arrangements are there.
  • 8.  Means to multiply a series of descending natural numbers.  It's a shorthand way of writing numbers  the product of all positive integers less than or equal to n n n! 1 1 1 1 2 2 Γ— 1 = 2 Γ— 1! = 2 3 3 Γ— 2 Γ— 1 = 3 Γ— 2! = 6 4 4 Γ— 3 Γ— 2 Γ— 1 = 4 Γ— 3! = 24 5 5 Γ— 4 Γ— 3 Γ— 2 Γ— 1 = 5 Γ— 4! = 120
  • 9. Solution: Given: n= 3 n! = n(n-1)(n-2)….(n-r+1) 3! = 3 (3-1)(3-2) 3! = (3)(2)(1) 3! = 6 Therefore , letters ABC can arrange in 6 ways..
  • 11. The number of permutations of n things taken n at a time is given by: nPn= 𝑛! π‘›βˆ’π‘› ! = 𝑛! 0! = n! CASE # 1:
  • 12. Example #2: Maia has 6 potted plants. In how many ways can she arrange these plants in a row?
  • 13. Given: n= 6 books nPn = 6! 6P6 = (6)(5)(4)(3)(2)(1) 6P6 = 720 ways
  • 14. The number of permutations of n things taken r at a time is given by: nPr= 𝑛! π‘›βˆ’π‘Ÿ ! ! CASE # 2: n= no. of objects r= no, of position
  • 15. How many four-digit numbers can be formed from the numbers 1, 3, 4, 6, 8, and 9 if repetition of digits is not allowed?
  • 16. Solution: There are four position to be filled up. How many choices are there for the first blank? ____________ x ____________ x ____________ x _____________
  • 17. Solution: There are four position to be filled up. _____6______ x ____________ x ____________ x _____________ How many choices are there for the second blank?
  • 18. Solution: There are four position to be filled up. _____6______ x _____5_____ x ____________ x _____________ How many choices are there for the third blank?
  • 19. Solution: There are four position to be filled up. _____6______ x _____5_____ x _____4____ x _____________ How many choices are there for the fourth blank?
  • 20. Solution: There are four position to be filled up. _____6______ x _____5_____ x _____4____ x _____3______ = 360 four- digit numbers will be formed
  • 21. r n P = πŸ”! πŸ”βˆ’πŸ’ ! = πŸ”! 𝟐 ! = πŸ”π’™ πŸ“ 𝒙 πŸ’ 𝒙 πŸ‘ 𝒙 𝟐 𝒙 𝟏 𝟐 𝒙 𝟏 = πŸ•πŸπŸŽ 𝟐 = 360
  • 22. Fifteen cars enter a race. In how many ways can the trophies for first, second and third place be awarded?
  • 23. Permutation with like Objects (Distinguishable Permutation) is denoted by: P= 𝑛! 𝑛1!𝑛2!β€¦π‘›π‘˜! ! CASE # 3: n= no. of objects nk = represent the letters or object that is repeated.
  • 24. How many ways can the letters of the word β€œTAGAYTAY” be arranged?
  • 25. Solution: Given: TAGAYTAY Letters in all= 8 T’s= 2 A’s= 3 Y’s= 2 P= 𝑛! 𝑛1!𝑛2!.. P= 8! 2!3!2! P= 40,320 24 P= 1680
  • 26. In how many ways can the letters in the word β€œTALLAHASSEE” be arranged?
  • 27. TALLAHASSEE Given: β€œTALLAHASSEE” Letters in all= 11 A’s= 3 L’s= 2 S’s= 2 E’s = 2 P= 𝑛! 𝑛1!𝑛2!.. P= 11! 3!2!2!2! P= 39 916 800 48 P= 831, 600
  • 28. Circular permutation - is the total number of ways in which n distinct objects can be arranged around a fixed circle. The number of ways to arrange n distinct objects along a fixed circle is P= (n-1)!! CASE # 4:
  • 29. In how many ways can 4 people be seated around a circular table?
  • 30. In how many ways can 5 boys and 4 girls be seated around a circle table without any restriction?
  • 32. In how many ways can 3 boys and 4 girls be seated in a table; A. Without restriction B. The parents stand together C. All the females stand together
  • 33. n= 7! n= 7 x 6 x 5 x 4 x 3 x 2 x 1 n= 5040 Therefore, the family members can be line up in 5040 ways.
  • 34. n= 6! 2! n= (6x 5 x 4 x 3 x 2 x 1) (2 x 1) n= (720)(2) n= 1440 Therefore, the family members can be line up in 1440 ways if the parents stand together.
  • 35. n= 4! 4! n= (4 x 3 x 2 x 1)(4 x3 x 2 x 1) n= (24)(24) n= 576 Therefore, there are 576 different ways the family can line up if the females stand together.
  • 36. How many three-digit numbers greater than 300 may be formed using the numbers 1, 2, 3, 7 and 9 if repetition of digit is allowed?