You can put this solution on YOUR website! A coin is tossed seventeen times, find the probability of getting exactly 6 heads.
---------
# of ways to succeed: 17C6 = 12376
# of possible outcomes: 2^17
-------
Ans: P(x = 6) = 17C6(1/2)^17 = 12376/2^17
========
Cheers,
Stan H.
=============