Chapter4 PDF
Chapter4 PDF
Zayed University
Examples:
1 Tossing a coin once or several times.
2 Inspecting the quality of a product (Defective, Good).
3 The course grade of a selected student.
4 Rolling two dice.
5 Change in a stock price.
6 Conduct a sales call.
Chapter 4 MTH213: Business Statistics 3 / 42
Basic Concepts: Sample Space
Sample Space
The Sample Space of an experiment, denoted by S, is the set of all
possible experimental outcomes. The experimental outcomes in the
sample space are often called sample space outcomes.
Examples:
1 Examine a fuse for a defect and note N or D.
S = {N, D}
2 The garde of a student
S = {A, A− , B + , B, B − , C + , C, C − , D+ , D, F }
3 Number of customers served in a bank
S = {0, 1, 2, 3, ....}
Chapter 4 MTH213: Business Statistics 4 / 42
Tree Diagram
A tree diagram is a graphical representation that helps in visual-
izing a multiple-step experiment.
It is often a useful way to define the sample space for an experi-
ment that helps ensure no outcomes are omitted or repeated.
Example: Find the sample space for answering three True-False
questions.
Event
An event is a set of one or more sample space outcomes. An event is
said to be simple if it consists of exactly one outcome and compound
if it consists of more than one outcome.
Example: Consider the experiment of rolling two dice and define the
following events:
1 A= The sum of the two numbers is 2.
A = {(1, 1)}
C = {(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)}
A B
0
4 6
2
3
5
1
7
C
Probability Axioms
If E is an experimental outcome, then P (E) denotes the probability
that E will occur and:
1 The probability of any outcome is between 0 and 1, i.e.
0 ≤ P (E) ≤ 1
I If E can never occur, then P (E) = 0
I If E is certain to occur, then P (E) = 1
2 The sum of the probabilities of all the outcomes equals 1.
Chapter 4 MTH213: Business Statistics 15 / 42
Assigning Probabilities to Experimental Outcomes
Complement Rule
For any event A,
P (Ā) = 1 − P (A)
Addition Rule
For any two events A and B,
P (A ∪ B) = P (A) + P (B) − P (A ∩ B)
P (A ∩ B) = P (φ) = 0
P (A ∪ B) = P (A) + P (B)
a What is the probability that a subscriber did not rent a car during
the past year for business reasons?
b What is the probability that a subscriber rented a car during the
past year for business or personal reasons?
c What is the probability that a subscriber did not rent a car during
the past year for either business or personal reasons?
d Are “renting a car for business reasons” and “renting a car for per-
sonal reasons” mutually exclusive? Explain.
P (A ∪ B) = P (A) + P (B) − P (A ∩ B)
= 0.45 + 0.54 − 0.30 = 0.69
Multiplication Rule
Given any two events A and B,
P (A ∩ B) = P (A|B)P (B)
= P (B|A)P (A)
P (A ∩ D) 0.78
P (A|D) = = = 0.94
P (D) 0.83
b Find the probability that a plane departed on time given that it has
arrived on time.
P (A ∩ D) 0.78
P (D|A) = = = 0.95
P (A) 0.82