SOLUTION: a coin is tossed 15 times. what is the probability of exactly 10 heads.

Algebra ->  Permutations -> SOLUTION: a coin is tossed 15 times. what is the probability of exactly 10 heads.      Log On


   



Question 880851: a coin is tossed 15 times. what is the probability of exactly 10 heads.
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
p(head) = 1/2, n = 15
P(x=10) = 15C10%28.5%29%5E10%28.5%29%5E5 0r binompdf(15, .5, 10) using TI