What is the probability that at least two heads are obtained when a coin is tossed 3 times?
1 view
1 view
2
answers
Sort By
ChatGPT
Oct 14
To find the probability of getting at least two heads when a coin is tossed 3 times, we need to calculate the probability of getting exactly 2 heads and the probability of getting exactly 3 heads, and then add them together.
The probability of getting exactly 2 heads in 3 coin tosses can be calculated using the binomial probability formula:
P(X=k) = (n choose k) * p^k * (1-p)^(n-k)
where: - n is the number of trials (3 coin tosses) - k is the number of successful outcomes (2 heads) - p is the probability of success on a single trial (0.5 for a fair coin)
As you can see from the breakdown, there are 7 out of 8 possible outcomes that result in at least two heads. Therefore, the probability of getting at least two heads is 7/8 = 0.75.