Introduction To Probability Theory
Introduction To Probability Theory
Theory
Prepared by: Badhan Das
Overview
● Sample space and events
● Probabilities defined of events
● Conditional probabilities
● Independent events
● Bayes’ formula
Sample Space and Events
Sample Space
The set of all possible outcomes of an experiment is known
as the sample space of the experiment and is denoted by S.
Examples of Sample Space
1. If the experiment consists of the flipping of a coin,
then, S = {H, T}; where H=head and T=tail.
2. If the experiment consists of rolling a die, then the
sample space is, S = {1, 2, 3, 4, 5, 6}.
3. If the experiment consists of flipping two coins, then
the sample space consists of the following four points:
S={(H,H), (H,T), (T,H), (T,T)}
4. If the experiment consists of rolling two dice, then what
will be the sample space??
Event
Any subset E of the sample space S is known as an event.
Example of Events
1. If E={H}, then E is the event that a head appears on the
flip of the coin. Similarly, if E={T}, then E will be the
event that a tail appears.
2. If E={1}, the E is then event that 1 appears on the roll
of the die. If E={2, 4, 6}, the E would be the event that
an even number appears on the roll.
3. If E={(H, H), (H, T)}, then E is the event that a head
appears on the first coin.
4. What it means if E={(1,6), (2,5), (3,4), (4,3), (5,2),
(6,1)}?
Union of Two Events
For any two events E and F of a sample space S we define the
new event E⋃F to consist of all outcomes that are either in E
or in F or in both E and F.
1. 0≤P(E)≤1
2. P(S)=1
3. For any sequence of events E1, E2,... that are mutually
exclusive, that is events for which EnEm=Ø, where n≠m,
then,
Example #1
In the coin tossing example, if we assume that a head is
equally likely to appear as a tail then we would have
P({H})=P({T})=0.5
P(EF) = P(E)P(F)
P(E|F) = P(E);
E = EF U EFc
P(E) = P(EF)+P(EFc)
= P(E|F)P(F) + P(E|Fc)P(Fc)
= P(E|F)P(F) + P(E|Fc)(1-P(F))
Theorem
Example #8
Consider two urns. The first contains two white and seven
black balls, and the second contains five white and six
black balls. We flip a fair coin and then draw a ball from
the first urn or the second urn depending on whether the
outcome was heads or tails. What is the conditional
probability that the outcome of the toss was heads given
that a white ball was selected?
Example #9
In answering a question on a multiple-choice test a student
either knows the answer or guesses. Let p be the probability
that she knows the answer and 1-p probability that she
guesses. Assume that a student who guesses at the answer
will be correct with probability 1/m, where m is the number
of multiple-choice alternatives. What is the conditional
probability that a student knew the answer to a question
given that she answered it correctly?
Example #10
A laboratory blood test is 95% effective in detecting a
certain disease when it is, in fact, present. However, the
test also yields a “false positive” result for 1% of the
healthy persons tested. (That is, if a healthy person is
tested, then, with probability 0.01, the test result will
imply he has the disease.) If 0.5% of the population
actually has the disease, what is the probability that a
person has the disease given that his test result is
positive?
Thank You