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
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 880851
:
a coin is tossed 15 times. what is the probability of exactly 10 heads.
Answer by
ewatrrr(24785)
(
Show Source
):
You can
put this solution on YOUR website!
p(head) = 1/2, n = 15
P(x=10) =
0r binompdf(15, .5, 10) using TI