SlideShare a Scribd company logo
1 of 50
Permutation
Γ—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.
Example #1
If there are three students
and three vacant chairs in
front how many possible
arrangements can we
arrange the students?
Therefore
there are 6
possible
arrangement.
S1-S2-S3
S3-S1-S2
S2-S1-S3
S1-S3-S2
S2-S3-S1
S3-S2-S1
!!!
Instead of listing all the
possible arrangement
there is an easy way to
know how many
possible arrangements
are there.
P(n,r)= n(n-1)(n-2)….(n-r+1)
Example #2:
How many different
ways can 6 different
books be arranged on
a shelf?
Given: n= 6 books
P(n,r)= n(n-1)(n-2)….(n-r+1)
P(n,r)= 6 (6-1)(6-2)(6-3)(6-4)(6-5)
P(n,r)= 6 (5)(4)(3)(2)(1)
P(n,r)= 720 Simply
P(n,r)= 6! = 720
 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
Suppose you work at a music
store and have four CDs you
wish to arrange from left to right
on a display shelf. The four CDs
are hip-hop, country, rock, and
alternative (shorthand: H, C, R, A).
How many options do you have?
Solution:
Given: n= 4
P(n,r)= n(n-1)(n-2)….(n-r+1)
P(n,r)= 4 (4-1)(4-2)(4-3)
P(n,r)= 4(3)(2)(1)
P(n,r)= 24
Therefore , the CD’s can be
arranged in 24 different ways.
A father, mother, 2 boys, and 3 girls are asked
to line up for a photograph. Determine the
number of ways they can line up if:
a. there are no restrictions
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.
Aaron has 3 math books, 4 science books,
and 5 history books. How many different ways
can these books be arranged on a shelf if
books of the same subject must be kept
together?
n= (3!) x (5!)(4!)(3!)
n= (6) x (120)(24)(6)
n= (6) x (17, 280)
n= 103 680
The Racing Club organizes a race in which 5
cars A, B, C, D, and E are joined. How many ways
can the first two positions be filled if there are
no ties?
20
4
5
2
5 ο€½
ο€½ x
P
* we used to represent the number of
possible permutations of 5 things when only
2 out of the 5 things are taken.
Place your screenshot here
the number of
permutations that
can be made with
n things taken r at
a time
r
n P
The number of permutations of n
things taken rat a time is given by:
= n(n-1)(n-2)…(n-r+1)
Look at the last factor:
n-2 = n- (3-1)
= n- (r-1)
= n-r+1
NOTE: n β‰₯ r
=n(n-1)(n-2)…(n-r+1)
)!
(
!
r
n
n
Pr
n
ο€­
ο€½
In a school club, there are 5 possible choices
for the president, a secretary, a treasurer, and
an auditor. Assuming that each of them is
qualified for any of these position. In how many
ways can the 4 officers be selected?
r
n P
= n(n-1)(n-2)…(n-r+1)
= 5 (5-1)(5-2)(5-3)
= 5 x 4 x 3 x 2
= 120 ways
=
𝑛!
π‘›βˆ’π‘Ÿ !
=
5!
5βˆ’4 !
=
5 π‘₯ 4 π‘₯ 3 π‘₯ 2 π‘₯ 1
1 π‘₯ 1
=
120
1
= 120
The Open Minded Band has 20 songs to
perform in a concert. At the upcoming
Battle of the Bands,they will play 2 songs.
In how many different orders can they
perform two of their songs?
20P2 =
20!
20βˆ’2 !
20P2 = 380
The number of permutations of n things
taken n at a time is given by:
= n(n-1)(n-2)…(3)(2)(1)= n!
Pn
n
The Racing Club organizes a race in which
5 cars A, B, C, D, and E are joined. How
many possible race results if there are no
ties?
120
1
2
3
4
5
5
5 ο€½
ο€½ x
x
x
x
P
Circular
Permutation
Place your screenshot here
 Are the permutation of
objects when they are
arranged in a crcular
pattern
Is a special case of
permutation where the
arrangements of things
is in a circular pattern.
Place your screenshot
here
Example # 10:
In how many ways can 3
people be seated around a
circular table?
Solution:
Given: n= 3
Therefore, 3!
3!= 3 X 2 X 1
3!= 6
A-B-C
A-C-B
B-C-A
B-A-C
C-A-B
C-B-A
Observe that all the arrangements falling
on the same column are just the same
because the 3 people are supposed to be
seated around a circular table. There are 6
arrangements.
A
C
B
A
C B
there are only 2 possible
permutation in arranging
3 persons at a round
table.
Therefore the circular
permutations, P of 3 objects
is:
n
n
P
!
ο€½
P=
3!
3
P=
3 𝑋 2 𝑋 1
3
P=
6
3
P= 2
Did you know that,
n
n
P
!
ο€½
P= (n – 1)!
In how many different ways can you
arranged 8 figures on a circular
shelf?
Given: n= 8
P= (n-1)!
P= (8-1)!
P= 7!
P= 5, 040
P=
𝑛!
𝑛
P=
8!
8
P=
40 320
8
P=5 040
Mr. Kesler is at a picnic that has a circular
revolving condiment server. Six
condiments are placed on the table. How
many ways can the condiments be
arranged?
Given: n= 6
P= (n-1)!
P= (6-1)!
P= 5!
P= 120
P=
𝑛!
𝑛
P=
6!
6
P=
720
6
P=120
Eleven people are to be seated at a round table
where one person is seated closest to the exit.
How many possible arrangements of people
relative to the exit are possible?
Given: n= 11
P= (n-1)!
P= (11-1)!
P= 10!
P= 3, 628, 800
P=
𝑛!
𝑛
P=
11!
11
P=
39,916,800
11
P=3, 628, 800
Permutation
with
REPETITION
Example # 14:
How many distinguishable permutation are
there for the letters of the word TENNESSEE
taken all together?
Solution:
Given:
Letters in all= 9
E’s= 4
N’s= 2
S’s= 2
P=
𝑛!
𝑛1!𝑛2!..
P=
9!
4!2!2!
P=
362,880
96
P= 3780
Example # 15:
Find the number of distinguishable
permutations of the letters in the word
β€œ BASKETBALL”.
Solution:
!
2
!
2
!
2
!
10
ο€½
P
Given:
All letters: 10
B’s= 2
A’s = 2
L’s= 2
P=
3, 628, 800
8
P= 453, 600 ways
SlidesCarnival icons are editable shapes.
This means that you can:
● Resize them without losing quality.
● Change fill color and opacity.
● Change line color, width and style.
Isn’t that nice? :)
Examples:
Now you can use any emoji as an icon!
And of course it resizes without losing quality and you can change the color.
How? Follow Google instructions
https://twitter.com/googledocs/status/730087240156643328
βœ‹πŸ‘†πŸ‘‰πŸ‘πŸ‘€πŸ‘¦πŸ‘§πŸ‘¨πŸ‘©πŸ‘ͺπŸ’ƒπŸƒπŸ’‘β€πŸ˜‚
πŸ˜‰πŸ˜‹πŸ˜’πŸ˜­πŸ‘ΆπŸ˜ΈπŸŸπŸ’πŸ”πŸ’£πŸ“ŒπŸ“–πŸ”¨πŸŽƒπŸŽˆ
πŸŽ¨πŸˆπŸ°πŸŒπŸ”ŒπŸ”‘and many more...
πŸ˜‰

More Related Content

Similar to Linear-Circular-and-Repetition-Permutation.pptx

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
Β 
Combinations and permutations
Combinations and permutationsCombinations and permutations
Combinations and permutationsindu psthakur
Β 
Permutations
PermutationsPermutations
PermutationsHarshitaP8
Β 
kinds of permutation.pptx
kinds of permutation.pptxkinds of permutation.pptx
kinds of permutation.pptxRizaCatli2
Β 
Union and intersection of events (math 10)
Union and intersection of events (math 10)Union and intersection of events (math 10)
Union and intersection of events (math 10)Damone Odrale
Β 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combinationShwetha Pejathaya
Β 
Aptitude Training - PERMUTATIONS AND COMBINATIONS 2
Aptitude Training - PERMUTATIONS AND COMBINATIONS 2Aptitude Training - PERMUTATIONS AND COMBINATIONS 2
Aptitude Training - PERMUTATIONS AND COMBINATIONS 2Ajay Chimmani
Β 
permutations-and-combinations.pptx
permutations-and-combinations.pptxpermutations-and-combinations.pptx
permutations-and-combinations.pptxAryanArora64
Β 
permutations power point
permutations power pointpermutations power point
permutations power pointAldrin Balenton
Β 
Notes on permutations and combinations
Notes on permutations and combinationsNotes on permutations and combinations
Notes on permutations and combinationsadeelashiq
Β 
Pre-Cal 40S Slides April 25, 2008
Pre-Cal 40S Slides April 25, 2008Pre-Cal 40S Slides April 25, 2008
Pre-Cal 40S Slides April 25, 2008Darren Kuropatwa
Β 
Counting technique
Counting techniqueCounting technique
Counting techniqueNadeem Uddin
Β 
11-permutations-and-combinations.ppt
11-permutations-and-combinations.ppt11-permutations-and-combinations.ppt
11-permutations-and-combinations.pptHazzeEzzah
Β 
11-permutations-and-combinations.ppt
11-permutations-and-combinations.ppt11-permutations-and-combinations.ppt
11-permutations-and-combinations.pptJewelEstrada
Β 
11-permutations-and-combinations for grade 10.ppt
11-permutations-and-combinations for grade 10.ppt11-permutations-and-combinations for grade 10.ppt
11-permutations-and-combinations for grade 10.pptKirbyRaeDiaz2
Β 
11-permutations-and-combinations(1).ppt
11-permutations-and-combinations(1).ppt11-permutations-and-combinations(1).ppt
11-permutations-and-combinations(1).pptfloragustin3
Β 
11-permutations-and-combinations.ppt
11-permutations-and-combinations.ppt11-permutations-and-combinations.ppt
11-permutations-and-combinations.pptTeacherMary9
Β 

Similar to Linear-Circular-and-Repetition-Permutation.pptx (20)

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
Β 
Combinations
CombinationsCombinations
Combinations
Β 
Permutations
PermutationsPermutations
Permutations
Β 
Combinations and permutations
Combinations and permutationsCombinations and permutations
Combinations and permutations
Β 
Permutations
PermutationsPermutations
Permutations
Β 
kinds of permutation.pptx
kinds of permutation.pptxkinds of permutation.pptx
kinds of permutation.pptx
Β 
Union and intersection of events (math 10)
Union and intersection of events (math 10)Union and intersection of events (math 10)
Union and intersection of events (math 10)
Β 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
Β 
Aptitude Training - PERMUTATIONS AND COMBINATIONS 2
Aptitude Training - PERMUTATIONS AND COMBINATIONS 2Aptitude Training - PERMUTATIONS AND COMBINATIONS 2
Aptitude Training - PERMUTATIONS AND COMBINATIONS 2
Β 
Permutation
PermutationPermutation
Permutation
Β 
permutations-and-combinations.pptx
permutations-and-combinations.pptxpermutations-and-combinations.pptx
permutations-and-combinations.pptx
Β 
permutations power point
permutations power pointpermutations power point
permutations power point
Β 
Notes on permutations and combinations
Notes on permutations and combinationsNotes on permutations and combinations
Notes on permutations and combinations
Β 
Pre-Cal 40S Slides April 25, 2008
Pre-Cal 40S Slides April 25, 2008Pre-Cal 40S Slides April 25, 2008
Pre-Cal 40S Slides April 25, 2008
Β 
Counting technique
Counting techniqueCounting technique
Counting technique
Β 
11-permutations-and-combinations.ppt
11-permutations-and-combinations.ppt11-permutations-and-combinations.ppt
11-permutations-and-combinations.ppt
Β 
11-permutations-and-combinations.ppt
11-permutations-and-combinations.ppt11-permutations-and-combinations.ppt
11-permutations-and-combinations.ppt
Β 
11-permutations-and-combinations for grade 10.ppt
11-permutations-and-combinations for grade 10.ppt11-permutations-and-combinations for grade 10.ppt
11-permutations-and-combinations for grade 10.ppt
Β 
11-permutations-and-combinations(1).ppt
11-permutations-and-combinations(1).ppt11-permutations-and-combinations(1).ppt
11-permutations-and-combinations(1).ppt
Β 
11-permutations-and-combinations.ppt
11-permutations-and-combinations.ppt11-permutations-and-combinations.ppt
11-permutations-and-combinations.ppt
Β 

Recently uploaded

Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
Β 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
Β 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
Β 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
Β 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
Β 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
Β 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
Β 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
Β 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
Β 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
Β 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
Β 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
Β 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
Β 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
Β 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
Β 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
Β 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Dr. Mazin Mohamed alkathiri
Β 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
Β 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
Β 

Recently uploaded (20)

Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Β 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
Β 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Β 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Β 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
Β 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
Β 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
Β 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Β 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
Β 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
Β 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
Β 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
Β 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
Β 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
Β 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
Β 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
Β 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
Β 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
Β 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
Β 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
Β 

Linear-Circular-and-Repetition-Permutation.pptx

  • 2. Γ—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.
  • 3. Example #1 If there are three students and three vacant chairs in front how many possible arrangements can we arrange the students?
  • 5. !!! Instead of listing all the possible arrangement there is an easy way to know how many possible arrangements are there.
  • 7. Example #2: How many different ways can 6 different books be arranged on a shelf?
  • 8. Given: n= 6 books P(n,r)= n(n-1)(n-2)….(n-r+1) P(n,r)= 6 (6-1)(6-2)(6-3)(6-4)(6-5) P(n,r)= 6 (5)(4)(3)(2)(1) P(n,r)= 720 Simply P(n,r)= 6! = 720
  • 9.  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
  • 10. Suppose you work at a music store and have four CDs you wish to arrange from left to right on a display shelf. The four CDs are hip-hop, country, rock, and alternative (shorthand: H, C, R, A). How many options do you have?
  • 11. Solution: Given: n= 4 P(n,r)= n(n-1)(n-2)….(n-r+1) P(n,r)= 4 (4-1)(4-2)(4-3) P(n,r)= 4(3)(2)(1) P(n,r)= 24 Therefore , the CD’s can be arranged in 24 different ways.
  • 12. A father, mother, 2 boys, and 3 girls are asked to line up for a photograph. Determine the number of ways they can line up if: a. there are no restrictions b. the parents stand together c. all the females stand together
  • 13. 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.
  • 14. 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.
  • 15. 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.
  • 16. Aaron has 3 math books, 4 science books, and 5 history books. How many different ways can these books be arranged on a shelf if books of the same subject must be kept together?
  • 17. n= (3!) x (5!)(4!)(3!) n= (6) x (120)(24)(6) n= (6) x (17, 280) n= 103 680
  • 18. The Racing Club organizes a race in which 5 cars A, B, C, D, and E are joined. How many ways can the first two positions be filled if there are no ties?
  • 19. 20 4 5 2 5 ο€½ ο€½ x P * we used to represent the number of possible permutations of 5 things when only 2 out of the 5 things are taken.
  • 20. Place your screenshot here the number of permutations that can be made with n things taken r at a time r n P
  • 21. The number of permutations of n things taken rat a time is given by: = n(n-1)(n-2)…(n-r+1) Look at the last factor: n-2 = n- (3-1) = n- (r-1) = n-r+1 NOTE: n β‰₯ r =n(n-1)(n-2)…(n-r+1) )! ( ! r n n Pr n ο€­ ο€½
  • 22. In a school club, there are 5 possible choices for the president, a secretary, a treasurer, and an auditor. Assuming that each of them is qualified for any of these position. In how many ways can the 4 officers be selected?
  • 23. r n P = n(n-1)(n-2)…(n-r+1) = 5 (5-1)(5-2)(5-3) = 5 x 4 x 3 x 2 = 120 ways = 𝑛! π‘›βˆ’π‘Ÿ ! = 5! 5βˆ’4 ! = 5 π‘₯ 4 π‘₯ 3 π‘₯ 2 π‘₯ 1 1 π‘₯ 1 = 120 1 = 120
  • 24. The Open Minded Band has 20 songs to perform in a concert. At the upcoming Battle of the Bands,they will play 2 songs. In how many different orders can they perform two of their songs?
  • 26. The number of permutations of n things taken n at a time is given by: = n(n-1)(n-2)…(3)(2)(1)= n! Pn n
  • 27. The Racing Club organizes a race in which 5 cars A, B, C, D, and E are joined. How many possible race results if there are no ties?
  • 30. Place your screenshot here  Are the permutation of objects when they are arranged in a crcular pattern Is a special case of permutation where the arrangements of things is in a circular pattern.
  • 31. Place your screenshot here Example # 10: In how many ways can 3 people be seated around a circular table?
  • 32. Solution: Given: n= 3 Therefore, 3! 3!= 3 X 2 X 1 3!= 6 A-B-C A-C-B B-C-A B-A-C C-A-B C-B-A
  • 33. Observe that all the arrangements falling on the same column are just the same because the 3 people are supposed to be seated around a circular table. There are 6 arrangements.
  • 34. A C B A C B there are only 2 possible permutation in arranging 3 persons at a round table.
  • 35. Therefore the circular permutations, P of 3 objects is: n n P ! ο€½ P= 3! 3 P= 3 𝑋 2 𝑋 1 3 P= 6 3 P= 2
  • 36. Did you know that, n n P ! ο€½ P= (n – 1)!
  • 37. In how many different ways can you arranged 8 figures on a circular shelf?
  • 38. Given: n= 8 P= (n-1)! P= (8-1)! P= 7! P= 5, 040 P= 𝑛! 𝑛 P= 8! 8 P= 40 320 8 P=5 040
  • 39. Mr. Kesler is at a picnic that has a circular revolving condiment server. Six condiments are placed on the table. How many ways can the condiments be arranged?
  • 40. Given: n= 6 P= (n-1)! P= (6-1)! P= 5! P= 120 P= 𝑛! 𝑛 P= 6! 6 P= 720 6 P=120
  • 41. Eleven people are to be seated at a round table where one person is seated closest to the exit. How many possible arrangements of people relative to the exit are possible?
  • 42. Given: n= 11 P= (n-1)! P= (11-1)! P= 10! P= 3, 628, 800 P= 𝑛! 𝑛 P= 11! 11 P= 39,916,800 11 P=3, 628, 800
  • 44. Example # 14: How many distinguishable permutation are there for the letters of the word TENNESSEE taken all together?
  • 45. Solution: Given: Letters in all= 9 E’s= 4 N’s= 2 S’s= 2 P= 𝑛! 𝑛1!𝑛2!.. P= 9! 4!2!2! P= 362,880 96 P= 3780
  • 46. Example # 15: Find the number of distinguishable permutations of the letters in the word β€œ BASKETBALL”.
  • 47. Solution: ! 2 ! 2 ! 2 ! 10 ο€½ P Given: All letters: 10 B’s= 2 A’s = 2 L’s= 2 P= 3, 628, 800 8 P= 453, 600 ways
  • 48.
  • 49. SlidesCarnival icons are editable shapes. This means that you can: ● Resize them without losing quality. ● Change fill color and opacity. ● Change line color, width and style. Isn’t that nice? :) Examples:
  • 50. Now you can use any emoji as an icon! And of course it resizes without losing quality and you can change the color. How? Follow Google instructions https://twitter.com/googledocs/status/730087240156643328 βœ‹πŸ‘†πŸ‘‰πŸ‘πŸ‘€πŸ‘¦πŸ‘§πŸ‘¨πŸ‘©πŸ‘ͺπŸ’ƒπŸƒπŸ’‘β€πŸ˜‚ πŸ˜‰πŸ˜‹πŸ˜’πŸ˜­πŸ‘ΆπŸ˜ΈπŸŸπŸ’πŸ”πŸ’£πŸ“ŒπŸ“–πŸ”¨πŸŽƒπŸŽˆ πŸŽ¨πŸˆπŸ°πŸŒπŸ”ŒπŸ”‘and many more... πŸ˜‰