Question 289851
 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.