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)![]() ![]() 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( " \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( " \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( " |