Question 385634
a coin is flipped five times. find the number of possible sets of heads and tails that have each of the follwing
---
Binomial Problem with n = 5 and p = 1/2
----
a. P(0 heads) = (1/2)^5 = 1/32
------
b. P(2 heads) = 5C2(1/2)^5 = 10/32  5/16
==============
Cheers,
Stan H.