What is the possibility of getting at least 6 heads if eight coins are tossed simultaneously?
Reveal answer
Fill a bubble to check yourself
What is the possibility of getting at least 6 heads if eight coins are tossed simultaneously?
Total outcomes = 2^8 = 256. At least 6 heads means 6, 7, or 8 heads. Number of ways = C(8,6) + C(8,7) + C(8,8) = 28 + 8 + 1 = 37. Probability = 37/256.
To find the probability of getting at least 6 heads when eight coins are tossed, we use the binomial distribution formula P(X = k) = nCr * (1/2)^n. The favorable outcomes are getting exactly 6, 7, or 8 heads, which is calculated as (8C6 + 8C7 + 8C8) outcomes. This gives (28 + 8 + 1) / 2^8, equaling 37 out of 256 total possible outcomes. The probability is 37/256.