Question 779221
A fair coin is thrown repeatedly. What is the probability that on the n th throw 
A) a head appears for the first time:: (1/2)^n
-----------------------
B) the number of tails and heads to date are equal::: (n/2)(1/2)^n
----------------------------------
C) exactly two heads have appeared altogether to date:: nC2(1/2)^n
-------------------------
D) at least two heads have appeared to date:: 1- nC(n-2)[(1/2)^n]
==================
Cheers,
Stan H.