SOLUTION: How many 7 card hands having exactly 3 Aces, 4 other cards can be dealt?
Five coins are tossed. Find the Probability of each event.
a. At least one comes up tails.
Algebra ->
Probability-and-statistics
-> SOLUTION: How many 7 card hands having exactly 3 Aces, 4 other cards can be dealt?
Five coins are tossed. Find the Probability of each event.
a. At least one comes up tails.
Log On
You can put this solution on YOUR website! How many 7 card hands having exactly 3 Aces, 4 other cards can be dealt?
--------
# of ways to get 3 Aces: 4C3 = 4
# of ways to get 4 other cards = 48C4
---
# of 7 card hands with 3 aces and 4 other cards: 4*48C4 = 778,320
============================================
Five coins are tossed. Find the Probability of each event.
a. At least one comes up tails.
P(at least one) = 1 - P(no tails)
= 1 - (1/2)^5
= 1-1/32
= 31/32
===================
b. Exactly two come up tails
P(2 tails) = 5C2(1/2)^2(1/2)^3 = 5C2/32 = 10/32 = 5/16
==================
cheers,
Stan H.