Week1_LessonPlan
Week1_LessonPlan
I. Objectives
At the end of the lesson, the learners should be able to:
Define a permutation and explain what a factorial is and its relation to
permutation
Find the permutation of n objects taken r at a time.
Solve problems involving permutation of like
III. Procedures
A. Routinary Activities
a. Prayer
The teacher will appoint one student to lead the prayer.
b. Checking of Attendance
The teacher will check the students' attendance.
A. Activity Proper
a. Lesson Review
The teacher will question the students on the lesson from the previous
meeting.
b. Motivation
CODE-BREAKER!
542
What are the possible numbers can you make with a given number (no repetition of
digits) to break the code?
c. Analysis
How did you find all the possible ways it can have with a given
number?
d. Abstraction
The students will be introduced to the concept of permutation.
What is Permutation?
𝑛!
𝑛𝑃𝑟 = ; 𝑤ℎ𝑒𝑟𝑒 0 ≤ 𝑟 ≤ 𝑛
(𝑛 − 𝑟)!
Where,
𝐼𝑓 𝑛 = 𝑟, 𝑡ℎ𝑒𝑛 𝑛𝑃𝑟 = 𝑛!
𝑛! 𝑛!
𝐼𝑓 𝑟 = 0, 𝑡ℎ𝑒𝑛 𝑛𝑃0 = = =1
(𝑛 − 0)! 𝑛!
𝑛! 𝑛(𝑛 − 1)!
𝐼𝑓 𝑟 = 1, 𝑡ℎ𝑒𝑛 𝑛𝑃1 = = =𝑛
(𝑛 − 1)! 𝑛(𝑛 − 1)!
Factorial (in symbol!)- talks about getting the product of a positive integer and all the positive integers
less than the given integer.
Example: 4! = 4x3x2x1= 24
Evaluate (permutation of n objects taken r at a time).
Given: 𝑛 = 10, 𝑟 = 6
𝑛!
𝑛𝑃𝑟 =
(𝑛 − 𝑟 )!
10! 10! 10𝑥9𝑥8𝑥7𝑥6𝑥5𝑥4!
10𝑃6 = = = = 60
(10 − 6)! 4! 4!
2. 4𝑃1
Given: 𝑛 = 4, 𝑟 = 1
4𝑃1 = 4!
𝑛!
𝑛𝑃𝑟 =
(𝑛 − 𝑟 )!
4! 4! 4𝑥3!
4𝑃1 = = = =4
(4 − 1)! 3! 3!
3. 6𝑃6 = 6!
Given: 𝑛 = 6, 𝑟 = 6
= 6𝑥5𝑥4𝑥3𝑥2𝑥1
= 420
3. In how many ways can four boys and five girls be seated in a row
of nine seats if boys and girls are to ocuupy alternate seats?
Given:
n = 5, r = 5 5P5 = 5x4x3x2x1
r = 2, r = 2 2P2 = 2x1
5P5 x 2P2 = (5x4x3x2x1) (2x1)
= 120 x 2
Like permutation considers distinct objects. That is, some objects are
alike.
Given the formula,
𝑛!
𝑃=
𝑛1 ! 𝑛2 ! … 𝑛𝑘 !
𝒘𝒉𝒆𝒓𝒆:
𝑛 = 𝑡𝑜𝑡𝑎𝑙 𝑛𝑜. 𝑜𝑓 𝑜𝑏𝑗𝑒𝑐𝑡𝑠
𝑛1 = 𝑜𝑏𝑗𝑒𝑐𝑡𝑠 𝑜𝑓 𝑡ℎ𝑒 𝑓𝑖𝑟𝑠𝑡 𝑘𝑖𝑛𝑑
𝑛2 = 𝑜𝑏𝑗𝑒𝑐𝑡𝑠 𝑜𝑓 𝑡ℎ𝑒 𝑠𝑒𝑐𝑜𝑛𝑑 𝑘𝑖𝑛𝑑
𝑛𝑘 = 𝑜𝑏𝑗𝑒𝑐𝑡𝑠 𝑜𝑓 𝑡ℎ𝑒 𝑘𝑡ℎ 𝑘𝑖𝑛𝑑
Example:
1. How many eight-letter codes can be made from the word CALCULUS?
Solution:
𝐶 = 2, 𝐿 = 2, 𝑈 = 2
Given: 𝑛 = 8, 𝑛1 = 2, 𝑛2 = 2, 𝑛3 = 2
𝑛!
𝑃=
𝑛1 ! 𝑛2 ! 𝑛3 !
8!
=
2! 2! 2!
8𝑥7𝑥6𝑥5𝑥4𝑥3𝑥2!
=
2! 2! 2!
8𝑥7𝑥6𝑥5𝑥4𝑥3 20,160
= = = 5,040 ways
2𝑥2 4
2. How many different 11-digit numbers can be formed from all of the
digits 54143443971?
Solution:
4 = 4, 1 = 2, 3 = 2
Given: 𝑛 = 11, 𝑛1 = 4, 𝑛2 = 2, 𝑛3 = 2
𝑛!
𝑃=
𝑛1 ! 𝑛2 ! 𝑛3 !
11!
=
4! 2! 2!
11𝑥10𝑥9𝑥8𝑥7𝑥6𝑥5𝑥4!
=
4! 2! 2!
11𝑥10𝑥9𝑥8𝑥7𝑥6𝑥5 1,663,200
= = = 415, 800 𝑤𝑎𝑦𝑠
2𝑥2 4
3. Faith bought four vanilla ice-cream cones, three chocolates cones,
two strawberry cones and 5 ube-langka cones for her 14 tutors. Inhow
many ways can she distribute the cones among her tutors?
Solution:
𝐼𝐶𝐶 = 4, 𝐶𝐶 = 3, 𝑆𝐶 = 2, 𝑈𝐿𝐶 = 5
Given: 𝑛 = 14, 𝑛1 = 4, 𝑛2 = 3, 𝑛3 = 2, 𝑛4 = 5
𝑛!
𝑃=
𝑛1 ! 𝑛2 ! 𝑛3 ! 𝑛4 !
14!
=
4! 3! 2! 5!
14𝑥13𝑥12𝑥11𝑥10𝑥9𝑥8𝑥7𝑥6𝑥5!
=
4! 3! 2! 5!
14𝑥13𝑥12𝑥11𝑥10𝑥9𝑥8𝑥7𝑥6 726, 485, 760
= = = 2, 647,520𝑤𝑎𝑦𝑠
24𝑥6𝑥2 288
e. Application
GAME QUIZ! (Done Via Quizziz)
1. How many permutations are there of the letters in the word HAPPY?
a. 120
b. 360
c. 30
d. 720
2. What is the value of 9!
a. 120,720
b. 120, 960
c. 120,840
d. 5,040
3. Mona has 6 different toys and wants to display 4 of them. In how
many ways can they be selected and arranged?
a. 360 ways
b. 720 ways
c. 2, 410 ways
d. 1,420 ways
4. What is the numerical value of 8P2?
a. 48
b. 56
c. 336
d. 8
5. What is the numerical value of nPr when n=4 and r=1?
a. 4
b. 1
c. 24
d. 0
IV. Assessment
Direction: Each problem is a multiple choice and has only one correct answer.
Read, understand, and choose the correct answer. (Done Via G-form)
V. Assignment
Answer the following word problems neatly and systematically. (2 points
each + 1 point for no wrong answer.)
If there are 15 people and only 11 chairs are available, how many ways
can they be seated?
How many ways are there to order the letter PERMUTATION?