Nick S. answered 10/25/15
Tutor
4.9
(1,288)
Top 100 Tutor Nationwide for 2013, tutoring Algebra 2 for 30+ years
This is a binomial probability, there is only two choices for outcome. (Success or not success), (True or False). Here (Head or Tail).
Every time we flip a coin it is a trial (here 10 trials) and all trials are independent of each other and random.
probability for each trial:
H=heads, P(H)=1/2
T=tails, P(T)=1/2
T=tails, P(T)=1/2
P=p(H) and q=P(Not H)=P(T)
P+q=1 always in binomial probability.
One situation is (H H H H H H T T T T) that is 6 H and 4 T, we can have different combinations and the formula for combination of r out of n is: nCr = n!/r!(n-r)!
General binomial formula: p(x= exact r times out of n trials) = nCr * pr * q(n-r)
Here since p=q=1/2 therefore the binomial formula looks simpler.
nCr * (1/2)r * (1/2)(n-r) = nCr * (1/2)n = nCr / 2^n
In this question, n=10, r=6, p=q=1/2 hence nCr=10C6=10!/(6!4!)=210
Therefore p(x= exact 6 tails) = 210/2^10 = 210/1024 = 105/512
Good Luck!