SlideShare a Scribd company logo
A Survey of Probability Concepts 
Chapter 5 
McGraw-Hill/Irwin ©The McGraw-Hill Companies, Inc. 2008
2 
GOALS 
1. Define probability. 
2. Describe the classical, empirical, and subjective 
approaches to probability. 
3. Explain the terms experiment, event, outcome, 
permutations, and combinations. 
4. Define the terms conditional probability and joint 
probability. 
5. Calculate probabilities using the rules of addition 
and rules of multiplication. 
6. Apply a tree diagram to organize and compute 
probabilities.
3 
Definitions 
A probability is a measure of the likelihood that 
an event in the future will happen. It can only 
assume a value between 0 and 1. 
 A value near zero means the event is not 
likely to happen. 
 A value near one means it is likely.
4 
Probability Examples
5 
Definitions continued 
An experiment is a process that leads 
to the occurrence of one and only one 
of several possible observations. 
An outcome is a particular result of an 
experiment. 
An event is a collection of one or more 
outcomes of an experiment.
6 
Experiments, Events and Outcomes
7 
Assigning Probabilities 
Three approaches to assigning 
probabilities 
– Classical 
– Empirical 
– Subjective
8 
Classical Probability
9 
Classical Probability - Example 
Consider an experiment of rolling a six-sided die. What is the 
probability of the event “an even number of spots appear face 
up”? 
The possible outcomes are: 
There are three “favorable” outcomes (a two, a four, and a six) in 
the collection of six equally likely possible outcomes.
10 
Mutually Exclusive and Independent 
Events 
Events are mutually exclusive if 
occurrence of one event means that 
none of the other events can occur at 
the same time. 
Events are independent if the 
occurrence of one event does not 
affect the occurrence of another.
11 
Collectively Exhaustive Events 
Events are collectively exhaustive 
if at least one of the events must 
occur when an experiment is 
conducted.
12 
Empirical Probability 
The empirical approach to probability is based on what 
is called the law of large numbers. 
The key to establishing probabilities empirically is that 
more observations will provide a more accurate 
estimate of the probability.
13 
Law of Large Numbers 
Suppose we toss a fair coin. The result of each toss is either a 
head or a tail. If we toss the coin a great number of times, the 
probability of the outcome of heads will approach 0.5. 
The following table reports the results of an experiment of flipping 
a fair coin 1, 10, 50, 100, 500, 1,000 and 10,000 times and 
then computing the relative frequency of heads
14 
Empirical Probability - Example 
On February 1, 2003, the Space Shuttle 
Columbia exploded. This was the 
second disaster in 113 space missions 
for NASA. 
On the basis of this information, what is the 
probability that a future mission is 
successfully completed? 
Probability of a successful flight Number of successful flights 
Total number of flights 
0.98 
111 
= = 
113 
=
15 
Subjective Probability 
 If there is little or no past experience or information on which to 
base a probability, it may be arrived at subjectively. 
 Illustrations of subjective probability are: 
1. Estimating the likelihood the New England Patriots will play in the 
Super Bowl next year. 
2. Estimating the likelihood you will be married before the age of 30. 
3. Estimating the likelihood the U.S. budget deficit will be reduced by 
half in the next 10 years.
16 
Summary of Types of Probability
17 
Rules of Addition 
Special Rule of Addition - If two events A 
and B are mutually exclusive, the 
probability of one or the other event’s 
occurring equals the sum of their 
probabilities. 
P(A or B) = P(A) + P(B) 
The General Rule of Addition - If A and B 
are two events that are not mutually 
exclusive, then P(A or B) is given by the 
following formula: 
P(A or B) = P(A) + P(B) - P(A and B)
18 
Addition Rule - Example 
What is the probability that a card chosen at 
random from a standard deck of cards will be 
either a king or a heart? 
P(A or B) = P(A) + P(B) - P(A and B) 
= 4/52 + 13/52 - 1/52 
= 16/52, or .3077
19 
The Complement Rule 
The complement rule is used to 
determine the probability of an 
event occurring by subtracting 
the probability of the event not 
occurring from 1. 
P(A) + P(~A) = 1 
or P(A) = 1 - P(~A).
20 
Joint Probability – Venn Diagram 
JOINT PROBABILITY A probability that 
measures the likelihood two or more events 
will happen concurrently.
21 
Special Rule of Multiplication 
The special rule of multiplication requires 
that two events A and B are 
independent. 
Two events A and B are independent if 
the occurrence of one has no effect on 
the probability of the occurrence of the 
other. 
This rule is written: 
P(A and B) = P(A)P(B)
22 
Multiplication Rule-Example 
A survey by the American Automobile association 
(AAA) revealed 60 percent of its members made 
airline reservations last year. Two members are 
selected at random. What is the probability both 
made airline reservations last year? 
Solution: 
The probability the first member made an airline reservation last year is . 
60, written as P(R1) = .60 
The probability that the second member selected made a reservation is 
also .60, so P(R2) = .60. 
Since the number of AAA members is very large, you may assume that R1 
and R2 are independent. 
P(R1 and R2) = P(R1)P(R2) = (.60)(.60) = .36
23 
Conditional Probability 
A conditional probability is the 
probability of a particular event 
occurring, given that another event 
has occurred. 
The probability of the event A given 
that the event B has occurred is 
written P(A|B).
24 
General Rule of Multiplication 
The general rule of multiplication is used to find the joint 
probability that two events will occur. 
Use the general rule of multiplication to find the joint 
probability of two events when the events are not 
independent. 
It states that for two events, A and B, the joint probability that 
both events will happen is found by multiplying the 
probability that event A will happen by the conditional 
probability of event B occurring given that A has occurred.
25 
General Multiplication Rule - Example 
A golfer has 12 golf shirts in his closet. Suppose 
9 of these shirts are white and the others 
blue. He gets dressed in the dark, so he just 
grabs a shirt and puts it on. He plays golf two 
days in a row and does not do laundry. 
What is the likelihood both shirts selected are 
white?
26 
General Multiplication Rule - Example 
 The event that the first shirt selected is white is W1. The 
probability is P(W1) = 9/12 
 The event that the second shirt selected is also white is 
identified as W2. The conditional probability that the 
second shirt selected is white, given that the first shirt 
selected is also white, is P(W2 | W1) = 8/11. 
 To determine the probability of 2 white shirts being 
selected we use formula: P(AB) = P(A) P(B|A) 
 P(W1 and W2) = P(W1)P(W2 |W1) = (9/12)(8/11) = 0.55
27 
Contingency Tables 
A CONTINGENCY TABLE is a table used to classify sample 
observations according to two or more identifiable 
characteristics 
E.g. A survey of 150 adults classified each as to gender and the 
number of movies attended last month. Each respondent is 
classified according to two criteria—the number of movies 
attended and gender.
28 
Contingency Tables - Example 
A sample of executives were surveyed about their loyalty to their company. 
One of the questions was, “If you were given an offer by another 
company equal to or slightly better than your present position, would 
you remain with the company or take the other position?” 
The responses of the 200 executives in the survey were cross-classified 
with their length of service with the company. 
What is the probability of randomly selecting an executive who is loyal to 
the company (would remain) and who has more than 10 years of 
service?
29 
Contingency Tables - Example 
Event A1 happens if a randomly selected executive will remain with the 
company despite an equal or slightly better offer from another 
company. 
Since there are 120 executives out of the 200 in the survey who would 
remain with the company 
P(A1) = 120/200, or .60. 
Event B4 happens if a randomly selected executive has more than 10 
years of service with the company. 
Thus, P(B4| A1) is the conditional probability that an executive with more 
than 10 years of service would remain with the company. 
Of the 120 executives who would remain 75 have more than 10 years of 
service, so P(B4| A1) = 75/120.
30 
Tree Diagrams 
A tree diagram is useful for portraying 
conditional and joint probabilities. 
It is particularly useful for analyzing 
business decisions involving several 
stages. 
A tree diagram is a graph that is helpful in 
organizing calculations that involve 
several stages. Each segment in the tree 
is one stage of the problem. The branches 
of a tree diagram are weighted by 
probabilities.
31 
Tree Diagram Example
32 
Principles of Counting 
Counting formulas for finding the 
number of possible outcomes in an 
experiment 
Multiplication Formula 
Permutation Formula 
Combination Formula
33 
Counting Rules – Multiplication 
The multiplication formula indicates 
that if there are m ways of doing 
one thing and n ways of doing 
another thing, there are m x n ways 
of doing both. 
Example: Dr. Delong has 10 shirts and 8 
ties. How many shirt and tie outfits does 
he have? 
(10)(8) = 80
34 
Counting Rules – Multiplication: 
Example 
An automobile dealer 
wants to advertise that 
for $29,999 you can buy 
a convertible, a two-door 
sedan, or a four-door 
model with your choice 
of either wire wheel 
covers or solid wheel 
covers. 
How many different 
arrangements of models 
and wheel covers can 
the dealer offer? 
Total possible arrangements = (m)(n) = (3)(2) = 6
35 
Counting Rules - Permutation 
A permutation is any arrangement of r 
objects selected from n possible 
objects. The order of arrangement is 
important in permutations.
36 
Permutation Example - Example 
Three electronic parts are to be assembled into 
a plug-in unit for a television set. The parts 
can be assembled in any order. In how many 
different ways can they be assembled? 
6 
P n n r 
! = = 6 
= 
1 
3! 
0! 
3! 
(3 3)! 
= 
n r 
( )! 
- 
= 
-
37 
Counting - Combination 
A combination is the number of 
ways to choose r objects from a 
group of n objects without regard 
to order.
38 
Combination - Example 
The marketing department has been given the assignment of designing 
color codes for the 42 different lines of compact disks sold by Goody 
Records. Three colors are to be used on each CD, but a combination 
of three colors used for one CD cannot be rearranged and used to 
identify a different CD. This means that if green, yellow, and violet were 
used to identify one line, then yellow, green, and violet (or any other 
combination of these three colors) cannot be used to identify another 
line. Would seven colors taken three at a time be adequate to color-code 
the 42 lines? 
35 
7! 
C n 
7 3 = = 
3!4! 
7! 
3!(7 3)! 
! 
= 
r n r 
!( )! 
- 
= 
-
39 
Combination – Another Example 
There are 12 players on the Carolina Forest 
High School basketball team. Coach 
Thompson must pick five players among the 
twelve on the team to comprise the starting 
lineup. How many different groups are 
possible? 
792 
12! 
12 5 = 
- 
5!(12 5)! 
C =
40 
Permutation - Another Example 
Suppose that in addition to selecting the group, 
he must also rank each of the players in that 
starting lineup according to their ability. 
95,040 
12! 
12 5 = 
- 
(12 5)! 
P =
41 
End of Chapter 5

More Related Content

What's hot

Chapter 04
Chapter 04Chapter 04
Chapter 04bmcfad01
 
Marketing Chapter no 6
Marketing Chapter no 6Marketing Chapter no 6
Marketing Chapter no 6Haroon Ahmed
 
Chap09 hypothesis testing
Chap09 hypothesis testingChap09 hypothesis testing
Chap09 hypothesis testing
Judianto Nugroho
 
Rsh qam11 ch03 ge
Rsh qam11 ch03 geRsh qam11 ch03 ge
Rsh qam11 ch03 ge
Firas Husseini
 
Applied Business Statistics ,ken black , ch 6
Applied Business Statistics ,ken black , ch 6Applied Business Statistics ,ken black , ch 6
Applied Business Statistics ,ken black , ch 6
AbdelmonsifFadl
 
Probability powerpoint
Probability powerpointProbability powerpoint
Probability powerpointTiffany Deegan
 
Chapter 07
Chapter 07Chapter 07
Chapter 07bmcfad01
 
Bbs11 ppt ch04
Bbs11 ppt ch04Bbs11 ppt ch04
Bbs11 ppt ch04
Tuul Tuul
 
DECISION THEORY WITH EXAMPLE
DECISION THEORY WITH EXAMPLEDECISION THEORY WITH EXAMPLE
DECISION THEORY WITH EXAMPLEAnasuya Barik
 
Principles of economics (Chapter 1)
Principles of economics (Chapter 1)Principles of economics (Chapter 1)
Principles of economics (Chapter 1)Yowela Estanislao
 
Operations Management 12Ed Jay Heizer ( PDFDrive ).pdf
Operations Management 12Ed Jay Heizer ( PDFDrive ).pdfOperations Management 12Ed Jay Heizer ( PDFDrive ).pdf
Operations Management 12Ed Jay Heizer ( PDFDrive ).pdf
IrwanSetiaRachmadi
 
What are the pros and cons of database marketing?
What are the pros and cons of database marketing?What are the pros and cons of database marketing?
What are the pros and cons of database marketing?
Sameer mathur
 
Decision Theory
Decision TheoryDecision Theory
Decision Theory
Kristine Lungay
 
Principles of economics (Chapter 2)
Principles of economics (Chapter 2)Principles of economics (Chapter 2)
Principles of economics (Chapter 2)
Yowela Estanislao
 
An introduction to decision trees
An introduction to decision treesAn introduction to decision trees
An introduction to decision trees
Fahim Muntaha
 
Transportation problems1
Transportation problems1Transportation problems1
Transportation problems1
Firas Husseini
 
Business model of Mcdonald's
Business model of Mcdonald'sBusiness model of Mcdonald's
Business model of Mcdonald's
欣 郭
 

What's hot (20)

Chapter 04
Chapter 04Chapter 04
Chapter 04
 
Marketing Chapter no 6
Marketing Chapter no 6Marketing Chapter no 6
Marketing Chapter no 6
 
Chapter 3 marketing
Chapter 3 marketingChapter 3 marketing
Chapter 3 marketing
 
Chap09 hypothesis testing
Chap09 hypothesis testingChap09 hypothesis testing
Chap09 hypothesis testing
 
Rsh qam11 ch03 ge
Rsh qam11 ch03 geRsh qam11 ch03 ge
Rsh qam11 ch03 ge
 
Applied Business Statistics ,ken black , ch 6
Applied Business Statistics ,ken black , ch 6Applied Business Statistics ,ken black , ch 6
Applied Business Statistics ,ken black , ch 6
 
Probability powerpoint
Probability powerpointProbability powerpoint
Probability powerpoint
 
Chapter 07
Chapter 07Chapter 07
Chapter 07
 
Bbs11 ppt ch04
Bbs11 ppt ch04Bbs11 ppt ch04
Bbs11 ppt ch04
 
DECISION THEORY WITH EXAMPLE
DECISION THEORY WITH EXAMPLEDECISION THEORY WITH EXAMPLE
DECISION THEORY WITH EXAMPLE
 
Principles of economics (Chapter 1)
Principles of economics (Chapter 1)Principles of economics (Chapter 1)
Principles of economics (Chapter 1)
 
Chap005
Chap005Chap005
Chap005
 
Operations Management 12Ed Jay Heizer ( PDFDrive ).pdf
Operations Management 12Ed Jay Heizer ( PDFDrive ).pdfOperations Management 12Ed Jay Heizer ( PDFDrive ).pdf
Operations Management 12Ed Jay Heizer ( PDFDrive ).pdf
 
Decision tree example problem
Decision tree example problemDecision tree example problem
Decision tree example problem
 
What are the pros and cons of database marketing?
What are the pros and cons of database marketing?What are the pros and cons of database marketing?
What are the pros and cons of database marketing?
 
Decision Theory
Decision TheoryDecision Theory
Decision Theory
 
Principles of economics (Chapter 2)
Principles of economics (Chapter 2)Principles of economics (Chapter 2)
Principles of economics (Chapter 2)
 
An introduction to decision trees
An introduction to decision treesAn introduction to decision trees
An introduction to decision trees
 
Transportation problems1
Transportation problems1Transportation problems1
Transportation problems1
 
Business model of Mcdonald's
Business model of Mcdonald'sBusiness model of Mcdonald's
Business model of Mcdonald's
 

Viewers also liked

amélioration du confort thermique dans une école
amélioration du confort thermique dans une école amélioration du confort thermique dans une école
amélioration du confort thermique dans une école
ANASS M'RABET
 
Describing Data: Numerical Measures
Describing Data: Numerical MeasuresDescribing Data: Numerical Measures
Describing Data: Numerical Measures
ConflagratioNal Jahid
 
Continuous probability Business Statistics, Management
Continuous probability Business Statistics, ManagementContinuous probability Business Statistics, Management
Continuous probability Business Statistics, Management
Debjit Das
 
Chapter 06
Chapter 06 Chapter 06
Chapter 06
Tuul Tuul
 
Probability distribution 2
Probability distribution 2Probability distribution 2
Probability distribution 2
Nilanjan Bhaumik
 
Chapter 11
Chapter 11Chapter 11
Chapter 11bmcfad01
 
Chapter 02
Chapter 02Chapter 02
Chapter 02bmcfad01
 
Chapter 10
Chapter 10Chapter 10
Chapter 10bmcfad01
 
Chapter 01
Chapter 01Chapter 01
Chapter 01bmcfad01
 
Chapter 08
Chapter 08 Chapter 08
Chapter 08
Tuul Tuul
 
Discrete Probability Distributions
Discrete Probability DistributionsDiscrete Probability Distributions
Discrete Probability Distributionsmandalina landy
 
Discrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec domsDiscrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec doms
Babasab Patil
 
Chapter 12
Chapter 12Chapter 12
Chapter 12bmcfad01
 
Chapter 09
Chapter 09Chapter 09
Chapter 09bmcfad01
 
INTRODUCTION TO BIO STATISTICS
INTRODUCTION TO BIO STATISTICS INTRODUCTION TO BIO STATISTICS
INTRODUCTION TO BIO STATISTICS
Meklelle university
 
Change process
Change processChange process
Change process
VijayKrKhurana
 

Viewers also liked (18)

amélioration du confort thermique dans une école
amélioration du confort thermique dans une école amélioration du confort thermique dans une école
amélioration du confort thermique dans une école
 
Ggghh
GgghhGgghh
Ggghh
 
Describing Data: Numerical Measures
Describing Data: Numerical MeasuresDescribing Data: Numerical Measures
Describing Data: Numerical Measures
 
Continuous probability Business Statistics, Management
Continuous probability Business Statistics, ManagementContinuous probability Business Statistics, Management
Continuous probability Business Statistics, Management
 
Chap008
Chap008Chap008
Chap008
 
Chapter 06
Chapter 06 Chapter 06
Chapter 06
 
Probability distribution 2
Probability distribution 2Probability distribution 2
Probability distribution 2
 
Chapter 11
Chapter 11Chapter 11
Chapter 11
 
Chapter 02
Chapter 02Chapter 02
Chapter 02
 
Chapter 10
Chapter 10Chapter 10
Chapter 10
 
Chapter 01
Chapter 01Chapter 01
Chapter 01
 
Chapter 08
Chapter 08 Chapter 08
Chapter 08
 
Discrete Probability Distributions
Discrete Probability DistributionsDiscrete Probability Distributions
Discrete Probability Distributions
 
Discrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec domsDiscrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec doms
 
Chapter 12
Chapter 12Chapter 12
Chapter 12
 
Chapter 09
Chapter 09Chapter 09
Chapter 09
 
INTRODUCTION TO BIO STATISTICS
INTRODUCTION TO BIO STATISTICS INTRODUCTION TO BIO STATISTICS
INTRODUCTION TO BIO STATISTICS
 
Change process
Change processChange process
Change process
 

Similar to Chapter 05

Lesson 5.ppt
Lesson 5.pptLesson 5.ppt
Lesson 5.ppt
OkianWarner
 
Chap005Lind.ppt
Chap005Lind.pptChap005Lind.ppt
Chap005Lind.ppt
ManoloTaquire
 
Bab 5.ppt
Bab 5.pptBab 5.ppt
Probability Concepts
Probability ConceptsProbability Concepts
Probability Concepts
ConflagratioNal Jahid
 
Statistik Chapter 3
Statistik Chapter 3Statistik Chapter 3
Statistik Chapter 3WanBK Leo
 
IPPTCh005.pptx
IPPTCh005.pptxIPPTCh005.pptx
IPPTCh005.pptx
ManoloTaquire
 
Probability
ProbabilityProbability
Probability
narutosasuke16
 
Chapter 4 260110 044531
Chapter 4 260110 044531Chapter 4 260110 044531
Chapter 4 260110 044531
guest25d353
 
Sqqs1013 ch3-a112
Sqqs1013 ch3-a112Sqqs1013 ch3-a112
Sqqs1013 ch3-a112
kim rae KI
 
Probability unit2.pptx
Probability unit2.pptxProbability unit2.pptx
Probability unit2.pptx
SNIGDHABADIDA2127755
 
Stat lesson 4.2 rules of computing probability
Stat lesson 4.2 rules of computing probabilityStat lesson 4.2 rules of computing probability
Stat lesson 4.2 rules of computing probabilitypipamutuc
 
group1-151014013653-lva1-app6891.pdf
group1-151014013653-lva1-app6891.pdfgroup1-151014013653-lva1-app6891.pdf
group1-151014013653-lva1-app6891.pdf
VenkateshPandiri4
 
Probability theory good
Probability theory goodProbability theory good
Probability theory goodZahida Pervaiz
 
introduction to probability
introduction to probabilityintroduction to probability
introduction to probability
lovemucheca
 
Probability Theory
Probability TheoryProbability Theory
Probability Theory
Parul Singh
 
Biostats Origional
Biostats OrigionalBiostats Origional
Biostats Origional
sanchitbaba
 
Basic concepts of probability
Basic concepts of probabilityBasic concepts of probability
Basic concepts of probability
Avjinder (Avi) Kaler
 
tps5e_Ch5_3.ppt
tps5e_Ch5_3.ppttps5e_Ch5_3.ppt
tps5e_Ch5_3.ppt
JosephSPalileoJr
 
tps5e_Ch5_3.ppt
tps5e_Ch5_3.ppttps5e_Ch5_3.ppt
tps5e_Ch5_3.ppt
VenkateshPandiri4
 

Similar to Chapter 05 (20)

Lesson 5.ppt
Lesson 5.pptLesson 5.ppt
Lesson 5.ppt
 
Chap005Lind.ppt
Chap005Lind.pptChap005Lind.ppt
Chap005Lind.ppt
 
Bab 5.ppt
Bab 5.pptBab 5.ppt
Bab 5.ppt
 
Probability Concepts
Probability ConceptsProbability Concepts
Probability Concepts
 
Statistik Chapter 3
Statistik Chapter 3Statistik Chapter 3
Statistik Chapter 3
 
IPPTCh005.pptx
IPPTCh005.pptxIPPTCh005.pptx
IPPTCh005.pptx
 
Probability
ProbabilityProbability
Probability
 
Chapter 4 260110 044531
Chapter 4 260110 044531Chapter 4 260110 044531
Chapter 4 260110 044531
 
Sqqs1013 ch3-a112
Sqqs1013 ch3-a112Sqqs1013 ch3-a112
Sqqs1013 ch3-a112
 
Probability unit2.pptx
Probability unit2.pptxProbability unit2.pptx
Probability unit2.pptx
 
Stat lesson 4.2 rules of computing probability
Stat lesson 4.2 rules of computing probabilityStat lesson 4.2 rules of computing probability
Stat lesson 4.2 rules of computing probability
 
group1-151014013653-lva1-app6891.pdf
group1-151014013653-lva1-app6891.pdfgroup1-151014013653-lva1-app6891.pdf
group1-151014013653-lva1-app6891.pdf
 
Probability theory good
Probability theory goodProbability theory good
Probability theory good
 
introduction to probability
introduction to probabilityintroduction to probability
introduction to probability
 
Lecture on Statistics 1
Lecture on Statistics 1Lecture on Statistics 1
Lecture on Statistics 1
 
Probability Theory
Probability TheoryProbability Theory
Probability Theory
 
Biostats Origional
Biostats OrigionalBiostats Origional
Biostats Origional
 
Basic concepts of probability
Basic concepts of probabilityBasic concepts of probability
Basic concepts of probability
 
tps5e_Ch5_3.ppt
tps5e_Ch5_3.ppttps5e_Ch5_3.ppt
tps5e_Ch5_3.ppt
 
tps5e_Ch5_3.ppt
tps5e_Ch5_3.ppttps5e_Ch5_3.ppt
tps5e_Ch5_3.ppt
 

More from Tuul Tuul

2019 12etses
2019 12etses2019 12etses
2019 12etses
Tuul Tuul
 
2018 12etses
2018 12etses2018 12etses
2018 12etses
Tuul Tuul
 
2017 12etses
2017 12etses2017 12etses
2017 12etses
Tuul Tuul
 
2016 12etses
2016 12etses2016 12etses
2016 12etses
Tuul Tuul
 
Jishee
JisheeJishee
Jishee
Tuul Tuul
 
Bbs11 ppt ch19
Bbs11 ppt ch19Bbs11 ppt ch19
Bbs11 ppt ch19
Tuul Tuul
 
Bbs11 ppt ch17
Bbs11 ppt ch17Bbs11 ppt ch17
Bbs11 ppt ch17
Tuul Tuul
 
Bbs11 ppt ch16
Bbs11 ppt ch16Bbs11 ppt ch16
Bbs11 ppt ch16
Tuul Tuul
 
Bbs11 ppt ch14
Bbs11 ppt ch14Bbs11 ppt ch14
Bbs11 ppt ch14
Tuul Tuul
 
Bbs11 ppt ch13
Bbs11 ppt ch13Bbs11 ppt ch13
Bbs11 ppt ch13
Tuul Tuul
 
Bbs11 ppt ch12
Bbs11 ppt ch12Bbs11 ppt ch12
Bbs11 ppt ch12
Tuul Tuul
 
Bbs11 ppt ch11
Bbs11 ppt ch11Bbs11 ppt ch11
Bbs11 ppt ch11
Tuul Tuul
 
Bbs11 ppt ch10
Bbs11 ppt ch10Bbs11 ppt ch10
Bbs11 ppt ch10
Tuul Tuul
 
Bbs11 ppt ch08
Bbs11 ppt ch08Bbs11 ppt ch08
Bbs11 ppt ch08
Tuul Tuul
 
Bbs11 ppt ch07
Bbs11 ppt ch07Bbs11 ppt ch07
Bbs11 ppt ch07
Tuul Tuul
 
Bbs11 ppt ch06
Bbs11 ppt ch06Bbs11 ppt ch06
Bbs11 ppt ch06
Tuul Tuul
 
Bbs11 ppt ch05
Bbs11 ppt ch05Bbs11 ppt ch05
Bbs11 ppt ch05
Tuul Tuul
 
Bbs11 ppt ch03
Bbs11 ppt ch03Bbs11 ppt ch03
Bbs11 ppt ch03
Tuul Tuul
 
Bbs11 ppt ch02
Bbs11 ppt ch02Bbs11 ppt ch02
Bbs11 ppt ch02
Tuul Tuul
 
Bbs11 ppt ch01
Bbs11 ppt ch01Bbs11 ppt ch01
Bbs11 ppt ch01
Tuul Tuul
 

More from Tuul Tuul (20)

2019 12etses
2019 12etses2019 12etses
2019 12etses
 
2018 12etses
2018 12etses2018 12etses
2018 12etses
 
2017 12etses
2017 12etses2017 12etses
2017 12etses
 
2016 12etses
2016 12etses2016 12etses
2016 12etses
 
Jishee
JisheeJishee
Jishee
 
Bbs11 ppt ch19
Bbs11 ppt ch19Bbs11 ppt ch19
Bbs11 ppt ch19
 
Bbs11 ppt ch17
Bbs11 ppt ch17Bbs11 ppt ch17
Bbs11 ppt ch17
 
Bbs11 ppt ch16
Bbs11 ppt ch16Bbs11 ppt ch16
Bbs11 ppt ch16
 
Bbs11 ppt ch14
Bbs11 ppt ch14Bbs11 ppt ch14
Bbs11 ppt ch14
 
Bbs11 ppt ch13
Bbs11 ppt ch13Bbs11 ppt ch13
Bbs11 ppt ch13
 
Bbs11 ppt ch12
Bbs11 ppt ch12Bbs11 ppt ch12
Bbs11 ppt ch12
 
Bbs11 ppt ch11
Bbs11 ppt ch11Bbs11 ppt ch11
Bbs11 ppt ch11
 
Bbs11 ppt ch10
Bbs11 ppt ch10Bbs11 ppt ch10
Bbs11 ppt ch10
 
Bbs11 ppt ch08
Bbs11 ppt ch08Bbs11 ppt ch08
Bbs11 ppt ch08
 
Bbs11 ppt ch07
Bbs11 ppt ch07Bbs11 ppt ch07
Bbs11 ppt ch07
 
Bbs11 ppt ch06
Bbs11 ppt ch06Bbs11 ppt ch06
Bbs11 ppt ch06
 
Bbs11 ppt ch05
Bbs11 ppt ch05Bbs11 ppt ch05
Bbs11 ppt ch05
 
Bbs11 ppt ch03
Bbs11 ppt ch03Bbs11 ppt ch03
Bbs11 ppt ch03
 
Bbs11 ppt ch02
Bbs11 ppt ch02Bbs11 ppt ch02
Bbs11 ppt ch02
 
Bbs11 ppt ch01
Bbs11 ppt ch01Bbs11 ppt ch01
Bbs11 ppt ch01
 

Recently uploaded

CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
Assignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docxAssignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docx
ArianaBusciglio
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
What is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptxWhat is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptx
christianmathematics
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
MERN Stack Developer Roadmap By ScholarHat PDF
MERN Stack Developer Roadmap By ScholarHat PDFMERN Stack Developer Roadmap By ScholarHat PDF
MERN Stack Developer Roadmap By ScholarHat PDF
scholarhattraining
 
Delivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and TrainingDelivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and Training
AG2 Design
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
kitab khulasah nurul yaqin jilid 1 - 2.pptx
kitab khulasah nurul yaqin jilid 1 - 2.pptxkitab khulasah nurul yaqin jilid 1 - 2.pptx
kitab khulasah nurul yaqin jilid 1 - 2.pptx
datarid22
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
Reflective and Evaluative Practice...pdf
Reflective and Evaluative Practice...pdfReflective and Evaluative Practice...pdf
Reflective and Evaluative Practice...pdf
amberjdewit93
 

Recently uploaded (20)

CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
Assignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docxAssignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docx
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
What is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptxWhat is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptx
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
MERN Stack Developer Roadmap By ScholarHat PDF
MERN Stack Developer Roadmap By ScholarHat PDFMERN Stack Developer Roadmap By ScholarHat PDF
MERN Stack Developer Roadmap By ScholarHat PDF
 
Delivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and TrainingDelivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and Training
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
kitab khulasah nurul yaqin jilid 1 - 2.pptx
kitab khulasah nurul yaqin jilid 1 - 2.pptxkitab khulasah nurul yaqin jilid 1 - 2.pptx
kitab khulasah nurul yaqin jilid 1 - 2.pptx
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
Reflective and Evaluative Practice...pdf
Reflective and Evaluative Practice...pdfReflective and Evaluative Practice...pdf
Reflective and Evaluative Practice...pdf
 

Chapter 05

  • 1. A Survey of Probability Concepts Chapter 5 McGraw-Hill/Irwin ©The McGraw-Hill Companies, Inc. 2008
  • 2. 2 GOALS 1. Define probability. 2. Describe the classical, empirical, and subjective approaches to probability. 3. Explain the terms experiment, event, outcome, permutations, and combinations. 4. Define the terms conditional probability and joint probability. 5. Calculate probabilities using the rules of addition and rules of multiplication. 6. Apply a tree diagram to organize and compute probabilities.
  • 3. 3 Definitions A probability is a measure of the likelihood that an event in the future will happen. It can only assume a value between 0 and 1.  A value near zero means the event is not likely to happen.  A value near one means it is likely.
  • 5. 5 Definitions continued An experiment is a process that leads to the occurrence of one and only one of several possible observations. An outcome is a particular result of an experiment. An event is a collection of one or more outcomes of an experiment.
  • 6. 6 Experiments, Events and Outcomes
  • 7. 7 Assigning Probabilities Three approaches to assigning probabilities – Classical – Empirical – Subjective
  • 9. 9 Classical Probability - Example Consider an experiment of rolling a six-sided die. What is the probability of the event “an even number of spots appear face up”? The possible outcomes are: There are three “favorable” outcomes (a two, a four, and a six) in the collection of six equally likely possible outcomes.
  • 10. 10 Mutually Exclusive and Independent Events Events are mutually exclusive if occurrence of one event means that none of the other events can occur at the same time. Events are independent if the occurrence of one event does not affect the occurrence of another.
  • 11. 11 Collectively Exhaustive Events Events are collectively exhaustive if at least one of the events must occur when an experiment is conducted.
  • 12. 12 Empirical Probability The empirical approach to probability is based on what is called the law of large numbers. The key to establishing probabilities empirically is that more observations will provide a more accurate estimate of the probability.
  • 13. 13 Law of Large Numbers Suppose we toss a fair coin. The result of each toss is either a head or a tail. If we toss the coin a great number of times, the probability of the outcome of heads will approach 0.5. The following table reports the results of an experiment of flipping a fair coin 1, 10, 50, 100, 500, 1,000 and 10,000 times and then computing the relative frequency of heads
  • 14. 14 Empirical Probability - Example On February 1, 2003, the Space Shuttle Columbia exploded. This was the second disaster in 113 space missions for NASA. On the basis of this information, what is the probability that a future mission is successfully completed? Probability of a successful flight Number of successful flights Total number of flights 0.98 111 = = 113 =
  • 15. 15 Subjective Probability  If there is little or no past experience or information on which to base a probability, it may be arrived at subjectively.  Illustrations of subjective probability are: 1. Estimating the likelihood the New England Patriots will play in the Super Bowl next year. 2. Estimating the likelihood you will be married before the age of 30. 3. Estimating the likelihood the U.S. budget deficit will be reduced by half in the next 10 years.
  • 16. 16 Summary of Types of Probability
  • 17. 17 Rules of Addition Special Rule of Addition - If two events A and B are mutually exclusive, the probability of one or the other event’s occurring equals the sum of their probabilities. P(A or B) = P(A) + P(B) The General Rule of Addition - If A and B are two events that are not mutually exclusive, then P(A or B) is given by the following formula: P(A or B) = P(A) + P(B) - P(A and B)
  • 18. 18 Addition Rule - Example What is the probability that a card chosen at random from a standard deck of cards will be either a king or a heart? P(A or B) = P(A) + P(B) - P(A and B) = 4/52 + 13/52 - 1/52 = 16/52, or .3077
  • 19. 19 The Complement Rule The complement rule is used to determine the probability of an event occurring by subtracting the probability of the event not occurring from 1. P(A) + P(~A) = 1 or P(A) = 1 - P(~A).
  • 20. 20 Joint Probability – Venn Diagram JOINT PROBABILITY A probability that measures the likelihood two or more events will happen concurrently.
  • 21. 21 Special Rule of Multiplication The special rule of multiplication requires that two events A and B are independent. Two events A and B are independent if the occurrence of one has no effect on the probability of the occurrence of the other. This rule is written: P(A and B) = P(A)P(B)
  • 22. 22 Multiplication Rule-Example A survey by the American Automobile association (AAA) revealed 60 percent of its members made airline reservations last year. Two members are selected at random. What is the probability both made airline reservations last year? Solution: The probability the first member made an airline reservation last year is . 60, written as P(R1) = .60 The probability that the second member selected made a reservation is also .60, so P(R2) = .60. Since the number of AAA members is very large, you may assume that R1 and R2 are independent. P(R1 and R2) = P(R1)P(R2) = (.60)(.60) = .36
  • 23. 23 Conditional Probability A conditional probability is the probability of a particular event occurring, given that another event has occurred. The probability of the event A given that the event B has occurred is written P(A|B).
  • 24. 24 General Rule of Multiplication The general rule of multiplication is used to find the joint probability that two events will occur. Use the general rule of multiplication to find the joint probability of two events when the events are not independent. It states that for two events, A and B, the joint probability that both events will happen is found by multiplying the probability that event A will happen by the conditional probability of event B occurring given that A has occurred.
  • 25. 25 General Multiplication Rule - Example A golfer has 12 golf shirts in his closet. Suppose 9 of these shirts are white and the others blue. He gets dressed in the dark, so he just grabs a shirt and puts it on. He plays golf two days in a row and does not do laundry. What is the likelihood both shirts selected are white?
  • 26. 26 General Multiplication Rule - Example  The event that the first shirt selected is white is W1. The probability is P(W1) = 9/12  The event that the second shirt selected is also white is identified as W2. The conditional probability that the second shirt selected is white, given that the first shirt selected is also white, is P(W2 | W1) = 8/11.  To determine the probability of 2 white shirts being selected we use formula: P(AB) = P(A) P(B|A)  P(W1 and W2) = P(W1)P(W2 |W1) = (9/12)(8/11) = 0.55
  • 27. 27 Contingency Tables A CONTINGENCY TABLE is a table used to classify sample observations according to two or more identifiable characteristics E.g. A survey of 150 adults classified each as to gender and the number of movies attended last month. Each respondent is classified according to two criteria—the number of movies attended and gender.
  • 28. 28 Contingency Tables - Example A sample of executives were surveyed about their loyalty to their company. One of the questions was, “If you were given an offer by another company equal to or slightly better than your present position, would you remain with the company or take the other position?” The responses of the 200 executives in the survey were cross-classified with their length of service with the company. What is the probability of randomly selecting an executive who is loyal to the company (would remain) and who has more than 10 years of service?
  • 29. 29 Contingency Tables - Example Event A1 happens if a randomly selected executive will remain with the company despite an equal or slightly better offer from another company. Since there are 120 executives out of the 200 in the survey who would remain with the company P(A1) = 120/200, or .60. Event B4 happens if a randomly selected executive has more than 10 years of service with the company. Thus, P(B4| A1) is the conditional probability that an executive with more than 10 years of service would remain with the company. Of the 120 executives who would remain 75 have more than 10 years of service, so P(B4| A1) = 75/120.
  • 30. 30 Tree Diagrams A tree diagram is useful for portraying conditional and joint probabilities. It is particularly useful for analyzing business decisions involving several stages. A tree diagram is a graph that is helpful in organizing calculations that involve several stages. Each segment in the tree is one stage of the problem. The branches of a tree diagram are weighted by probabilities.
  • 31. 31 Tree Diagram Example
  • 32. 32 Principles of Counting Counting formulas for finding the number of possible outcomes in an experiment Multiplication Formula Permutation Formula Combination Formula
  • 33. 33 Counting Rules – Multiplication The multiplication formula indicates that if there are m ways of doing one thing and n ways of doing another thing, there are m x n ways of doing both. Example: Dr. Delong has 10 shirts and 8 ties. How many shirt and tie outfits does he have? (10)(8) = 80
  • 34. 34 Counting Rules – Multiplication: Example An automobile dealer wants to advertise that for $29,999 you can buy a convertible, a two-door sedan, or a four-door model with your choice of either wire wheel covers or solid wheel covers. How many different arrangements of models and wheel covers can the dealer offer? Total possible arrangements = (m)(n) = (3)(2) = 6
  • 35. 35 Counting Rules - Permutation A permutation is any arrangement of r objects selected from n possible objects. The order of arrangement is important in permutations.
  • 36. 36 Permutation Example - Example Three electronic parts are to be assembled into a plug-in unit for a television set. The parts can be assembled in any order. In how many different ways can they be assembled? 6 P n n r ! = = 6 = 1 3! 0! 3! (3 3)! = n r ( )! - = -
  • 37. 37 Counting - Combination A combination is the number of ways to choose r objects from a group of n objects without regard to order.
  • 38. 38 Combination - Example The marketing department has been given the assignment of designing color codes for the 42 different lines of compact disks sold by Goody Records. Three colors are to be used on each CD, but a combination of three colors used for one CD cannot be rearranged and used to identify a different CD. This means that if green, yellow, and violet were used to identify one line, then yellow, green, and violet (or any other combination of these three colors) cannot be used to identify another line. Would seven colors taken three at a time be adequate to color-code the 42 lines? 35 7! C n 7 3 = = 3!4! 7! 3!(7 3)! ! = r n r !( )! - = -
  • 39. 39 Combination – Another Example There are 12 players on the Carolina Forest High School basketball team. Coach Thompson must pick five players among the twelve on the team to comprise the starting lineup. How many different groups are possible? 792 12! 12 5 = - 5!(12 5)! C =
  • 40. 40 Permutation - Another Example Suppose that in addition to selecting the group, he must also rank each of the players in that starting lineup according to their ability. 95,040 12! 12 5 = - (12 5)! P =
  • 41. 41 End of Chapter 5