You can put this solution on YOUR website! A coin is flipped 8 times. Find the probability of
flipping exactly 6 heads and 2 tails.
---------------
Binomial Problem with n = 8 and p(head) = 1/2
-----
P(x = 6 of 8) = 8C6(1/2)^6(1/2)^2 = 28(1/2)^8 = 0.1094
-------------------
Cheers,
Stan H.
===================