document.write( "Question 537120: what is the probability of getting 6 tails in 10 trials of tossing a coin? need to solve using the approximation methoed and the binomial distribution \n" ); document.write( "
Algebra.Com's Answer #352730 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! what is the probability of getting 6 tails in 10 trials of tossing a coin? need to solve using the approximation methoed and the binomial distribution \n" ); document.write( "---------------------- \n" ); document.write( "Binomial: n = 10 ; p = 1/2 \n" ); document.write( "P(x = 6) = 10C6*(1/2)^6*(1/2)^4 = 210/2^10 = 0.2051 \n" ); document.write( "----------------- \n" ); document.write( "Normal Approximation: \n" ); document.write( "Find P(5.5 < x < 6.5) \n" ); document.write( "mean = np = 10*0.5 = 5 \n" ); document.write( "std = sqrt(npq) = sqrt(5*1/2)) = 1.58 \n" ); document.write( "--- \n" ); document.write( "z(5.5) = (5.5-5)/1.58 = 0.3165 \n" ); document.write( "z(6.5) = (6.5-5)/1.58 = 0.9494 \n" ); document.write( "---- \n" ); document.write( "P(5.5 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ |