SOLUTION: If a fair coin is tossed 3 times, what is the probability of getting at least 2 heads (at least 2 heads" means 2 or more heads)?
Algebra ->
Probability-and-statistics
-> SOLUTION: If a fair coin is tossed 3 times, what is the probability of getting at least 2 heads (at least 2 heads" means 2 or more heads)?
Log On
You can put this solution on YOUR website! If a fair coin is tossed 3 times, what is the probability of getting at least 2 heads
------
P(2<= x <=3) = P(x=2) + P(x=3)
---
= 3C2(1/2)^2(1/2) + 3C3(1/2)^3*(1/2)^0
---
= 3/8 + 1/8
= 4/8
= 1/2
==============
Cheers,
Stan H.