Math Reviewer
Math Reviewer
Counting Techniques
Factorial Notation
➢ A mathematical notation used to express the product of all positive integers from 1 to a
given number n.
Permutation
➢ The arrangement of objects in a specific order.
𝑛!
𝑃(𝑛, 𝑟) = (𝑛−𝑟)!
Example Problem: How many ways can 3 books be arranged on a shelf if there are 5 books?
Solution:
5! 5! 5𝑥4𝑥3𝑥2𝑥1
𝑃(5, 3) = (5−3)!
= 2!
= 2𝑥1
= 5𝑥4𝑥3 = 60
Types of Permutation:
Linear Permutation
𝑛!
𝑃(𝑛, 𝑟) = (𝑛−𝑟)!
Example Problem: In how many ways can 4 people be arranged in a row from a group of
6?
Solution:
6! 6! 6𝑥5𝑥4𝑥3𝑥2𝑥1
𝑃(6, 4) = (6−4)!
= 2!
= 2𝑥1
= 6𝑥5𝑥4𝑥3 = 360
Permutation with Repetition
𝑟
𝑛
Example Problem: How many ways can you arrange the letters A, B, C if repetition is
allowed for 3 positions? Solution:
3
3 = 27
Distinguishable Permutation
𝑛!
𝑘! 𝑙! 𝑚!
Example Problem: How many ways can the letters in the word "BALLOON" be
arranged? Solution:
7!
𝑃 = (1! 1! 2! 2! 1!)
= 1260
Circular Permutation
(n-1)!
Example Problem: How many ways can 5 people be seated around a round table?
Solution:
(5-1)! = 4! = 24
Combination
➢ The selection of objects without considering order.
𝑛!
𝐶(𝑛, 𝑟) = (𝑛−𝑟)!𝑟!
Example Problem: How many ways can you choose 3 students from a group of 7?
Solution:
Solution:
10𝑥9𝑥8
C(10,r)= 120
starting from 10 multiply til the number is divisible by 120\
720
r! = 120
= 6, turn the 6 into factorial and then cancel
r! = 6! = r = 3
solution:
𝑛! 𝑛(𝑛−1)(𝑛−2)(𝑛−3)
C(n,3) = (𝑛−3)! 3!
= (𝑛−3)! 3!
cancel the (n-3) since they are common
𝑛(𝑛−1)(𝑛−2) 𝑛(𝑛−1)(𝑛−2)
3!
= 6
= 35 𝑥 6 Multiply 6 to both sides so i can be canceled
N=7
Probability
➢ The measure of how likely an event is to occur.
𝐹𝑎𝑣𝑜𝑟𝑎𝑏𝑙𝑒 𝑂𝑢𝑡𝑐𝑜𝑚𝑒𝑠
P(E) =
𝑇𝑜𝑡𝑎𝑙 𝑂𝑢𝑡𝑐𝑜𝑚𝑒𝑠 𝐸𝑥𝑎𝑚𝑝𝑙𝑒
Example Problem: What is the probability of rolling a 3 on a fair six-sided die?
Solution:
1
P(3) = 6
or 16.67%
Example Problem: If P(A) = 0.4, P(B) = 0.3, and P(A ∩ B) = 0.1, find P(A ∪ B).
Example Problem: If P(A) = 0.5 and P(B) = 0.4, find P(A ∩ B) assuming independence.
P(A') = 1 - P(A)
➢ Simple probability: Can only happen in ONE way, only a SINGLE outcome
Example Problem: Tossing a coin once and getting heads, with the probability of 1/2
Example Problem: Tossing a coin twice and getting two heads, with the probability being
(1/2) x (1/2) = 1/4 or 0.25
6 5 11
16
+ 16
= 16
or 68.75%
➢ Inclusive Events: are events that CAN occur at the same time, events that have
something in common
Example Problem: A card is selected from a deck of 52 cards. What is the probability
that it is a red card or a number less than 5? Solution:
Red cards = 26 numbers less 5 = 16 number less than 5 that are red = 8
26 16 42 8
52
+ 52
= 52
you will then subtract
52
because that is the intersection
42 8 34 17
52
+ 52
= 52
simplest term =
26
or 65.38%
Example Problem: Randomly getting a red marble from a bag of 7 green, 2 blue, and 5
red marbles after getting a green marble and NOT REPLACING it. Solution:
7 5 35 5
14
𝑥 13
= 182
𝑠𝑖𝑚𝑝𝑙𝑒𝑠𝑡 𝑡𝑒𝑟𝑚 26
𝑜𝑟 19. 23%
Example Problem:Randomly getting a red marble from a bag of 7 green, 2 blue, and 5
red marbles after getting a green marble and REPLACING it. Solution:
Green = 7 blue = 2 red = 5 total = 14
7 5 35 5
14
𝑥 14
= 196
𝑠𝑖𝑚𝑝𝑙𝑒𝑠𝑡 𝑡𝑒𝑟𝑚 28
𝑜𝑟 17. 86%
Conditional Probability
➢ The probability of an event occurring given that another event has occurred.
𝑃(𝐴∩𝐵)
P(A | B) = 𝑃(𝐵)
Example Problem: If P(A ∩ B) = 0.2 and P(B) = 0.5, find P(A | B).
0.2
Solution: P(A | B) =
0.5
= 0.4