You can put this solution on YOUR website! A coin is tossed five times. Find the probability of getting exactly two heads
----------------
Binomial Problem with n = 5 and p = 1/2
P(x = 2) = 5C2*(1/2)^2*(1/2)^3 = 10/2^5 = 0.3125
-----------
Cheers,
Stan H.
------------