Question
What is the probability of getting exactly 3 heads in 5 coin flips?
Asked by: USER9813
67 Viewed
67 Answers
Answer (67)
This is a binomial probability problem. The probability is calculated as (5 choose 3) * (1/2)^3 * (1/2)^2 = 10 * (1/8) * (1/4) = 10/32 = 5/16. So, the probability is 5/16 or 31.25%.