document.write( "Question 840200: A biased coin is tossed. The probability of getting a head is 0.8 and the probability of getting a tail is 0.2. What is the probability of getting the 3rd head in the 13th throw?\r
\n" );
document.write( "\n" );
document.write( "For this problem, is it correct to make use of the Binomial distribution with n = 13 and r = 3? \n" );
document.write( "
Algebra.Com's Answer #506144 by stanbon(75887) ![]() You can put this solution on YOUR website! A biased coin is tossed. The probability of getting a head is 0.8 and the probability of getting a tail is 0.2. What is the probability of getting the 3rd head in the 13th throw? \n" ); document.write( "-------- \n" ); document.write( "The pattern has 13 coin tosses with 3rd head in 13 position. \n" ); document.write( "Example of the pattern:: hhtttttttttth \n" ); document.write( "----------------------- \n" ); document.write( "The two heads can be placed in 12C2 = (12*11)/(1*2) = 66 different ways \n" ); document.write( "----- \n" ); document.write( "Probability of each pattern is (1/2)^13 \n" ); document.write( "---- \n" ); document.write( "Ans: 66(1/2)^13 = 0.0081 \n" ); document.write( "------------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============================== \n" ); document.write( " |