document.write( "Question 1022437: A coin is flipped eight times in succession. In how many ways can at least five heads occur?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #638134 by mathmate(429)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Question: \n" ); document.write( "A coin is flipped eight times in succession. In how many ways can at least five heads occur? \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "Assume that a fair coin is used, so P(H)=P(T)=0.5. \n" ); document.write( "We can then apply the binomial coefficients for r=5,6,7,8 in \n" ); document.write( "P(r)=C(n,r)/2^n \n" ); document.write( "where C(n,r) is the binomial coefficient (combinations) of r objects out of n. \n" ); document.write( "The above equation is a special case of the binomial distribution where the probabilities of success and failure are both 0.5. \n" ); document.write( " \n" ); document.write( "For r=5 to 8 heads, we need to sum the coefficients: \n" ); document.write( "P(5)+P(6)+P(7)+P(8) \n" ); document.write( "=0.21875+0.10938+0.03125+0.00391 \n" ); document.write( "=0.3633 \n" ); document.write( " \n" ); document.write( "It is interesting to note that in this particular case where P(H)=P(T), the distribution is symmetrical, so that \n" ); document.write( "P(0)=P(8), \n" ); document.write( "P(1)=P(7), \n" ); document.write( "P(2)=P(6), \n" ); document.write( "P(3)=P(5). \n" ); document.write( "Therefore, P(5)+P(6)+P(7)+P(8)=P(0)+P(1)+P(2)+P(3) \n" ); document.write( "Since P(0)+P(1)+P(2)....+P(8)=1.0, we have \n" ); document.write( "P(5)+P(6)+P(7)+P(8) \n" ); document.write( "=(1-P(4))/2 ..... which is much simpler to calculate than summing \n" ); document.write( "=(1-0.27344)/2 \n" ); document.write( "=0.3633 as before. \n" ); document.write( " |