document.write( "Question 684732: Suppose we want to determine the (binomial) probability(p) of getting 6 heads in 15 flips of a 2-sided coin. Using the Binomial Probabilities Table in Appendix B of the text, what values of n, x and p would we use to look up this probability, and what would be the probability? \n" ); document.write( "
Algebra.Com's Answer #424194 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose we want to determine the (binomial) probability(p) of getting 6 heads in 15 flips of a 2-sided coin. Using the Binomial Probabilities Table in Appendix B of the text, what values of n, x and p would we use to look up this probability, and what would be the probability? \n" ); document.write( "------ \n" ); document.write( "n = 15 \n" ); document.write( "p = 1/2 \n" ); document.write( "x = 6 \n" ); document.write( "---- \n" ); document.write( "P(x = 6) = 15C6(1/2)^6*(1/2)^9 = 15C6/2^15 = 5005/32768 = 0.1527 \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |