SLIDES Probability-Part1
SLIDES Probability-Part1
An introduction to Probability
Conditional probability
Who am I? Who are you?
Lecturer
Dr. Hà Văn Hiếu,
Faculty of Economics Mathematics, UEL.
Email: [email protected]. Mobile number: 0972 236 365
The best way to contact me is by email!
Students
Given your very varied backgrounds, you will need to
▶ stay focused,
▶ work with your team,
▶ become practiced at communicating your own insights and challenges.
How to pass?
Requirements:
▶ Group meeting minutes,
▶ Slides (in pptx or PDF format), and TEXTS (in docx or pdf format),
▶ File name: Group1_min1, Group1_min2, Group1_slides, Group1_text.
▶ Link: https://docs.google.com/spreadsheets
▶ Where to submit your work: LMS!
A motivation to study Probability
S = {Head, Tail}
S = {1, 2, 3, 4, 5, 6} .
Counting rules, combinations, and permutations
P. Consider that the traditional lottery system uses the random selection of 6
integers from 0 to 10. How many pair-wise different lottery tickets are available?
P. A teacher with a class of 30 students wants 5 of them to make a presentation.
How many ways could this happen?
P. How many different ways can the gold, silver, and bronze medals be awarded in an
Olympic event with 12 athletes competing?
P. Compare the counting rule for combinations and the counting rule for
permutations.
Assigning probabilities
▶ The sum of the probabilities for all the experimental outcomes must equal exactly
to 1. That is, if the sample space is S = {E1 , E2 , . . . , En }, then
Example
Consider the experiment of rolling a die. It would seem reasonable to conclude that the
six possible outcomes are equally likely and, therefore, each outcome is assigned a
probability of 1/6. If P(1) denotes the probability that one dot appears on the upward
face of the die, then P(1) = 1/6. Similarly,
P(2) = 1/6, P(3) = 1/6, P(4) = 1/6, P(5) = 1/6, and P(6) = 1/6.
The relative frequency method of assigning probabilities
Example
An experiment with three outcomes has been repeated 50 times and it was learned
that E1 occurred 20 times, E2 occurred 13 times, and E3 occurred 17 times. Assign
probabilities to the outcomes.
The subjective method of assigning probabilities
Complement of an event
Given an event A, the complement of A is defined to be the event consisting of all
sample points that are not in A. We denote the complement of A as Ac .
P(A) + P(Ac ) = 1
Union of two events
Addition law
Practice problems
1. Exercise 22 (p. 192)
2. Exercise 23 (p. 193)
Conditional Probability
The conditional probability is a measure of the probability of an event occurring, given
that another event is already known to have occurred. The probability of event A given
the condition that event B has occurred is denoted by P(A|B) (reads as “the
probability of A given B).
P(A ∩ B)
P(A|B) =
P(B)
Independent Events
Independent Events
Two events A and B are independent if
P(A|B) = P(A)
or
P(B|A) = P(B).
Otherwise, the events are dependent.
Multiplication Law
1. Suppose that we have two events, A and B, with P(A) = 0.5, P(B) = 0.6, and
P(A ∩ B) = 40.
a. Find P(A|B).
b. Find P(B|A). Are A and B independent?
2. Assume that we have two events, A and B, that are mutually exclusive. Assume
further that P(A) = 0.3 and P(B) = 0.4
a. Find P(A ∩ B)
b. Find P(A|B)
c. Find P(A ∪ B)
3. The following statement is correct or not: “two mutually exclusive events are
always dependent”.
Bayes’ theorem
Collectively Exhaustive Events
A set of events is said to be collectively exhaustive if at least one of the events is
certain to occur.
Bayes’ theorem
Let A1 , A2 , . . . , An be a set of n collectively exhaustive (i.e., their union is the entire
sample space), and mutually exclusive (that is, pairwise disjoint) events. Then, for any
event B, we have
Therefore,
P(Ai )P(B|Ai )
P(Ai |B) =
P(A1 )P(B|A1 ) + P(A2 )P(B|A2 ) + · · · + P(An )P(B|An )