SOLUTION: If you are dealt a 5 card hand from a standard deck of 52 playing cards, what is the probability that you are dealt at least 4 hearts? (Rounded to 6 descimal places)

Algebra ->  Probability-and-statistics -> SOLUTION: If you are dealt a 5 card hand from a standard deck of 52 playing cards, what is the probability that you are dealt at least 4 hearts? (Rounded to 6 descimal places)      Log On


   



Question 744657: If you are dealt a 5 card hand from a standard deck of 52 playing cards, what is the probability that you are dealt at least 4 hearts? (Rounded to 6 descimal places)
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
If you are dealt a 5 card hand from a standard deck of 52 playing cards, what is the probability that you are dealt at least 4 hearts? (Rounded to 6 descimal places)
-------
Binomial Problem with n = 5 and p(heart) = 1/13
-----
P(4<= x <=13) = 1 - P(0<= x <=3) = 1 - binomcdf(13,1/13,3) = 0.0142
===========================
Cheers,
Stan H.
==========================