Question 404051
 If i flip a fair coin 5 times there are 32 possible outcomes (2 for each flip) 
How many of those outcomes have no heads? :: 5C0 = 1
----- 
How many of those outcomes show exactly three heads?:: 5C3 = (5*4)/(1*2) = 5
============================
Cheers,
Stan H.