document.write( "Question 997817: A fair coin is flipped ten times. What is the probability of the coin landing heads up exactly six times? \n" ); document.write( "
Algebra.Com's Answer #615748 by mathmate(429)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Given:
\n" ); document.write( "A fair coin is flipped 10 times.
\n" ); document.write( "
\n" ); document.write( "Need:
\n" ); document.write( "Probability of heads coming up exactly six times.
\n" ); document.write( "
\n" ); document.write( "Solution:
\n" ); document.write( "Typical use of the binomial distribution where:
\n" ); document.write( "- probability (1/2) is constant throughout experiement
\n" ); document.write( "- multi-step Bernoulli experiement (each with two possible outcomes)
\n" ); document.write( "- all steps are independent of each other and random.\r
\n" ); document.write( "\n" ); document.write( "events and probability for each trial:
\n" ); document.write( "H=heads, P(H)=1/2
\n" ); document.write( "T=tails, P(T)=1/2\r
\n" ); document.write( "\n" ); document.write( "p, P(H) = probability of heads as outcome in each trial\r
\n" ); document.write( "\n" ); document.write( "Probability of exactly r events out of n is given by the binomial formula:
\n" ); document.write( "\"P%28r%2Cn%2Cp%29+=+nCr+%28p%5Er%29+%281-p%29%5E%28n-r%29\"\r
\n" ); document.write( "\n" ); document.write( "In the given situation, n=10, r=6, p=1/2, nCr=10C6=10!/(6!4!)=210
\n" ); document.write( "so
\n" ); document.write( "P(6,10,1/2)=(210)* ((1/2)^6) * ((1-1/2)^4) =210/1024 = 105/512\r
\n" ); document.write( "\n" ); document.write( "Answer:
\n" ); document.write( "Probability of getting exactly 6 heads out of ten tosses of a fair coin is 105/512.
\n" ); document.write( "
\n" );