Question 173102
A. A fair coin is tossed THREE times. What is the probability that you get at least ONE tail? 
---
P(at least one tail) + P(no tails) = 1
P(at least one tail) = 1 - P(no tails)
P(at least one tail) = 1 - (1/2)^3 = 1-(1/8) = 7/8
============================================================
B. What is the probability that you are dealt a poker hand contains all FACE cards ( i.e. KING, QUEEN, JACK)?
----
There are 4*4= 16 face cards in the deck of 52 cards
# of ways to succeed is 16C5 = 4368
# of possible hands is 52C5 = 2598960
---
There P(all face in hand of 5) = 4368/2598960 = 0.0016807...
Cheers,
Stan H.