Chapter 3 Probability
Chapter 3 Probability
Probability
• Outcome: {3}
Solution:
There are two possible outcomes when tossing a coin:
a head (H) or a tail (T). For each of these, there are six
possible outcomes when rolling a die: 1, 2, 3, 4, 5, or
6. One way to list outcomes for actions occurring in a
sequence is to use a tree diagram.
H1 H2 H3 H4 H5 H6 T1 T2 T3 T4 T5 T6
Solution:
Sample space: {1, 2, 3, 4, 5, 6}
Frequency of event E f
P( E )
Total frequency n
f 406
P ( positive) 0.270
n 1504
Subjective Probability
• Intuition, educated guesses, and estimates.
• e.g. A doctor may feel a patient has a 90% chance
of a full recovery.
Even
Impossible Unlikely chance Likely Certain
[ ]
0 0.5 1
Complement of event E
• The set of all outcomes in a sample space that
are not included in event E.
• Denoted E ′ (E prime)
• P (E ′) + P (E) = 1
E′
• P (E) = 1 – P (E ′) E
• P (E ′) = 1 – P (E)
1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8
H1 H2 H3 H4 H5 H6 H7 H8 T1 T2 T3 T4 T5 T6 T7 T8
4 1
P(tossing a tail and spinning an odd number) = 0.25
16 4
Conditional Probability
• The probability of an event occurring, given
that another event has already occurred
• Denoted P (B | A) (read “probability of B,
given A”)
Solution:
Because the first card is a king and is not replaced, the
remaining deck has 51 cards, 4 of which are queens.
4
P( B | A) P(2 card is a Queen |1 card is a King )
nd
0.078
st
51
Solution:
4
P( B | A) P(2nd card is a Queen |1st card is a King )
51
4
P( B) P(Queen)
52
Dependent (the occurrence of A changes the probability
of the occurrence of B)
. Copyright © 2015, 2012, and 2009 Pearson Education, Inc. 38
Example: Independent and
Dependent Events
Decide whether the events are independent or dependent.
2. Selecting a diamond from a standard deck of cards (A), putting it
back in the deck, and then selecting a spade from the deck (B).
Solution:
P (B A )
13 1
a n d P (B )
13 1
.
52 4 52 4
Solution:
1
P( B | A) P(rolling a 6 | head on coin)
6
1
P( B) P(rolling a 6)
6
Solution:
Because the first card is not replaced, the events are
dependent.
P( K and Q ) P ( K ) P (Q | K )
4 4
52 51
16
0.006
2652
. Copyright © 2015, 2012, and 2009 Pearson Education, Inc. 42
Example: Using the Multiplication
Rule
A coin is tossed and a die is rolled. Find the probability
of getting a head and then rolling a 6.
Solution:
The outcome of the coin does not affect the probability
of rolling a 6 on the die. These two events are
independent.
P( H and 6) P ( H ) P (6)
1 1
2 6
1
0.083
12
. Copyright © 2015, 2012, and 2009 Pearson Education, Inc. 43
Example: Multiplication Rule
A die is rolled and two coins are tossed. Find the
probability of rolling a 5, and flipping two tails.
1
P (rolling a 5) = .
6
1
Whether or not the roll is a 5, P (Tail ) = ,
2
so the events are independent.
Solution:
The probability that each knee surgery is successful is
0.85. The chance for success for one surgery is
independent of the chances for the other surgeries.
P(3 surgeries are successful) = (0.85)(0.85)(0.85)
≈ 0.614
. Copyright © 2015, 2012, and 2009 Pearson Education, Inc. 45
Example: Using the Multiplication
Rule
Find the probability that none of the three knee
surgeries is successful.
Solution:
Because the probability of success for one surgery is
0.85. The probability of failure for one surgery is
1 – 0.85 = 0.15
P(none of the 3 surgeries is successful) = (0.15)(0.15)(0.15)
≈ 0.003
Solution:
“At least one” means one or more. The complement to
the event “at least one successful” is the event “none are
successful.” Using the complement rule
P(at least 1 is successful) = 1 – P(none are successful)
≈ 1 – 0.003
= 0.997
. Copyright © 2015, 2012, and 2009 Pearson Education, Inc. 47
Section 3.2 Summary
• Found probability of an event given that
another event has occurred
• Distinguished between independent and
dependent events
• Used the Multiplication Rule to find the
probability of two events occurring in sequence
and to find conditional probabilities
Objectives
•How to determine whether two events are
mutually exclusive
•How to use the Addition Rule to find the
probability of two events
A and B
A
B A B
Solution:
Not mutually exclusive (The student can be a male
nursing major.)
Solution:
The events are not mutually exclusive (a donor can have
type B blood and be Rh-negative)
P (type B or Rh neg )
P(type B ) P ( Rh neg ) P (type B and Rh neg )
45 65 8 102
0.249
409 409 409 409
7! = 7 · 6 · 5 · 4 · 3 · 2 · 1 = 5040 surveys
Solution:
The number of permutations is
9!= 9∙8∙7∙6∙5∙4∙3∙2∙1 = 362,880 ways
P r 8 P5 8! 8! 8 7 6 5 4 3 2 1 6720 wa ys
n
(8 5)! 3! = 3 2 1
. Copyright © 2015, 2012, and 2009 Pearson Education, Inc. 68
Example: Finding nPr
Find the number of ways of forming four-digit codes in
which no digit is repeated.
Solution:
• You need to select 4 digits from a group of 10
• n = 10, r = 4
10! 10!
10 P4
(10 4)! 6!
10 9 8 7 6 5 4 3 2 1
6 5 4 3 2 1
5040 ways
. Copyright © 2015, 2012, and 2009 Pearson Education, Inc. 69
Example: Finding nPr
Forty-three race cars started the 2007 Daytona 500. How many
ways can the cars finish first, second, and third?
Solution:
• You need to select 3 cars from a group of 43
• n = 43, r = 3
43! 43!
43 P3
(43 3)! 40!
43 42 41
74, 046 ways
■ n!
n1 ! n2 ! n3 ! nk !
where n1 + n2 + n3 +∙∙∙+ nk = n
Solution:
• There are 12 houses in the subdivision
• n = 12, n1 = 6, n2 = 4, n3 = 2
12!
6! 4! 2!
13, 860 distinguishable ways
Solution:
• You need to select 4 companies from a group of 16
• n = 16, r = 4,
• Order is not important
1
P( selecting the 3 members ) 0.0002
4080
1
P( Mississippi ) 0.000029
34650
44 !
a.) 44C 6 7,059,052 com bin a t ion s
6 !38 !
b.) There is only one winning ticket, therefore,
1
P (win ) 0.00000014
7059052
Copyright © 2015, 2012, and 2009 Pearson Education, Inc. 81
Section 3.4 Summary