Chapter 2 Basic Probability Concepts
Chapter 2 Basic Probability Concepts
Definition 2.1:
Definition 2.2:
[Example]
event A={outcomes of a die tossing divisible by 3}
={ 3 , 6 }
Set Operations
Union: A∪B={ x | x∈A or x∈B}
[Theorem 2.4]
The number of distinct permutation of n objects of
which n1 are of one kind, n2 of a second kind,…, nk of a
kth kind is n!/ (n1! n2! ... nk!).
Combination
A combination is a selection of objects without regard to
order, i.e., partition into cells.
[Theorem 2.5]
The number of combinations of n distinct objects taken r at a
time is nCr = n! / r! (n - r)!.
The number of ways of partitioning a set of n objects into r
cells with n1 elements in the first cell, n2 elements in the
second, and so forth, is
n n!
n , n ,..., n , (n1 n2 ... nr n).
1 2 r n1 !n2 !...nr !
[Example]
(Solution)
The total number of possible ways would be
7 7!
210
3, 2, 2 3! 2! 2!
[Example]
(Solution)
The number of ways of selecting 3 cartridges from 10 is
10C3 = 10! / (3! 7!) = 120.
Definition 2.3
The probability of an event A is the sum of the probabilities
of all sample points (elementary events) in A.
0 P( A) 1, P( ) 0, and P( S ) 1,
If A1, A2, A3,…are mutually exclusive events, then
P( A1 A 2 A 3 ...) P( A 1 ) P( A 2 ) P( A3 ) ...
* A more rigorous treatment of the probability can be
described by Kolmogorov’s axioms and the definition of
probability spaces.
Kolmogorov’s Axioms
(rules or principles that are generally accepted)
First axiom:
the probability of an event A is a non-negative real number:
P ( A) 0.
Second axiom:
the probability that a certain event in the entire sample space
will occur is 1. More specifically, there are no events outside
the sample space:
P ( S ) 1.
Third axiom:
[Theorem]
If an experiment can result in any one of N different
equally likely outcomes (assumption of uniform
probability space), and if exactly n of these outcomes
correspond to event A, then the probability of event A
is given by
n
P( A)
N
[Example] tossing a die
S= {1, 2, 3, 4, 5, 6 }
P(1)=P(2)=P(3)=P(4)=P(5)=P(6)=1/6
P(S)=1/6+1/6+1/6+1/6+1/6+1/6=1
What about tossing 2 dice?
Is it true that P(n)=1/11, for n = 2~12?
S= {(1,1), (1,2),(2,1), (1,3),(3,1),(2,2), (1,4),……}
Example
[Theorem]
A
For three events A, B, and C,
P ( A B C ) P ( A) P ( B ) P (C ) P ( A B )
P ( A C ) P ( B C ) P ( A B C ).
[Theorem]
If A and Ac are complementary events, then P(A) + P(Ac) =
1.
Example
Definition 2.4
The conditional probability of B, given A, denoted by
P(B|A) is defined as
P( A B)
P ( B | A) , if P(A) > 0.
P ( A)
Thus,
P ( A B ) P ( A) P ( B | A),
Example
Definition 2.5
Two events A and B are independent if and only if
P( B | A) P( B ) or P ( A | B ) P ( A)
[Theorem]
Two events A and B are independent if and only if
P ( A B ) P ( A) P ( B )
Example
One bag contains 4 white and 3 black balls, and a second bag
contains 3 white and 5 black balls. One ball is drawn from the
first bag and placed unseen in the second bag. What is the
probability that a ball now drawn from the second bag is black?
(Solution)
Tree diagram
2-7 Bayes’ Rule