Lean Six Sigma Green Belt: Training
Lean Six Sigma Green Belt: Training
Basics of probability
Course Curriculum
• Introduction
• Basics of probability
• Permutations an combinations
• Rules used in probability
• Probability distributions
Learning Objectives
Rules of probability
What is probability
P(A)-Probability that event A occurs
P(A’)=Probability that event A will not occur
P(AUB)=Probability that event A will occur or B will occur or both (Union of A
and B)
P(A=Probability that event A and B will occur simultaneously or Joint probability
of A and B
P(A/B)=Probability of A given that B is known to have occurred (Conditional
probability
Probability Concepts
Application of probablity
For example :
in roll of single die ,P(1)=1/6,P(2)=1/6
P(3)=1/6, P(4)=1/6, P(5)=1/6, P(6)=1/6
P1+P2+P3+P4+P5+P6=1/6+1/6+1/6+1/6+1/6+1/6=6/6=1
The seven Fundamental probability rules
Rule 3:
For example
If the events are mutually exclusive (events that can not occur at same time) ,sum of probability of
occurrence of these events is equal to P(A)+P(B)
If A and B are only possible outcomes and are mutually exclusive then P(A)+P(B)=1
For Example:
In a single flip of coin the only two reasonable outcomes are a head or tail(Neglecting the possibility of
landing on edge)
These are mutually exclusive events since observing a head means a tail can not be observed and vice
versa
If A,B and C are independent events (not influenced by each other then:
Example:
Example:
The probability of observing two dependent events is the product of probability of first event and the
conditional probability of second event ,given that first has occurred
Example :
The probability of drawing a second ace from deck of cards, given that first draw was an ace (Assume two
cards are drawn without replacement )
e.g. if we have three elements a,b,c then possible permutations will be abc,acb,bac,cab,cba i.e 6.
Where n!=nx(n-1)x(n-2)x…..x2x1
Permutations Formula
nPr=nx(n-1)x(n-2)x…….x(n-r-1)
=n!/(n-r)!
Number of combinations ,subsets of size r that can be selected from a set of N elements
nCr=n!/r!(n-r)!
Combinations (n,r)=n!/r!(n-r)!
When the probability of occurrence of an event does not affect the probability of the occurrence of another event, then the
two events are said to be independent.
When the probability of one event occurring influences the likelihood of another event, the events are said to be
dependent.
Permutation is the total number of ways in which a set, group, or number of things can be arranged.
A. 36%
B. 64%
C. 84%
D. 24%
Q1:You have two cars. The probability of each one starting is 60%. What is the
likelihood
that at least one car starts?
A. 36%
B. 64%
C. 84%
D. 24%
A. 504
B. 84
C. 27
D. 12
Q2:You want to list three desserts from a menu of nine. How many different ways can
this
be done?
A. 504
B. 84
C. 27
D. 12
B
The correct answer is
Apply formula 9C3=9!/3!(9-3)!=9!/3!6!=9x8x7x6!/3!6!=84
This a combination problem since the order in which the desserts are listed is not of
concern. Therefore, using the
EXCEL function “=COMBIN(9,3)”, the resulting value is 84.
Q 3:You want to list your three favorite desserts in order from a menu of 11. How many
different ways can this be done?
A. 990
B. 165
C. 33
D. 14
Q 3:You want to list your three favorite desserts in order from a menu of 11. How many
different ways can this be done?
A. 990
B. 165
C. 33
D. 14
A
The correct answer is
Apply the formula 11p3=11!/(11-3)!-11!/8!=11x10x9x8!/8!=990 ways
This a permutation problem because the order that the desserts are listed in is of
concern. Therefore, the EXCEL
function to be used is “=PERMUT(11,3)”, which results in the value 990.
THANKS