Grade 10 Reviewer
Grade 10 Reviewer
States that if one event happen in 𝑛1 different ways, the second event in 𝑛2 different ways , and so on, and the kth
event may occur in 𝑛𝑘ways, the total number of ways the compound event may occur in 𝑛1 • 𝑛2 • 𝑛3 • 𝑛𝑘
Example 1: Suppose a quiz has only two questions. The first is a multiple choice question with four choices ( A, B,
C, D). The second is a true-false (T,F) question. In how many ways can this quiz be answered?
4•2 = 8
Example 2: New license plates for cars in the Philippines come in 3 letters and 4 digit format ( LLL-DDDD).
A. How many license plates in this format are possible?
26 • 26 • 26 • 10 • 10 • 10 • 10 = 175 760 000
B. How many will have all their letters and digits distinct?
26 • 25 • 24 • 10 • 9 • 8 • 7 = 78 624 000
Permutation
A permutation of a set of n objects is an ordered arrangement of the objects and the total number of these
permutation is given by
𝑛𝑃𝑛 = 𝑛(𝑛 − 1) • (𝑛 − 2) ··· 3 • 2 • 1
Example:
5𝑃5 = 5 • 4 • 3 • 2 • 1 = 120
Factorial
The factorial n! Is defined for a natural number n as
𝑛! = 𝑛(𝑛 − 1) • (𝑛 − 2) ··· 2 • 1
4! = 4 • 3 • 2 • 1
7! =7 • 6 • 5 • 4• 3 • 2 • 1
6! 6! 6•5•4!
6𝑃2 = (6−2)!
= 4!
= 4!
= 6 • 5 = 30
If a set of n objects to be arranged is such that 𝑛1are of one indistinguishable type, continuing until there are 𝑛𝑘of
kth indistinguishable type, then number of possible permutation if the n objects os given by:
𝑛!
𝑛1•𝑛2•...•𝑛𝑘
Example: How many different words (real or imaginary) can be formed using all the letters in the word
MISSISSIPPI?
11!
4!•4!•2!•1!
= 34650
Circular Permutation
𝑛!
The number of circular permutation of n objects is 𝑛
𝑜𝑟 (𝑛 − 1)!
Example: Find the number of circular permutations of 6 people sitting around the table.
(6 − 1)! =5 • 4 • 3 • 2 = 120
6! 720
6
= 6
Combinations
Combinations refer to the number of ways r elements can be selected from n elements
𝑛
𝑛𝐶𝑟 𝑜𝑟 𝐶 (𝑛, 𝑟) 𝑜𝑟 𝐶𝑟
𝑛!
𝑛𝐶𝑟 = 𝑟!(𝑛−𝑟)!
Example:
Twenty students are applying for 3 scholarship slots. How many different ways can the scholarship be awarded?
6! 5! 6! 5!
2!4!
• 1!4!
+ 3!3!
• 0!5!
15 • 5 + 20 • 1 = 75 + 20 = 95
Probability of an event is the ratio that compares the number of favorable outcomes to the number of possible
outcomes
𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑓𝑎𝑣𝑜𝑟𝑎𝑏𝑙𝑒 𝑜𝑢𝑡𝑐𝑜𝑚𝑒𝑠 𝑛(𝐸)
𝑃(𝐸) 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑝𝑜𝑠𝑠𝑖𝑏𝑙𝑒 𝑜𝑢𝑡𝑐𝑜𝑚𝑒𝑠 = 𝑛(𝑆)
Example:
A blue die and green die are rolled. Find the probability of the following events.
A. A={ The green die show a 6}
B. B={ The sum of 2 numbers is 8}
Solution:
a. A={(1,6), (2,6), (3,6),(4,6),(5,6),(6,6)}
6 1
𝑃(𝐺6) = 36 = 36
b. B={(6,2),(5,3),(4,4),(3,5),(2,6)}
5
𝑃(𝑠𝑢𝑚8) = 36
A compound event consists of two or more simple events that are connected by the words and or or.
B. Two events are Not Mutually Exclusive events or Inclusive events - Two events are inclusive if both events
can occur at the same time.
Dependent Events
Two events are dependent when knowledge of whether an event occurs affects the probability of a second event.
Independent Events
Two events are independent when knowledge of the first event does not affect the probability of the second.
A jar contains 4 white balls and 1 black ball. A ball is drawn from the jar and returned before the next draw. What is
the probability of drawing 2 white balls?
4 4 16
𝑃(𝑤∩𝑤) = 5 • 5 = 25