Intro Stat Session 7
Intro Stat Session 7
Chapter Five
Basic Probability Concepts
Chapter Goals
After completing this chapter, you should be able to:
A fur
Introduction Cont’d
A fur
Introduction Cont’d
In a Random Experiment:
- There are a number of possible outcomes
- The outcome cannot be determined in
advance
So the outcome of the experiment may
change if the experiment is repeated !!
The best we can do is talk about the
probability (likelihood) that a particular
outcome will occur.
Introduction Cont’d
Intersection of Events
If A and B are two events in a sample space S,
then the intersection, A ∩ B, is the set of all
outcomes in S that belong to both A and B
S
A AB B
Introduction Cont’d
A c
A
c
A denotes the event “A does not occur”
Introduction Cont’d
A B
Introduction Cont’d
S = [1, 2, 3, 4, 5, 6]
Let A be the event “Number rolled is even”
Let B be the event “Number rolled is at
least 4”
Then
A = [2, 4, 6] and B = [4, 5, 6]
Examples: Intersection and Union
A B = { 2 , 4 , 5 , 6}
A B = { 4 , 6}
A = {1, 3 , 5 }
c
Examples: exclusive and exhaustive
S = {1, 2, 3, 4, 5, 6}
Mutually exclusive:
– A and B are not mutually exclusive
• The outcomes 4 and 6 are common to both
Collectively exhaustive:
– A and B are not collectively exhaustive
• A U B = {2,4,5,6} does not contain 1 or 3
Counting Rules
The Addition Rule
Let n( A ) denote the number of elements of event B
For any events A & B,
n (A ∪ B) = n (A) + n (B) – n(A ∩ B)
If A ∩ B = Ø, then n(A ∪ B) = n(A) + n(B)
If A1 , A 2 ,, A k
are k pair-wise mutually exclusive events, then
n ( A1 A 2 A k ) = n ( A i )
Counting Rules: Example
be: K*K*…* K = Kn
Example: Three coins are flipped. How many different
outcomes are there? K = 2; n= 3
Total = 2 3
=8
The Multiplication Rule Cont’d
Rule-2
In a sequence of events, if there are
m ways the first event can occur and
n ways the second event can occur,
then the total number of ways the two events can occur
is given by mxn
The Multiplication Rule Cont’d
Example
Consider a two stage problem solving approach. If the first
stage can be done in three ways and the second stage in five
ways, in how many different ways can the problem be solved?
m = 3; n = 5
Total = 3 5 = 15
Permutation
n!= n (n − 1) (n − 2) 1
Permutation Cont’d
Example
Suppose a researcher wants to arrange six respondents
in a row for interview. How many different possible ways
can the arrangement be done?
n=6
n!= 6 5 4 3 2 1 = 720
Combination
n!
n Cr =
( n − r )!r!
Combination Cont’d
Example:
The Department of Chemistry has 10 staff and
wants to form a research committee of 5 people.
In how many ways can the committee be formed?
Solution:
10! 3,628,800
10 C5 = = = 252
(10 − 5)!5! 14,400
Exercise
1. How many different 6-digit ID Numbers are
possible if the first 2 digit are to be occupied by
letters and the final 4 by numbers if
a) Repetition of letters and numbers are allowed
b) Repetition of letters and numbers are not allowed
2. Assume there are 6 men and 4 women
permanent staff members in the Department of
Chemistry, AAU. In how many ways can a
committee consisting of 3 men and 2 women be
formed?
Solution
1. 6-digit ID Numbers, 2 letters (26 choices), 4
numbers (10 choices);
a) Repetition of letters/numbers allowed:
ID Numbers= (26X26)X(10x10x10x10)=
= 262104
= 6,760,000
b) Repetition of letters/numbers not allowed:
ID Numbers = (26X25)X(10 X9X8X7)
= 3,276,000
Solution Cont’d
2. Committee:
We can select 3 men out of 6 in
6! 720
6 C3 = = = 20
(6 − 3)!3! 36
We can select 2 women out of 4 in
4! 24
4 C2 = = =6
( 4 − 2)!2! 4
So we can select 3 men and 2 women in 20x6 = 120 ways
Application of Counting rules, permutations,
combinatory rules
To calculate the probability of a given event?
In Statistics, 1 Certain
-the probability of an
event E (denoted by P(E))
is the measure of the .5
likelihood of an event to
happen.
3. Subjective Approach
Experiment:
✓ Experiment is repeated n times
✓ No data on repetitions
The probability that will be assigned to a particular
outcome is based on personal judgments/intuition.
Example: Subjective Approach
Questions:
a) Identify a sample space
b) Find P(A)
c) Find P(A u B)
d) Find P(A n B)
c
e) Find P( A )
f) Are events B and C mutually
exclusive?
Examples: Probability of unions,
intersections and complements
Solution:
a) Sample Space: S = {1, 2, 3, 4, 5, 6}
Each of six simple events are equally likely to occur:
P(1)=P(2)=P(3)=P(4)=P(5)=P(6)=1/6
b) Find P(A)
The event A={2, 3, 5};
P(A)=P(2)+P(3)+P(5)=1/6 + 1/6 + 1/6 = 3/6=1/2
c) Find P(A u B)
(A u B) = { 2, 3,4, 5, 6};
P(A u B) = P(2)+P(3)+P(4)+P(5)+P(6)=1/6 + 1/6 + 1/6 + 1/6 +1/6= 5/6
d) Find P(A n B)
(A n B) = {3, 5}; P(A n B) = P(3)+P(5) = 1/6 + 1/6 = 2/6 = 1/3
c)
e) Find P( A A c c
A={2, 3, 5}; A
= {1, 4, 6} ; P( ) = 3/6 =1/2
f) Are events B and C mutually exclusive? B and C are not mutually
exclusive because the outcomes 3 and 5 are common to both.
Examples Cont’d
Classification of profiles
Toxic Non-toxic Total
Metallic 30 25 55
Non-metallic 10 35 45
Total 40 60 100
a) P(metallic)=55/100
b) P(Toxic n Metallic)= 30/100
c) P(Non-toxic n Non-metallic)= 35/100
Conditional Probability
Let A and B be two events such that P(B)> 0.
The conditional probability that A occurs
given that B has occurred, is:
P( A B)
P( A/ B) =
P(B)
Example: Conditional Probability
1) P(M/S)=P(M n S)/P(S) =
(16/200)/(94/200)= 16/94= 0.17
Independent and Dependent Events
Two events A and B are said to be
independent if
P ( A / B ) = P ( A ), or
P ( B / A) = P ( B )