Lesson 6 Sec 97 - Probability

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 17

Par 9.

7 page 662

Probability
What you should learn …
How to find the probabilities of:
• Simple events.
• Mutually exclusive events.
• Independent events.
• Complement of an event.
Theory (sample space, events, union, intersection,
mutually exclusive, independent, complement)

Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 2


Any activity with an unpredictable results is called an
EXPERIMENT.

The results of an experiment are called OUTCOMES and


the set of all possible outcomes is the SAMPLE SPACE.
The number of outcomes in the sample space S is n(S).
Examples: Identify the sample space.

EXPERIMENT SAMPLE SPACE n(S)

Flip a coin. S = {H, T} 2

Toss a die. S = {1, 2, 3, 4, 5, 6} 6

Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 3


Any subset of the sample space is called an EVENT.
The number of outcomes in an event E is n(E).

Examples: List the outcomes in each event.


EXPERIMENT EVENT n(E)
Flip a coin Get heads {H} 1

Toss a die Get an even number {2, 4, 6} 3

Toss a die Get a 3 or higher {3, 4, 5, 6} 4

Draw a card Get an 8 {8, 8, 8, 8} 4

Flip two coins Get at least one head {HH, HT, TH} 3

Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 4


If E is an event from a sample space S of equally likely
outcomes, the PROBABILITY of event E is:
n( E )
P(E ) =
n( S )
Note that 0  P(E)  1.

If n(E) = 0, then P(E) = 0, and the event is IMPOSSIBLE.


If n(E) = n(S), then P(E) = 1 and the event is CERTAIN.
Examples: A 6-sided die is rolled once.
0
P(10) = = 0 The event is impossible.
6 6
P(n < 10) = = 1 The event is certain.
6
1
P(5) =
6
Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 5
Example 1: Two coins are tossed. What is the probability that at
least one head comes up?
S = {HH, HT, TH, TT} E = {HH, HT, TH}
n( E ) 3
P(E ) = =
n( S ) 4
Example 2: A card is drawn at random from a standard deck of
52 cards. What is the probability the card drawn is a
face card?
S = all 52 cards in the deck n(S) = 52
E = {J, J, J, J, Q, Q, Q, Q, K, K, K, K}
n(E) = 12 n ( E ) 12 3
P(E ) = = =
n ( S ) 52 13

Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 6


Two events A and B are MUTUALLY EXCLUSIVE if they have
no outcomes in common, A  B = .
Example: When a die is tossed, which events are mutually
exclusive?
A: getting an even number B: getting an odd number C: getting 5 or 6.
A B
4 1
2 3
6 5

The Venn diagram shows that only A  B = , therefore,


only events A and B are mutually exclusive.

Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 7


If A and B are events, their UNION, written A  B, is the event “A or B”
consisting of all outcomes in A or in B or in both A and B.
Example: A card is drawn at random from a standard
deck of 52 cards.
A: getting a club face card B: getting a jack.
A B
K J
J J
Q
J
AB

List the outcomes for the event of getting a club face card or
getting a jack.
A  B = {J, J, J, J, Q, K }
Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 8
If A and B are events, their INTERSECTION, written A  B, is the
event “A and B” consisting of all outcomes common to both A and B.
Example: A card is drawn at random from a standard deck of 52
cards.
A: getting a club face card B: getting a jack.
A B
K J
Q J J
J

AB
List the outcomes for the event of getting a club face card and
getting a jack.
A  B = {J}
Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 9
If A is an event, the COMPLEMENT OF A, written A , is the
event “not A” consisting of all outcomes not in A.
Examples: Two coins are flipped.
Event A is getting one head and one tail.
S
(T, T)
(T, H)
A
(H, T)
(H, H)
A
List the outcomes for the event not getting one head and one tail?
A = {(H, H), (T, T)}

Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 10


If A and B are events, the probability of “A or B” is:
P ( A  B ) = P ( A ) + P ( B ) − P ( A  B ).

A B

AB

n(A  B) = n( A) + n(B) – n( A  B)
+ + =( + )+( + )–
Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 11
Example: A card is drawn at random from a standard deck of
52 cards. What is the probability the card is a
red or a queen?
“queen”
“red” A 7 Q
P (queen ) =
4
10 Q
9 6 Q 52
P ( red) =
26 K Q
6 5
52 9
10 3 8 J
J
7 5
3 4
K 4
2 8
2
2
P ( red  queen ) = P ( the card is a red queen ) =
52
P ( the card is red or a queen ) = P ( red  queen )
26 4 2 28 7
= P ( red ) + P ( queen ) − P ( red  queen ) = + − = =
52 52 52 52 13
Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 12
If A and B are MUTUALLY EXCLUSIVE, then
P ( A  B ) = P ( A ) + P ( B ).

A B

AB=0
A and B are mutually exclusive
n(A  B) = n(A) + n(B)
+ = +
Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 13
Example 2: A card is drawn at random from a standard
deck of 52 cards.What is the probability the
card is a spade or a club?
“spade” “club”
 A  10  A  10
 K Q  9  K Q  9
J  J
6 5
 6 5
7 8 7 8
3 3
 4 2 4 2

Since these events are mutually exclusive,


P(club or spade) = P(club) + P(spade) = 1 + 1 = 1 .
4 4 2

Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 14


Two events are INDEPENDENT if the fact that one
event has occurred has no effect on likelihood of the
other event.
For example, when flipping two coins, the events
“the first coin comes up heads” and
“the second coin comes up tails” are INDEPENDENT.

If A and B are independent events, the probability of “A


and B” is: P ( A  B ) = P ( A)  P ( B )

Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 15


Example: A card is drawn at random from a standard
deck of 52 cards. What is the probability the
card is a red queen?

A: the card is red


B: the card is a queen

Events A and B are independent.


26 4 1
P ( A and B ) = P ( A  B ) = P ( A )  P ( B ) =  =
52 52 26

Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 16


If A is an event, the probability of the event “not A” is:
P ( A ) = 1 − P ( A )

Example: A die is tossed. What is the probability of


getting 2 or higher?

It is easier to work with the complementary event


“getting a 1”which has probability . 1
6
1 5
P ( not getting a one ) = P ( getting a two or higher ) = 1 − =
6 6

Copyright © by Brooks/Cole, Cengage Learning. All rights reserved. 17

You might also like