document.write( "Question 942430: A fair coin is flipped 10 times. Find the probability of the occurrence of 5 or 6 heads. \n" ); document.write( "
Algebra.Com's Answer #574525 by mathmate(429) You can put this solution on YOUR website! Given: \n" ); document.write( "A fair coin \n" ); document.write( "Flipped 10 times \n" ); document.write( " \n" ); document.write( "This means that \n" ); document.write( "1. probability of heads (success) is constant at p=0.5 \n" ); document.write( "2. \"flipping 10 times\" imply random and independent outcomes over the experiment \n" ); document.write( "3. The number of trials (flip) is known. \n" ); document.write( "4. Each trial is a Bernoulli experiment (one of two possible outcomes). \n" ); document.write( "Under these conditions, the binomial distribution applies. \n" ); document.write( " \n" ); document.write( "The probability of r successes in n trials is given by: \n" ); document.write( " \n" ); document.write( "where C(n,r) is r combinations out of n objects = \n" ); document.write( "and q=(1-p) \n" ); document.write( " \n" ); document.write( "Substituting values n=10, p=0.5, r=5 or 6, we get \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Probability of 5 or 6 heads is the sum of P(X=5) and P(X=6) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |