document.write( "Question 478341: Suppose we want to determine the (binomial) probability(p) of getting 6 heads in 13 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?\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #327746 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 13 flips of a 2-sided coin. Using the Binomial Probabilities Table in Appendix B of the text, \n" ); document.write( "------------------------ \n" ); document.write( "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 = 13 \n" ); document.write( "x = 6 \n" ); document.write( "p = 1/2 \n" ); document.write( "------------- \n" ); document.write( "P(x = 6) = 13C6(1/2)^6*(1/2)^7 = 1716/8192 \n" ); document.write( "============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |