Lesson - 3.2 - Probability and Statistics - Measure - Phase
Lesson - 3.2 - Probability and Statistics - Measure - Phase
Certification Course
Probability and Statistics
Learning Objectives
Economics
Banking
$ To estimate
number of people making deposits vs.
number of people requesting loans
Government
{HT}
PROPERTY 2 PROPERTY 3
Impossible event Certain event
PROPERTY 1
Probability of an event
0 to 1
! The total probability of the sample space or all elementary outcomes must be 100% or 1.
Probability of an Event
f
Then, Probability of the event =
N
Example:
f 1
P H = =
N 2
Probability: Example
What is the probability of getting a three followed by two when the dice are thrown twice?
The Probability of an Event = Sum of the Probabilities of the Outcomes in the Set
We can combine events to make other events using AND, OR, or NOT.
Probability Concepts
• A OR B is the entire
shaded area where
either event occurs.
P( A or B) = P(A) + P(B)
P(A) = 1 - P(NOT A)
Subtraction RULE
Probability of Probability of
occurrence of one occurrence of one
event event
affect / influence
does NOT affect / influence
Probability of Probability of
occurrence of another occurrence of another
event event
A
Second Rule For Dependent Variables
A bag contains 6 golden coins and 4 silver coins. Two coins are drawn without replacement from the
bag. What is the probability that both of the coins are silver?
4 3
P(A) = ; P(B|A) =
10 9
4 3 12
= ∗ =
10 9 90
= 0.1334 = 13.34%
Permutation
nP n!
r= p (n, r) =
(n−r)!
nC n!
r = c (n, r) = r! (n−r)!
From a group of 10 employees, a company has to select 4 for a particular project. In how many ways can the selection
happen, given the following conditions?
a. The arrangement of employees needs to be different due to 4 different team roles.
b. The arrangement of employees need not be different because each member will have the same role.
Here, n = 10 and r = 4
a. From a group of 10 employees, 4 employees need to be selected. The arrangement needs to be different.
nP n! 10!
r = p (n, r) = (n−r)!
= 10 P 4 = p (10, 4) =
(10−4)!
= 5040 ways
[EXCEL “=PERMUT(10,4)” =5040]
b. From a group of 10 employees, 4 have to be selected. The arrangement of these 4 employees need not be different.
nC n! 10!
r = c (n, r) = r! (n−r)!
= 10 C 4 = c (10, 4) =
4! (10−4)!
= 210 ways
[EXCEL “=COMBIN(10,4)” =210]
A. 36%
B. 64%
C. 84%
D. 24%
Knowledge
Check You have two cars. The probability of each one starting is 60%. What is the likelihood
1 that at least one car starts?
A. 36%
B. 64%
C. 84%
D. 24%
A. 504
B. 84
C. 27
D. 12
Knowledge
Check You want to list three desserts from a menu of nine. How many different ways can this
2 be done?
A. 504
B. 84
C. 27
D. 12
This a combination problem since the order in which the desserts are listed is not of concern. Therefore, using the
EXCEL function “=COMBIN(9,3)”, the resulting value is 84.
Knowledge
Check You want to list your three favorite desserts in order from a menu of 11. How many
3 different ways can this be done?
A. 990
B. 165
C. 33
D. 14
Knowledge
Check You want to list your three favorite desserts in order from a menu of 11. How many
3 different ways can this be done?
A. 990
B. 165
C. 33
D. 14
This a permutation problem because the order that the desserts are listed in is of concern. Therefore, the EXCEL
function to be used is “=PERMUT(11,3)”, which results in the value 990.