SOLUTION: A card is drawn four times from a regular deck, with replacement each time. Determine the probability that exactly two hearts turn up. Thanks

Algebra ->  Probability-and-statistics -> SOLUTION: A card is drawn four times from a regular deck, with replacement each time. Determine the probability that exactly two hearts turn up. Thanks      Log On


   



Question 573329: A card is drawn four times from a regular deck, with replacement each time. Determine the probability that exactly two hearts turn up.
Thanks

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A card is drawn four times from a regular deck, with replacement each time. Determine the probability that exactly two hearts turn up.
----
Binomial Problem with n = 4 and p(heart) = 1/4
-----
P(x = 2) = 4C2*(1/4)^2(3/4)^2 = binompdf(4,1/4,2) = 0.2109
Cheers,
Stan H.