SlideShare a Scribd company logo
PERMUTATIONS
.How many two digit nos. can be formed from
digits 1, 2 and 3?
Given: 1,2,3
n = 3
r = 2
n! = n(n-1) (n-2) (n-3). … .3.2.1
If n=3 = 3.2.1 = 6
0! = 1
PERMUTATIONS
.How many two digit nos. can be formed from
digits 1, 2 and 3?
Given: 1,2,3
n = 3
r = 2
nPr = n!/(n-r)! = 3!/(3-2)! = 3!/1! =3.2.1/1.1
=6 ways
A. Arrangement of n distinct objects taken altogether at a time
nPr = n! = n(n-1)(n-2)..3•2•1
Note: 1! = 1
0! = 1
1. How many ways can four students arrange themselves in a row of 4
chairs.?
nPr= n! If n=r 4! = 4.3.2.1 = 24 nPr = n!/(n-r)! = 4!/(4-4)!=4.3.2.1/0!
=24/1 = 24
2. How many ways can a disc jockey plays the 5 most requested songs of
the day?
5! = 120
B. Arrangement of n distinct objects taking r at a time
nPr = n! / (n-r)! , n ≥ r
1. How many ways can 10 students be seated if there only
3 seats available?
10P3 = 10! / (10-3)!
= 10! / 7!
= 10•9•8•7! / 7!
= 10•9•8
= 720
2. There are 14 public schools in a certain district. The district
supervisor plans to visit one school a day for the whole week.
How many ways can she arrange her schedule for the visit?
14P5 = 240240
C. Arrangement of n objects with identical elements taken
altogether at a time.
P = n! / a!b!...k! nPr =n!/ r1!.r 2!...
1. How many ways can we arrange the letters of the word:
a. EEL Given: r
P = 3! / 2!1! r1 = 2 E’s
= 3 r2 = 1 L’s
b. TOTOO n = 3
P = 5! / 2!3! 5.4.3!/2.1.3! =20/2 =10
= 120 / 12
= 10
2. How many ways can 3 identical white shirts, 2
identical red shirts and a blue shirt be arranged in a
clothesline?
P = 6! / 3!2!1! = 6.5.4.3!/3!.2.1.1 =6.5.2=60 ways
= 60
D. Arrangement of n objects with identical elements taking r
at a time.
1. How many ways can we arrange the letters of the word:
a. EEL taking 2 letters at a time
2 1
E L
2 0 2! / 2! = 1
1 1 2! / 1!1! = 2
3
b. TOTOO taking 2 letters at a time
2 3
T O
1 1 2! / 1!1! = 2
0 2 2! / 2! = 1
2 0 2! / 2! = 1
4
C. TOTOO taking 3 letters at a time
2 3
T O
1 2 3! / 2! = 3
2 1 3! / 2! = 3
0 3 3! / 3! = 1
7
D. WOWWOWWEE taking 3 letters at a time
5 2 2
W O E
1 1 1 3! = 6
1 0 2 3! / 2! = 3
1 2 0 3! / 2! = 3
2 0 1 3! / 2! = 3
2 1 0 3! / 2! = 3
0 1 2 3! / 2! = 3
3 0 0 3! / 3! = 1
0 2 1 3! / 2! = 3
25
E. Arrangement of n distinct objects taken altogether at a time in a circular
order.
P = (n-1)!
a. How many ways can a mother, a father and their 3 kids be seated in a circular
order?
P = (5-1)!
= 4!
= 24
b. How many ways can a mother, a father and their 3 kids be seated in a circular
order such that the mother and the father must be seated next to each other?
F M K1 K2 K3
P = (4-1)! 2!
2 4 = 3! 2!
= 12
COMBINATIONS
How many words can be formed from the letters of the
word PARALLEL?
Given:
r1 = 1 p’s
r2 = 2 a’s
r3 = 1 r’s
r4 = 3 l’s
r5 = 1 e’s
n = 8 letters
nPr = n!/ r1!.r2!... =3360 ways
COMBINATIONS-
nCr = nPr / r! = 6/2! = 6/2 = 3 ways
= n!/ (n-r)!/r!
= [n! / (n-r)!] • 1 / r!
nCr = n! / (n-r)!r!
1. How many ways can a committee of three members be selected from
a set of 10 students?
10C3 = 10! / (10-3)!3!
= 120
2. How many possible ways can 3 males and 2 femalesbe selected from a set
of 6 males and 5 females?
3. A box contains 7 distinct red balls, 5 distinct white balls, and 3 distinct green
balls. In how many ways can we select 3 balls such that:
a. they are red
b. two are red and one is white;
7
2. How many possible ways can 3 males or 2 females be selected from a set
of 6 males and 5 females?
6C3 = 6! / 3!3! = 20
5C2 = 5! / 3!2! = 10
6C3 + 5C2 = 20 +10 = 30
3. A box contains 7 distinct red balls, 5 distinct white balls, and 3 distinct green
balls. In how many ways can we select 3 balls such that:
a. they are red
b. two are red and one is white;
2. How many possible ways can 3 males and 2 females be selected from a set
of 6 males and 5 females?
6C3 = 6! / 3!3! = 20
5C2 = 5! / 3!2! = 10
6C3 + 5C2 = 20 +10 = 30
3. A box contains 7 distinct red balls, 5 distinct white balls, and 3 distinct green
balls. In how many ways can we select 3 balls such that:
a. they are red
7C3 = 35
b. two are red and one is white;
7C2 = 21 5C1 = 5
7C2 (5C1) = 21 (5) = 105
c. they are of different color;
(7C1) (5C1) (3C1) = 7 (5) (3) = 105
d. there is at least 1 green ball;
3c1 (7c2) = 3(21) = 63
3C1 (7C1) (5C1) = 3(7)(5) =105
3C1 (5C2) = 3(10) = 30
3C2 (7C1) = 3(7) = 21
3C2 (5C1) = 3(5) = 15
3C3 = 1 = 1
235
e. none is green.
7C2 (5C1) = 21(5) = 105
7C1 (5C2) = 7(10) = 70
7C3 = 35 = 35
5C3 = 10 = 10
220
or
12C3 = 220

More Related Content

What's hot

permutations power point
permutations power pointpermutations power point
permutations power point
Aldrin Balenton
 
GRADE 10 ARITHMETIC.pptx
GRADE 10 ARITHMETIC.pptxGRADE 10 ARITHMETIC.pptx
GRADE 10 ARITHMETIC.pptx
DesireTSamillano
 
union and intersection of events.ppt
union and intersection of events.pptunion and intersection of events.ppt
union and intersection of events.ppt
Izah Catli
 
Solving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringSolving Quadratic Equations by Factoring
Solving Quadratic Equations by Factoring
Mid Michigan Community College
 
The Fundamental Counting Principle
The Fundamental Counting PrincipleThe Fundamental Counting Principle
The Fundamental Counting Principle
Ron Eick
 
Equation of a Circle in standard and general form
Equation of  a Circle in standard and general formEquation of  a Circle in standard and general form
Equation of a Circle in standard and general form
AraceliLynPalomillo
 
Cube of binomial
Cube of binomialCube of binomial
Cube of binomial
MartinGeraldine
 
Geometric series
Geometric seriesGeometric series
Geometric series
Jhon Paul Lagumbay
 
Dividing Rational Expressions
Dividing Rational ExpressionsDividing Rational Expressions
Dividing Rational Expressions
Lorie Jane Letada
 
Midline Theorem Math 9.pptx
Midline Theorem Math 9.pptxMidline Theorem Math 9.pptx
Midline Theorem Math 9.pptx
erickcabutaje1
 
Circular Permutation
Circular PermutationCircular Permutation
Circular Permutation
precious_012526
 
Precalculus 10 Sequences and Series.pptx
Precalculus 10 Sequences and Series.pptxPrecalculus 10 Sequences and Series.pptx
Precalculus 10 Sequences and Series.pptx
DominicCaling
 
G10 Math Q2- Week 8- Equation of a Circle.pptx
G10 Math Q2- Week 8- Equation of a Circle.pptxG10 Math Q2- Week 8- Equation of a Circle.pptx
G10 Math Q2- Week 8- Equation of a Circle.pptx
RodolfoHermo3
 
INVERSE TO ONE TO ONE FUNCTIONS.pptx
INVERSE TO ONE TO ONE FUNCTIONS.pptxINVERSE TO ONE TO ONE FUNCTIONS.pptx
INVERSE TO ONE TO ONE FUNCTIONS.pptx
Zệnn Jímệnệz
 
Arithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic meansArithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic means
Denmar Marasigan
 
Sum and product of roots
Sum and product of rootsSum and product of roots
Sum and product of roots
Majesty Ortiz
 
Geometric sequences
Geometric sequencesGeometric sequences
Geometric sequences
mooca76
 
Problem solving involving arithmetic sequences and series
Problem solving involving arithmetic sequences and seriesProblem solving involving arithmetic sequences and series
Problem solving involving arithmetic sequences and series
MartinGeraldine
 
Infinite Geometric Series
Infinite Geometric SeriesInfinite Geometric Series
Infinite Geometric Series
Free Math Powerpoints
 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomials
Ver Louie Gautani
 

What's hot (20)

permutations power point
permutations power pointpermutations power point
permutations power point
 
GRADE 10 ARITHMETIC.pptx
GRADE 10 ARITHMETIC.pptxGRADE 10 ARITHMETIC.pptx
GRADE 10 ARITHMETIC.pptx
 
union and intersection of events.ppt
union and intersection of events.pptunion and intersection of events.ppt
union and intersection of events.ppt
 
Solving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringSolving Quadratic Equations by Factoring
Solving Quadratic Equations by Factoring
 
The Fundamental Counting Principle
The Fundamental Counting PrincipleThe Fundamental Counting Principle
The Fundamental Counting Principle
 
Equation of a Circle in standard and general form
Equation of  a Circle in standard and general formEquation of  a Circle in standard and general form
Equation of a Circle in standard and general form
 
Cube of binomial
Cube of binomialCube of binomial
Cube of binomial
 
Geometric series
Geometric seriesGeometric series
Geometric series
 
Dividing Rational Expressions
Dividing Rational ExpressionsDividing Rational Expressions
Dividing Rational Expressions
 
Midline Theorem Math 9.pptx
Midline Theorem Math 9.pptxMidline Theorem Math 9.pptx
Midline Theorem Math 9.pptx
 
Circular Permutation
Circular PermutationCircular Permutation
Circular Permutation
 
Precalculus 10 Sequences and Series.pptx
Precalculus 10 Sequences and Series.pptxPrecalculus 10 Sequences and Series.pptx
Precalculus 10 Sequences and Series.pptx
 
G10 Math Q2- Week 8- Equation of a Circle.pptx
G10 Math Q2- Week 8- Equation of a Circle.pptxG10 Math Q2- Week 8- Equation of a Circle.pptx
G10 Math Q2- Week 8- Equation of a Circle.pptx
 
INVERSE TO ONE TO ONE FUNCTIONS.pptx
INVERSE TO ONE TO ONE FUNCTIONS.pptxINVERSE TO ONE TO ONE FUNCTIONS.pptx
INVERSE TO ONE TO ONE FUNCTIONS.pptx
 
Arithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic meansArithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic means
 
Sum and product of roots
Sum and product of rootsSum and product of roots
Sum and product of roots
 
Geometric sequences
Geometric sequencesGeometric sequences
Geometric sequences
 
Problem solving involving arithmetic sequences and series
Problem solving involving arithmetic sequences and seriesProblem solving involving arithmetic sequences and series
Problem solving involving arithmetic sequences and series
 
Infinite Geometric Series
Infinite Geometric SeriesInfinite Geometric Series
Infinite Geometric Series
 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomials
 

Similar to Permutations and Combinations.pptx

MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptxMATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
DaniloFrondaJr
 
PERMUTATION AND COMBINATION.pptx
PERMUTATION AND COMBINATION.pptxPERMUTATION AND COMBINATION.pptx
PERMUTATION AND COMBINATION.pptx
NANDHINIS900805
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
manishkanwar
 
kinds of permutation.pptx
kinds of permutation.pptxkinds of permutation.pptx
kinds of permutation.pptx
RizaCatli2
 
PERMUTATION-COMBINATION.pdf
PERMUTATION-COMBINATION.pdfPERMUTATION-COMBINATION.pdf
PERMUTATION-COMBINATION.pdf
EarlRetalesFigueroa
 
Notes on permutations and combinations
Notes on permutations and combinationsNotes on permutations and combinations
Notes on permutations and combinations
adeelashiq
 
grade 10 permutation-210415081216 (1) (1).pptx
grade 10 permutation-210415081216 (1) (1).pptxgrade 10 permutation-210415081216 (1) (1).pptx
grade 10 permutation-210415081216 (1) (1).pptx
LeanneDaluddong
 
Grade 10 Permutation PowerPoint Presentation
Grade 10 Permutation PowerPoint PresentationGrade 10 Permutation PowerPoint Presentation
Grade 10 Permutation PowerPoint Presentation
Melvin Verdadero
 
Permutation
PermutationPermutation
Permutation
Damone Odrale
 
Linear-Circular-and-Repetition-Permutation.pptx
Linear-Circular-and-Repetition-Permutation.pptxLinear-Circular-and-Repetition-Permutation.pptx
Linear-Circular-and-Repetition-Permutation.pptx
RicaMaeGolisonda1
 
Differentiation and integration
Differentiation and integrationDifferentiation and integration
Differentiation and integration
Dr. Trilok Kumar Jain
 
Differentiation and integration
Differentiation and integrationDifferentiation and integration
Differentiation and integration
Dr. Trilok Kumar Jain
 
Differentiation and integration
Differentiation and integrationDifferentiation and integration
Differentiation and integration
Dr. Trilok Kumar Jain
 
MFCS UNIT-III.pptx
MFCS UNIT-III.pptxMFCS UNIT-III.pptx
MFCS UNIT-III.pptx
CM003ShanthanAbboju
 
Combinatorics
CombinatoricsCombinatorics
Combinatorics
Anjali Devi J S
 
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
 
Counting technique
Counting techniqueCounting technique
Counting technique
Nadeem Uddin
 
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
Dr. Trilok Kumar Jain
 
Permutations and combinations
Permutations and combinationsPermutations and combinations
Permutations and combinations
Dr. Trilok Kumar Jain
 
Permutations and combinations
Permutations and combinationsPermutations and combinations
Permutations and combinations
Dr. Trilok Kumar Jain
 

Similar to Permutations and Combinations.pptx (20)

MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptxMATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
MATHEMATICS 10_4TH QUARTER_PERMUTATION.pptx
 
PERMUTATION AND COMBINATION.pptx
PERMUTATION AND COMBINATION.pptxPERMUTATION AND COMBINATION.pptx
PERMUTATION AND COMBINATION.pptx
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
 
kinds of permutation.pptx
kinds of permutation.pptxkinds of permutation.pptx
kinds of permutation.pptx
 
PERMUTATION-COMBINATION.pdf
PERMUTATION-COMBINATION.pdfPERMUTATION-COMBINATION.pdf
PERMUTATION-COMBINATION.pdf
 
Notes on permutations and combinations
Notes on permutations and combinationsNotes on permutations and combinations
Notes on permutations and combinations
 
grade 10 permutation-210415081216 (1) (1).pptx
grade 10 permutation-210415081216 (1) (1).pptxgrade 10 permutation-210415081216 (1) (1).pptx
grade 10 permutation-210415081216 (1) (1).pptx
 
Grade 10 Permutation PowerPoint Presentation
Grade 10 Permutation PowerPoint PresentationGrade 10 Permutation PowerPoint Presentation
Grade 10 Permutation PowerPoint Presentation
 
Permutation
PermutationPermutation
Permutation
 
Linear-Circular-and-Repetition-Permutation.pptx
Linear-Circular-and-Repetition-Permutation.pptxLinear-Circular-and-Repetition-Permutation.pptx
Linear-Circular-and-Repetition-Permutation.pptx
 
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
 
MFCS UNIT-III.pptx
MFCS UNIT-III.pptxMFCS UNIT-III.pptx
MFCS UNIT-III.pptx
 
Combinatorics
CombinatoricsCombinatorics
Combinatorics
 
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
 
Counting technique
Counting techniqueCounting technique
Counting technique
 
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
 
Permutations and combinations
Permutations and combinationsPermutations and combinations
Permutations and combinations
 
Permutations and combinations
Permutations and combinationsPermutations and combinations
Permutations and combinations
 

More from LeianMartin1

multigrade ppt in english ABOUT SOUND DEVICES: ONOMATOPOEIA ALLITERATION ASSO...
multigrade ppt in english ABOUT SOUND DEVICES: ONOMATOPOEIA ALLITERATION ASSO...multigrade ppt in english ABOUT SOUND DEVICES: ONOMATOPOEIA ALLITERATION ASSO...
multigrade ppt in english ABOUT SOUND DEVICES: ONOMATOPOEIA ALLITERATION ASSO...
LeianMartin1
 
NJ's Report.pptx
NJ's Report.pptxNJ's Report.pptx
NJ's Report.pptx
LeianMartin1
 
Multiplication of Fractions Education Presentation in White Purple Yellow Sim...
Multiplication of Fractions Education Presentation in White Purple Yellow Sim...Multiplication of Fractions Education Presentation in White Purple Yellow Sim...
Multiplication of Fractions Education Presentation in White Purple Yellow Sim...
LeianMartin1
 
Verb-Tense-PowePoint.ppt
Verb-Tense-PowePoint.pptVerb-Tense-PowePoint.ppt
Verb-Tense-PowePoint.ppt
LeianMartin1
 
Chapter 9_Programme Teaching and Learning Strategies.pptx
Chapter 9_Programme Teaching and Learning Strategies.pptxChapter 9_Programme Teaching and Learning Strategies.pptx
Chapter 9_Programme Teaching and Learning Strategies.pptx
LeianMartin1
 
filipino.pptx
filipino.pptxfilipino.pptx
filipino.pptx
LeianMartin1
 
ARTS Y2 ARALIN 2 KASUOTAN AT PALAMUTING ETNIKO.pptx
ARTS Y2 ARALIN 2 KASUOTAN AT PALAMUTING ETNIKO.pptxARTS Y2 ARALIN 2 KASUOTAN AT PALAMUTING ETNIKO.pptx
ARTS Y2 ARALIN 2 KASUOTAN AT PALAMUTING ETNIKO.pptx
LeianMartin1
 
Authors-Purpose.pptx
Authors-Purpose.pptxAuthors-Purpose.pptx
Authors-Purpose.pptx
LeianMartin1
 
MATSING.pptx
MATSING.pptxMATSING.pptx
MATSING.pptx
LeianMartin1
 
Copy_of_slopeofaline (1).ppt
Copy_of_slopeofaline (1).pptCopy_of_slopeofaline (1).ppt
Copy_of_slopeofaline (1).ppt
LeianMartin1
 
Sets.pptx
Sets.pptxSets.pptx
Sets.pptx
LeianMartin1
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
LeianMartin1
 

More from LeianMartin1 (12)

multigrade ppt in english ABOUT SOUND DEVICES: ONOMATOPOEIA ALLITERATION ASSO...
multigrade ppt in english ABOUT SOUND DEVICES: ONOMATOPOEIA ALLITERATION ASSO...multigrade ppt in english ABOUT SOUND DEVICES: ONOMATOPOEIA ALLITERATION ASSO...
multigrade ppt in english ABOUT SOUND DEVICES: ONOMATOPOEIA ALLITERATION ASSO...
 
NJ's Report.pptx
NJ's Report.pptxNJ's Report.pptx
NJ's Report.pptx
 
Multiplication of Fractions Education Presentation in White Purple Yellow Sim...
Multiplication of Fractions Education Presentation in White Purple Yellow Sim...Multiplication of Fractions Education Presentation in White Purple Yellow Sim...
Multiplication of Fractions Education Presentation in White Purple Yellow Sim...
 
Verb-Tense-PowePoint.ppt
Verb-Tense-PowePoint.pptVerb-Tense-PowePoint.ppt
Verb-Tense-PowePoint.ppt
 
Chapter 9_Programme Teaching and Learning Strategies.pptx
Chapter 9_Programme Teaching and Learning Strategies.pptxChapter 9_Programme Teaching and Learning Strategies.pptx
Chapter 9_Programme Teaching and Learning Strategies.pptx
 
filipino.pptx
filipino.pptxfilipino.pptx
filipino.pptx
 
ARTS Y2 ARALIN 2 KASUOTAN AT PALAMUTING ETNIKO.pptx
ARTS Y2 ARALIN 2 KASUOTAN AT PALAMUTING ETNIKO.pptxARTS Y2 ARALIN 2 KASUOTAN AT PALAMUTING ETNIKO.pptx
ARTS Y2 ARALIN 2 KASUOTAN AT PALAMUTING ETNIKO.pptx
 
Authors-Purpose.pptx
Authors-Purpose.pptxAuthors-Purpose.pptx
Authors-Purpose.pptx
 
MATSING.pptx
MATSING.pptxMATSING.pptx
MATSING.pptx
 
Copy_of_slopeofaline (1).ppt
Copy_of_slopeofaline (1).pptCopy_of_slopeofaline (1).ppt
Copy_of_slopeofaline (1).ppt
 
Sets.pptx
Sets.pptxSets.pptx
Sets.pptx
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
 

Recently uploaded

Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
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
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 

Recently uploaded (20)

Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
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
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 

Permutations and Combinations.pptx

  • 1. PERMUTATIONS .How many two digit nos. can be formed from digits 1, 2 and 3? Given: 1,2,3 n = 3 r = 2 n! = n(n-1) (n-2) (n-3). … .3.2.1 If n=3 = 3.2.1 = 6 0! = 1
  • 2. PERMUTATIONS .How many two digit nos. can be formed from digits 1, 2 and 3? Given: 1,2,3 n = 3 r = 2 nPr = n!/(n-r)! = 3!/(3-2)! = 3!/1! =3.2.1/1.1 =6 ways
  • 3. A. Arrangement of n distinct objects taken altogether at a time nPr = n! = n(n-1)(n-2)..3•2•1 Note: 1! = 1 0! = 1 1. How many ways can four students arrange themselves in a row of 4 chairs.? nPr= n! If n=r 4! = 4.3.2.1 = 24 nPr = n!/(n-r)! = 4!/(4-4)!=4.3.2.1/0! =24/1 = 24 2. How many ways can a disc jockey plays the 5 most requested songs of the day? 5! = 120
  • 4. B. Arrangement of n distinct objects taking r at a time nPr = n! / (n-r)! , n ≥ r 1. How many ways can 10 students be seated if there only 3 seats available? 10P3 = 10! / (10-3)! = 10! / 7! = 10•9•8•7! / 7! = 10•9•8 = 720
  • 5. 2. There are 14 public schools in a certain district. The district supervisor plans to visit one school a day for the whole week. How many ways can she arrange her schedule for the visit? 14P5 = 240240
  • 6. C. Arrangement of n objects with identical elements taken altogether at a time. P = n! / a!b!...k! nPr =n!/ r1!.r 2!... 1. How many ways can we arrange the letters of the word: a. EEL Given: r P = 3! / 2!1! r1 = 2 E’s = 3 r2 = 1 L’s b. TOTOO n = 3 P = 5! / 2!3! 5.4.3!/2.1.3! =20/2 =10 = 120 / 12 = 10
  • 7. 2. How many ways can 3 identical white shirts, 2 identical red shirts and a blue shirt be arranged in a clothesline? P = 6! / 3!2!1! = 6.5.4.3!/3!.2.1.1 =6.5.2=60 ways = 60
  • 8. D. Arrangement of n objects with identical elements taking r at a time. 1. How many ways can we arrange the letters of the word: a. EEL taking 2 letters at a time 2 1 E L 2 0 2! / 2! = 1 1 1 2! / 1!1! = 2 3
  • 9. b. TOTOO taking 2 letters at a time 2 3 T O 1 1 2! / 1!1! = 2 0 2 2! / 2! = 1 2 0 2! / 2! = 1 4
  • 10. C. TOTOO taking 3 letters at a time 2 3 T O 1 2 3! / 2! = 3 2 1 3! / 2! = 3 0 3 3! / 3! = 1 7
  • 11. D. WOWWOWWEE taking 3 letters at a time 5 2 2 W O E 1 1 1 3! = 6 1 0 2 3! / 2! = 3 1 2 0 3! / 2! = 3 2 0 1 3! / 2! = 3 2 1 0 3! / 2! = 3 0 1 2 3! / 2! = 3 3 0 0 3! / 3! = 1 0 2 1 3! / 2! = 3 25
  • 12. E. Arrangement of n distinct objects taken altogether at a time in a circular order. P = (n-1)! a. How many ways can a mother, a father and their 3 kids be seated in a circular order? P = (5-1)! = 4! = 24 b. How many ways can a mother, a father and their 3 kids be seated in a circular order such that the mother and the father must be seated next to each other? F M K1 K2 K3 P = (4-1)! 2! 2 4 = 3! 2! = 12
  • 14. How many words can be formed from the letters of the word PARALLEL? Given: r1 = 1 p’s r2 = 2 a’s r3 = 1 r’s r4 = 3 l’s r5 = 1 e’s n = 8 letters nPr = n!/ r1!.r2!... =3360 ways
  • 15. COMBINATIONS- nCr = nPr / r! = 6/2! = 6/2 = 3 ways = n!/ (n-r)!/r! = [n! / (n-r)!] • 1 / r! nCr = n! / (n-r)!r! 1. How many ways can a committee of three members be selected from a set of 10 students? 10C3 = 10! / (10-3)!3! = 120
  • 16. 2. How many possible ways can 3 males and 2 femalesbe selected from a set of 6 males and 5 females? 3. A box contains 7 distinct red balls, 5 distinct white balls, and 3 distinct green balls. In how many ways can we select 3 balls such that: a. they are red b. two are red and one is white; 7
  • 17. 2. How many possible ways can 3 males or 2 females be selected from a set of 6 males and 5 females? 6C3 = 6! / 3!3! = 20 5C2 = 5! / 3!2! = 10 6C3 + 5C2 = 20 +10 = 30 3. A box contains 7 distinct red balls, 5 distinct white balls, and 3 distinct green balls. In how many ways can we select 3 balls such that: a. they are red b. two are red and one is white;
  • 18. 2. How many possible ways can 3 males and 2 females be selected from a set of 6 males and 5 females? 6C3 = 6! / 3!3! = 20 5C2 = 5! / 3!2! = 10 6C3 + 5C2 = 20 +10 = 30 3. A box contains 7 distinct red balls, 5 distinct white balls, and 3 distinct green balls. In how many ways can we select 3 balls such that: a. they are red 7C3 = 35 b. two are red and one is white; 7C2 = 21 5C1 = 5 7C2 (5C1) = 21 (5) = 105
  • 19. c. they are of different color; (7C1) (5C1) (3C1) = 7 (5) (3) = 105 d. there is at least 1 green ball; 3c1 (7c2) = 3(21) = 63 3C1 (7C1) (5C1) = 3(7)(5) =105 3C1 (5C2) = 3(10) = 30 3C2 (7C1) = 3(7) = 21 3C2 (5C1) = 3(5) = 15 3C3 = 1 = 1 235
  • 20. e. none is green. 7C2 (5C1) = 21(5) = 105 7C1 (5C2) = 7(10) = 70 7C3 = 35 = 35 5C3 = 10 = 10 220 or 12C3 = 220