Question 1011066
a coin is tossed three times, what is the probability of two heads 
----
Binomial Problem with n = 3 and p(heads) = 1/2
------
P(x = 2) = 3C2(1/2)^3 = 3/8
--------------
Cheers,
Stan H.
-------