SlideShare a Scribd company logo
1 of 3
Download to read offline
Exercise 8 / page 16

How many different letter arrangements can be made from the letters:
a) FLUKE
b) PROPOSE
c) MISSISSIPPI
d) ARRANGE

Solution:

a) all the letters are different so we can make 5! = 120 arrangements
b) We have 7 letters that can be permuted in 7! ways but because some of the letters repeat themselves
   we counted some of the arrangements more than once. So the actual number of dictinct ways to
   arrange the letters is 7!/ (2!*2!) = 1260 ( we have 2 P’s which were counted 2! Times and 2O’s
   permuted again 2! Times )
c) The letters which are repeating are I – 4 times ,S – 4 times and P - 2 times so the answer should be
   (following the same reasoning as before) 11!/ ( 4!*4!*2!) = 34,650
d) We have 2 A’s and 2 R’s so , 7 ! / ( 2!*2!) =1260 ways of arranging the letters


Exercise 10 / page 16

In how many ways can 8 people be seated in a row if
a) there are no restrictions on the seating arrangement
b) persons A and B must sit next to each other
c) there are 4 men and 4 women and no 2 men or 2 women can sit next to each other
d) there are 5 men and they must sit next to each other
e) there are 4 married couples and each couple must sit together

Solution :

a) if there’re no restrictions then we count all possible permutations which are 8! = 40,320
b) if A and B sit together then they constitute a “block” which can be permuted along with the remaining
   6 people in 7! different ways .Inside this “block” there are 2!=2 possibilities of permuting A and B so
   due to the basic counting principle we get a total number of 2*7! = 10,080 ways
c) the restrictions impose having persons of opposite sex next to each other .We shall apply here the
   generalized principle of counting in the following way :
   on the first position we can have any of the 8 persons ,then for one choice of the person for the first
   position we shall have 4 possible choices for the second position among the people of opposite sex ,
   then for any particular choice of the first two positions we have 3 choices for the third position among
   the remaining people of the same sex with the person on the first position(and consequently of
   different sex with the one on the second position) and so on .. So multiplying all these numbers we get
   8*4*3*3*2*2*1*1 = 1152 ways of arranging the people
d) the men can be considered again a “block” and permuted along with the remaining 3 women in 4!
   ways and as we can also permute the men within the block in 5! Ways then the total amounts to
   5!*4!=2,880 ways
e) within each couple there are 2! =2 possibilities of siting the people so a total of 2*2*2*2=16 ways .As
   we can also permute the couples among themselves in 4! ways then we have 16*4!=384 ways of
   arranging the people

Exercise 13 / page 16

Consider a group of 20 people. If everyone shakes hands with everyone else , how many handshakes take
place ?
Solution : The question is “in how many ways can we select two people from 20 ?“ .The answer is ,from
the definition, C(20,2)= 20!/(18!*2!)=18!*19*20/(18!*2)=19*20/2=190 .I denoted by C(n,k) the number of
combinations of n objects taken by k .


Exercise 18 / page 17

A committee of 7 , consisting of 2 Republicans, 2 Democrats, and 3 Independents , is to be selected from a
group of 5 Republicans, 6 Democrats , and 4 Independents . How many committees are possible ?

Solution:

This is an application of the generalized principle of counting. The 2 Republicans can be chosen from the
group of 5 Republicans in C(5,2) ways .Similarly we can chose 2 Democrats from a total of 6 in C(6,2) and
3 Independents from 4 in C(4,3) ways .So there are C(5,2)*C(6,2)*C(4,3)=10*15*4=600 ways of choosing
the committee

Exercise 21 / Page 17

If A is the starting point and B the ending point on a rectangular grid with length 5 and height 3 ,how many
different paths from A to B are possible ? Suppose that from any point of the grid you can go just one step
to the right or one step up.

Solution:

Each path is a linear arrangement of 4 r’s and 3 u’s (r for right and u for up).For instance the arrangement
r ,r ,u, u, r, r, u specifies the path whose first 2 steps are to the right ,next 2 steps are up, next 2 are to the
right, and final step is up .
Then the answer follows easily : 7!/(3!*4!)= 35 different paths

Exercise 28 / page 18

If 8 new teachers are to be divided among 4 schools , how many divisions are possible ? What if each
school must receive 2 teachers?

Solution:

a) each teacher can be assigned to 4 schools so the answer is 4*4*4*4*4*4*4*4=4^8
b) the situation is the same with putting 8 different objects in 4 different boxes in such a way that in each
   box be 2 objects so we deal with multiple combinations and the answer is C( 8 ; 2,2,2,2) =
   8!/(2!*2!*2!*2!)=2520 ,where I denoted by C(n;k1,k2,k3,k4) the number of ways in which we can put
   n objects in 4 boxes such that to have k1 objects in the first box, k2 in the second box, k3 in the third
   and k4 in the last box

Exercise 30 / page 18

Delegates from 10 countries , including Russia, France, England and the United States ,are to be seated in a
row. How many different arrangements are possible if the French and English delegates are to be seated
next to each other, and the Russian and The U.S. delegates are not to be next to each other?

Answer::

2*9!-2*2*8! since 2*9! is the number in which the French and English are next to each other and 2*2*8!
the number in which the French and English are next to each other and the U.S. and Russian are next to
each other . So, the result is 564,480
Theoretical exercise 7 / page 19

Give an analytical proof of the formula : C(n,r)=C(n-1,r-1)+C(n-1,r)

Proof:

C(n-1,r-1)= (n-1)!/[(n-1-r+1)!*(r-1)!]=(n-1)!/[(n-r)!*(r-1)!]
C(n-1,r)=(n-1)!/[(n-1-r)!*r!]
The common denominator for the two ratios will be (n-r)!*r! So we have to multiply the first ratio by r
and the second by (n-r)

We get:

C(n-1,r-1)+C(n-1,r)= [ r*(n-1)!+(n-r)*(n-1)!]/[(n-r)!*r!]=(r+ n -r)*(n-1)!/[(n-r)!*r!]=n*(n-1)! /[(n-r)!*r!]=
=n!/[(n-r)!*r!]=C(n, r) q.e.d

More Related Content

What's hot

Basics of Counting Techniques
Basics of Counting TechniquesBasics of Counting Techniques
Basics of Counting TechniquesEfren Medallo
 
Permutation and combinations
Permutation and combinationsPermutation and combinations
Permutation and combinationsRushabh Vora
 
Permutation & Combination
Permutation & CombinationPermutation & Combination
Permutation & CombinationPuru Agrawal
 
permutations power point
permutations power pointpermutations power point
permutations power pointAldrin Balenton
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combinationsarath4droid
 
Permutation and combination - Math Statistic
Permutation and combination - Math StatisticPermutation and combination - Math Statistic
Permutation and combination - Math StatisticPrincess is Ntxhais
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combinationSadia Zareen
 
Counting techniques
Counting techniquesCounting techniques
Counting techniquesChie Pegollo
 
Counting techniques
Counting techniquesCounting techniques
Counting techniquesnoonar1
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combinationArijit Sarkar
 
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
 

What's hot (18)

Basics of Counting Techniques
Basics of Counting TechniquesBasics of Counting Techniques
Basics of Counting Techniques
 
Permutation and combinations
Permutation and combinationsPermutation and combinations
Permutation and combinations
 
Permutation
PermutationPermutation
Permutation
 
Permutation & Combination
Permutation & CombinationPermutation & Combination
Permutation & Combination
 
Permutation
PermutationPermutation
Permutation
 
permutations power point
permutations power pointpermutations power point
permutations power point
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
 
Permutation and combination - Math Statistic
Permutation and combination - Math StatisticPermutation and combination - Math Statistic
Permutation and combination - Math Statistic
 
Permutations and combinations
Permutations and combinationsPermutations and combinations
Permutations and combinations
 
Permutation
PermutationPermutation
Permutation
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
 
Permutation
PermutationPermutation
Permutation
 
Counting techniques
Counting techniquesCounting techniques
Counting techniques
 
Probability
ProbabilityProbability
Probability
 
Counting
CountingCounting
Counting
 
Counting techniques
Counting techniquesCounting techniques
Counting techniques
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
 
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
 

Viewers also liked

Mud Coastal 2009
Mud  Coastal 2009Mud  Coastal 2009
Mud Coastal 2009cnunnally
 
Churches And Monasteries of S E R B I A
 Churches And Monasteries of  S E R B I A Churches And Monasteries of  S E R B I A
Churches And Monasteries of S E R B I Averka 123
 
Lord Young\'s Review
Lord Young\'s ReviewLord Young\'s Review
Lord Young\'s ReviewAlan Bassett
 
Kp event presentation_steph
Kp event presentation_stephKp event presentation_steph
Kp event presentation_stephBrightwave Group
 
TSG Members Handbook
TSG Members HandbookTSG Members Handbook
TSG Members HandbookAlan Bassett
 
Website analytics beyond your presentation
Website analytics beyond your presentationWebsite analytics beyond your presentation
Website analytics beyond your presentationpbrolley
 
Best photos cnn 2004
Best photos cnn 2004Best photos cnn 2004
Best photos cnn 2004verka 123
 
Boomlift Fatality (2)
Boomlift Fatality (2)Boomlift Fatality (2)
Boomlift Fatality (2)Alan Bassett
 
OSvパンフレット
OSvパンフレットOSvパンフレット
OSvパンフレットTakuya ASADA
 
Infographic: Onboard (not Overboard) The smart way to embed new graduates in ...
Infographic: Onboard (not Overboard) The smart way to embed new graduates in ...Infographic: Onboard (not Overboard) The smart way to embed new graduates in ...
Infographic: Onboard (not Overboard) The smart way to embed new graduates in ...Brightwave Group
 
Scarecrow Festival at Thackley Methodist Church
Scarecrow Festival at Thackley Methodist ChurchScarecrow Festival at Thackley Methodist Church
Scarecrow Festival at Thackley Methodist Churchthackley
 
Oddziaływanie COŚ na środowisko
Oddziaływanie COŚ na środowiskoOddziaływanie COŚ na środowisko
Oddziaływanie COŚ na środowiskoEkokonsultacje
 
Arapski Brojevi
Arapski BrojeviArapski Brojevi
Arapski Brojeviverka 123
 
Deepwater Horizon Drilling Rig
Deepwater Horizon Drilling RigDeepwater Horizon Drilling Rig
Deepwater Horizon Drilling RigAlan Bassett
 
Cost of ovs receiving process
Cost of ovs receiving processCost of ovs receiving process
Cost of ovs receiving processTakuya ASADA
 

Viewers also liked (20)

Astronomy
AstronomyAstronomy
Astronomy
 
Mud Coastal 2009
Mud  Coastal 2009Mud  Coastal 2009
Mud Coastal 2009
 
Churches And Monasteries of S E R B I A
 Churches And Monasteries of  S E R B I A Churches And Monasteries of  S E R B I A
Churches And Monasteries of S E R B I A
 
Lord Young\'s Review
Lord Young\'s ReviewLord Young\'s Review
Lord Young\'s Review
 
Kelly Ruggles
Kelly RugglesKelly Ruggles
Kelly Ruggles
 
Kp event presentation_steph
Kp event presentation_stephKp event presentation_steph
Kp event presentation_steph
 
TSG Members Handbook
TSG Members HandbookTSG Members Handbook
TSG Members Handbook
 
Lsg4 dontaylor
Lsg4 dontaylorLsg4 dontaylor
Lsg4 dontaylor
 
Website analytics beyond your presentation
Website analytics beyond your presentationWebsite analytics beyond your presentation
Website analytics beyond your presentation
 
Best photos cnn 2004
Best photos cnn 2004Best photos cnn 2004
Best photos cnn 2004
 
Boomlift Fatality (2)
Boomlift Fatality (2)Boomlift Fatality (2)
Boomlift Fatality (2)
 
OSvパンフレット
OSvパンフレットOSvパンフレット
OSvパンフレット
 
Dg
DgDg
Dg
 
Infographic: Onboard (not Overboard) The smart way to embed new graduates in ...
Infographic: Onboard (not Overboard) The smart way to embed new graduates in ...Infographic: Onboard (not Overboard) The smart way to embed new graduates in ...
Infographic: Onboard (not Overboard) The smart way to embed new graduates in ...
 
Scarecrow Festival at Thackley Methodist Church
Scarecrow Festival at Thackley Methodist ChurchScarecrow Festival at Thackley Methodist Church
Scarecrow Festival at Thackley Methodist Church
 
Oddziaływanie COŚ na środowisko
Oddziaływanie COŚ na środowiskoOddziaływanie COŚ na środowisko
Oddziaływanie COŚ na środowisko
 
Arapski Brojevi
Arapski BrojeviArapski Brojevi
Arapski Brojevi
 
Deepwater Horizon Drilling Rig
Deepwater Horizon Drilling RigDeepwater Horizon Drilling Rig
Deepwater Horizon Drilling Rig
 
Cost of ovs receiving process
Cost of ovs receiving processCost of ovs receiving process
Cost of ovs receiving process
 
Han 315 En
Han 315 EnHan 315 En
Han 315 En
 

Similar to Arrangements and permutations of letters and people

Permutations and Combinations.pptx
Permutations and  Combinations.pptxPermutations and  Combinations.pptx
Permutations and Combinations.pptxLeianMartin1
 
Permutation & combination
Permutation & combinationPermutation & combination
Permutation & combinationAPEX INSTITUTE
 
counting principle.ppt
counting principle.pptcounting principle.ppt
counting principle.pptRizaCatli2
 
Permutation Combination
Permutation Combination Permutation Combination
Permutation Combination RizwanManzoor15
 
Pre calculus math 40s - permutations & combinations - lesson 1
Pre calculus math 40s - permutations & combinations - lesson 1Pre calculus math 40s - permutations & combinations - lesson 1
Pre calculus math 40s - permutations & combinations - lesson 1ajagarla
 
Advanced business mathematics and statistics for entrepreneurs
Advanced business mathematics and statistics for entrepreneursAdvanced business mathematics and statistics for entrepreneurs
Advanced business mathematics and statistics for entrepreneursDr. Trilok Kumar Jain
 
ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...
ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...
ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...SOURAV DAS
 
Tcs apti preparation
Tcs apti preparationTcs apti preparation
Tcs apti preparationAshu0711
 
Sample touch stone
Sample touch stoneSample touch stone
Sample touch stonetijeel
 
PERMUTATION AND COMBINATION.pptx
PERMUTATION AND COMBINATION.pptxPERMUTATION AND COMBINATION.pptx
PERMUTATION AND COMBINATION.pptxNANDHINIS900805
 
451 sample questions 2 with some ans by rajan
451 sample questions 2 with some ans by rajan451 sample questions 2 with some ans by rajan
451 sample questions 2 with some ans by rajanjsanket8989
 

Similar to Arrangements and permutations of letters and people (20)

Permutations and Combinations.pptx
Permutations and  Combinations.pptxPermutations and  Combinations.pptx
Permutations and Combinations.pptx
 
Permutation & combination
Permutation & combinationPermutation & combination
Permutation & combination
 
counting principle.ppt
counting principle.pptcounting principle.ppt
counting principle.ppt
 
Differentiation and integration
Differentiation and integrationDifferentiation and integration
Differentiation and integration
 
Differentiation and integration
Differentiation and integrationDifferentiation and integration
Differentiation and integration
 
Differentiation and integration
Differentiation and integrationDifferentiation and integration
Differentiation and integration
 
Permutation Combination
Permutation Combination Permutation Combination
Permutation Combination
 
Pre calculus math 40s - permutations & combinations - lesson 1
Pre calculus math 40s - permutations & combinations - lesson 1Pre calculus math 40s - permutations & combinations - lesson 1
Pre calculus math 40s - permutations & combinations - lesson 1
 
Permutations and combinations
Permutations and combinationsPermutations and combinations
Permutations and combinations
 
Permutations and combinations
Permutations and combinationsPermutations and combinations
Permutations and combinations
 
PERMUTATION-COMBINATION.pdf
PERMUTATION-COMBINATION.pdfPERMUTATION-COMBINATION.pdf
PERMUTATION-COMBINATION.pdf
 
Advanced business mathematics and statistics for entrepreneurs
Advanced business mathematics and statistics for entrepreneursAdvanced business mathematics and statistics for entrepreneurs
Advanced business mathematics and statistics for entrepreneurs
 
ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...
ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...
ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...
 
Tcs apti preparation
Tcs apti preparationTcs apti preparation
Tcs apti preparation
 
Sample touch stone
Sample touch stoneSample touch stone
Sample touch stone
 
PERMUTATION AND COMBINATION.pptx
PERMUTATION AND COMBINATION.pptxPERMUTATION AND COMBINATION.pptx
PERMUTATION AND COMBINATION.pptx
 
MFCS UNIT-III.pptx
MFCS UNIT-III.pptxMFCS UNIT-III.pptx
MFCS UNIT-III.pptx
 
Worksheet-13PCiii.pdf
Worksheet-13PCiii.pdfWorksheet-13PCiii.pdf
Worksheet-13PCiii.pdf
 
451 sample questions 2 with some ans by rajan
451 sample questions 2 with some ans by rajan451 sample questions 2 with some ans by rajan
451 sample questions 2 with some ans by rajan
 
Sample quesn
Sample quesnSample quesn
Sample quesn
 

Recently uploaded

Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesKeppelCorporation
 
Market Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMarket Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMintel Group
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Peter Ward
 
Guide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFGuide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFChandresh Chudasama
 
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607dollysharma2066
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationAnamaria Contreras
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Servicecallgirls2057
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyotictsugar
 
Call Girls Contact Number Andheri 9920874524
Call Girls Contact Number Andheri 9920874524Call Girls Contact Number Andheri 9920874524
Call Girls Contact Number Andheri 9920874524najka9823
 
Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Seta Wicaksana
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607dollysharma2066
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdfKhaled Al Awadi
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy Verified Accounts
 
Darshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfDarshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfShashank Mehta
 
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxThe-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxmbikashkanyari
 
Chapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal auditChapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal auditNhtLNguyn9
 

Recently uploaded (20)

Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation Slides
 
No-1 Call Girls In Goa 93193 VIP 73153 Escort service In North Goa Panaji, Ca...
No-1 Call Girls In Goa 93193 VIP 73153 Escort service In North Goa Panaji, Ca...No-1 Call Girls In Goa 93193 VIP 73153 Escort service In North Goa Panaji, Ca...
No-1 Call Girls In Goa 93193 VIP 73153 Escort service In North Goa Panaji, Ca...
 
Market Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMarket Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 Edition
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...
 
Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCREnjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
 
Guide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFGuide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDF
 
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement Presentation
 
Call Us ➥9319373153▻Call Girls In North Goa
Call Us ➥9319373153▻Call Girls In North GoaCall Us ➥9319373153▻Call Girls In North Goa
Call Us ➥9319373153▻Call Girls In North Goa
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyot
 
Call Girls Contact Number Andheri 9920874524
Call Girls Contact Number Andheri 9920874524Call Girls Contact Number Andheri 9920874524
Call Girls Contact Number Andheri 9920874524
 
Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail Accounts
 
Darshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfDarshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdf
 
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxThe-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
 
Chapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal auditChapter 9 PPT 4th edition.pdf internal audit
Chapter 9 PPT 4th edition.pdf internal audit
 

Arrangements and permutations of letters and people

  • 1. Exercise 8 / page 16 How many different letter arrangements can be made from the letters: a) FLUKE b) PROPOSE c) MISSISSIPPI d) ARRANGE Solution: a) all the letters are different so we can make 5! = 120 arrangements b) We have 7 letters that can be permuted in 7! ways but because some of the letters repeat themselves we counted some of the arrangements more than once. So the actual number of dictinct ways to arrange the letters is 7!/ (2!*2!) = 1260 ( we have 2 P’s which were counted 2! Times and 2O’s permuted again 2! Times ) c) The letters which are repeating are I – 4 times ,S – 4 times and P - 2 times so the answer should be (following the same reasoning as before) 11!/ ( 4!*4!*2!) = 34,650 d) We have 2 A’s and 2 R’s so , 7 ! / ( 2!*2!) =1260 ways of arranging the letters Exercise 10 / page 16 In how many ways can 8 people be seated in a row if a) there are no restrictions on the seating arrangement b) persons A and B must sit next to each other c) there are 4 men and 4 women and no 2 men or 2 women can sit next to each other d) there are 5 men and they must sit next to each other e) there are 4 married couples and each couple must sit together Solution : a) if there’re no restrictions then we count all possible permutations which are 8! = 40,320 b) if A and B sit together then they constitute a “block” which can be permuted along with the remaining 6 people in 7! different ways .Inside this “block” there are 2!=2 possibilities of permuting A and B so due to the basic counting principle we get a total number of 2*7! = 10,080 ways c) the restrictions impose having persons of opposite sex next to each other .We shall apply here the generalized principle of counting in the following way : on the first position we can have any of the 8 persons ,then for one choice of the person for the first position we shall have 4 possible choices for the second position among the people of opposite sex , then for any particular choice of the first two positions we have 3 choices for the third position among the remaining people of the same sex with the person on the first position(and consequently of different sex with the one on the second position) and so on .. So multiplying all these numbers we get 8*4*3*3*2*2*1*1 = 1152 ways of arranging the people d) the men can be considered again a “block” and permuted along with the remaining 3 women in 4! ways and as we can also permute the men within the block in 5! Ways then the total amounts to 5!*4!=2,880 ways e) within each couple there are 2! =2 possibilities of siting the people so a total of 2*2*2*2=16 ways .As we can also permute the couples among themselves in 4! ways then we have 16*4!=384 ways of arranging the people Exercise 13 / page 16 Consider a group of 20 people. If everyone shakes hands with everyone else , how many handshakes take place ?
  • 2. Solution : The question is “in how many ways can we select two people from 20 ?“ .The answer is ,from the definition, C(20,2)= 20!/(18!*2!)=18!*19*20/(18!*2)=19*20/2=190 .I denoted by C(n,k) the number of combinations of n objects taken by k . Exercise 18 / page 17 A committee of 7 , consisting of 2 Republicans, 2 Democrats, and 3 Independents , is to be selected from a group of 5 Republicans, 6 Democrats , and 4 Independents . How many committees are possible ? Solution: This is an application of the generalized principle of counting. The 2 Republicans can be chosen from the group of 5 Republicans in C(5,2) ways .Similarly we can chose 2 Democrats from a total of 6 in C(6,2) and 3 Independents from 4 in C(4,3) ways .So there are C(5,2)*C(6,2)*C(4,3)=10*15*4=600 ways of choosing the committee Exercise 21 / Page 17 If A is the starting point and B the ending point on a rectangular grid with length 5 and height 3 ,how many different paths from A to B are possible ? Suppose that from any point of the grid you can go just one step to the right or one step up. Solution: Each path is a linear arrangement of 4 r’s and 3 u’s (r for right and u for up).For instance the arrangement r ,r ,u, u, r, r, u specifies the path whose first 2 steps are to the right ,next 2 steps are up, next 2 are to the right, and final step is up . Then the answer follows easily : 7!/(3!*4!)= 35 different paths Exercise 28 / page 18 If 8 new teachers are to be divided among 4 schools , how many divisions are possible ? What if each school must receive 2 teachers? Solution: a) each teacher can be assigned to 4 schools so the answer is 4*4*4*4*4*4*4*4=4^8 b) the situation is the same with putting 8 different objects in 4 different boxes in such a way that in each box be 2 objects so we deal with multiple combinations and the answer is C( 8 ; 2,2,2,2) = 8!/(2!*2!*2!*2!)=2520 ,where I denoted by C(n;k1,k2,k3,k4) the number of ways in which we can put n objects in 4 boxes such that to have k1 objects in the first box, k2 in the second box, k3 in the third and k4 in the last box Exercise 30 / page 18 Delegates from 10 countries , including Russia, France, England and the United States ,are to be seated in a row. How many different arrangements are possible if the French and English delegates are to be seated next to each other, and the Russian and The U.S. delegates are not to be next to each other? Answer:: 2*9!-2*2*8! since 2*9! is the number in which the French and English are next to each other and 2*2*8! the number in which the French and English are next to each other and the U.S. and Russian are next to each other . So, the result is 564,480
  • 3. Theoretical exercise 7 / page 19 Give an analytical proof of the formula : C(n,r)=C(n-1,r-1)+C(n-1,r) Proof: C(n-1,r-1)= (n-1)!/[(n-1-r+1)!*(r-1)!]=(n-1)!/[(n-r)!*(r-1)!] C(n-1,r)=(n-1)!/[(n-1-r)!*r!] The common denominator for the two ratios will be (n-r)!*r! So we have to multiply the first ratio by r and the second by (n-r) We get: C(n-1,r-1)+C(n-1,r)= [ r*(n-1)!+(n-r)*(n-1)!]/[(n-r)!*r!]=(r+ n -r)*(n-1)!/[(n-r)!*r!]=n*(n-1)! /[(n-r)!*r!]= =n!/[(n-r)!*r!]=C(n, r) q.e.d