SlideShare a Scribd company logo
1 of 20
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

Similar to Permutations and Combinations.pptx

Linear-Circular-and-Repetition-Permutation.pptx
Linear-Circular-and-Repetition-Permutation.pptxLinear-Circular-and-Repetition-Permutation.pptx
Linear-Circular-and-Repetition-Permutation.pptxRicaMaeGolisonda1
 
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.pptxtmccfrancisquarre
 
Counting technique
Counting techniqueCounting technique
Counting techniqueNadeem 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 entrepreneursDr. Trilok Kumar Jain
 
Pc12 sol c08_review
Pc12 sol c08_reviewPc12 sol c08_review
Pc12 sol c08_reviewGarden City
 
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
 
NATional achievement test review grade 10
NATional achievement test  review grade 10NATional achievement test  review grade 10
NATional achievement test review grade 10betcoindeveloper
 
Summer_Holiday_home_work__class_9_2023.pdf
Summer_Holiday_home_work__class_9_2023.pdfSummer_Holiday_home_work__class_9_2023.pdf
Summer_Holiday_home_work__class_9_2023.pdfVanshuMugvana
 
Lecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic andLecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic andmanishhmishra001
 
Aptitude Training - PERMUTATIONS AND COMBINATIONS 2
Aptitude Training - PERMUTATIONS AND COMBINATIONS 2Aptitude Training - PERMUTATIONS AND COMBINATIONS 2
Aptitude Training - PERMUTATIONS AND COMBINATIONS 2Ajay Chimmani
 

Similar to Permutations and Combinations.pptx (20)

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
 
Permutations and combinations
Permutations and combinationsPermutations and combinations
Permutations and combinations
 
Pc12 sol c08_review
Pc12 sol c08_reviewPc12 sol c08_review
Pc12 sol c08_review
 
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
 
Rumus Algebra.pdf
Rumus Algebra.pdfRumus Algebra.pdf
Rumus Algebra.pdf
 
NATional achievement test review grade 10
NATional achievement test  review grade 10NATional achievement test  review grade 10
NATional achievement test review grade 10
 
Summer_Holiday_home_work__class_9_2023.pdf
Summer_Holiday_home_work__class_9_2023.pdfSummer_Holiday_home_work__class_9_2023.pdf
Summer_Holiday_home_work__class_9_2023.pdf
 
Lecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic andLecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic and
 
Aptitude Training - PERMUTATIONS AND COMBINATIONS 2
Aptitude Training - PERMUTATIONS AND COMBINATIONS 2Aptitude Training - PERMUTATIONS AND COMBINATIONS 2
Aptitude Training - PERMUTATIONS AND COMBINATIONS 2
 

More from 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.pptLeianMartin1
 
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.pptxLeianMartin1
 
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.pptxLeianMartin1
 
Authors-Purpose.pptx
Authors-Purpose.pptxAuthors-Purpose.pptx
Authors-Purpose.pptxLeianMartin1
 
Copy_of_slopeofaline (1).ppt
Copy_of_slopeofaline (1).pptCopy_of_slopeofaline (1).ppt
Copy_of_slopeofaline (1).pptLeianMartin1
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptxLeianMartin1
 

More from LeianMartin1 (11)

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

EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 

Recently uploaded (20)

OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 

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