probability
A coin is tossed n times.
- a) What is the total number of ways the n tosses could come out?
- b) What is the number of ways the n tosses could come out so that there are exactly k heads among them? Here k is an integer in the range 0 < k < n. Check that your answer makes sense for the boundary cases k = 0 and k = n.
- c) What is the chance that there are exactly k heads among the n tosses?