Lecture_3 Probability Theory
Lecture_3 Probability Theory
Probability Theory
Dr. Emmanuel
April 3, 2024
Outline
Probability
Introduction
Axiomatic definition of Probability
Conditional Probability
Independent events
Theorem of Total Probability
Baye’s Theorem
Counting Technique
Introduction
P(A ∩ B)
P(B/A) = , P(A) ̸= 0. (3)
P(A)
Proof
The inner circle represent the event A, A can occur along with (due
to ) B1 , B2 , · · · , Bn that are exhaustive and mutually exclusive.
AB1 , AB2 , · · · , ABn are also mutually exclusive,
It follows that A = AB1 +AB2 + · · · + ABn
P P n
P
Thus, P(A) = P ABi = P(ABi ) = P(Bi )P(A/Bi ).
i i i=1
Baye’s Theorem
If B1 , B2 , · · · , Bn is a set of exhaustive and mutually exclusive
events associated with a random experiment and A is another
event associated with (or caused by) Bi , then
P(Bi ) × P(A/Bi )
P(Bi /A) = n , i = 1, 2, . . . , n. (5)
P
P(Bi ) × P(A/Bi )
i=1
Proof
Answer:
Let A denote the event of one who has AIDS and B denote the
event that the test comes out positive.
(a) The probability that a person picked at random will test
positive is given by
(b) The probability that you have AIDS given that your test
comes back positive is given by
favorable positive branches
P(A/B) =
total positive branches
(0.005)(0.98)
=
(0.005)(0.98) + (0.995)(0.03)
0.0049
= = 0.14.
0.035
Counting Technique
Multiplication Rule
If E1 is an experiment with n1 outcomes and E2 is an experiment
with n2 possible outcomes,
then the experiment which consists of performing E1 first and then
E2 consists of n1 n2 possible outcomes.
Example
Find the possible number of outcomes in a sequence of two tosses
of a fair coin.
Solution
The number of possible outcomes is 2 × 2 = 4. This can easily be
shown by tree diagram.
Example
Find the number of possible outcomes of the rolling of a die and
then tossing a coin.
Example
How many different license plates are possible if the country
numbering system uses three letters followed by three digits.
Solution
Here we have letters A to Z for three positions in the plate number.
Also, we have digits 0 to 9 for three positions.
Then,
where n! = n × (n − 1) × (n − 2) × · · · × 2 × 1 and 0! = 1.
Example
How many numbers with three distinct digits are possible using the
digits 3, 4, 5, 6, 7, 8?
Solution
We need to find nPr where n = 6 and r = 3
n! 6!
nPr = = = 120.
(n − r )! (6 − 3)!
Then, Five of these numbers are 345, 356, 347, 378, 567
The arrangement of n objects such that q of them resemble is
n!
given by q! .
Example
In how many ways can the letters of the word ESSENTIAL be
arranged?
Combination
Example
How many committees of two chemists and one physicist can be
formed from 4 chemists and 3 physicists?
Assignment 1
1. Assume that not all airline passengers show up for their
reserved seat. An airline sells 125 tickets for a flight that
holds only 120 passengers. The probability that a passenger
does not show up is 0.10, and the passengers behave
independently.
(a) What is the probability that every passenger who shows up can
take the flight?
(b) What is the probability that the flight departs with no empty
seats?
2. A particular mix of concrete reaches a specified level of
hardness after X hours, where X ∼ N(25, 3.82). A building is
constructed in which concrete is laid in three stages. As soon
as the concrete is found to be hard in one stage, the concrete
for the next stage is laid. Calculate the probability that Stage
3 commences at least 45 hours after Stage 1 commences.