document.write( "Question 294602: suppose 1000 coins are tossed. find the probability of getting the following result. \r
\n" );
document.write( "\n" );
document.write( "exactly 505 heads or more?\r
\n" );
document.write( "\n" );
document.write( "use the normal curve approximation to the binomial distribution (round to 4 decimal places \n" );
document.write( "
Algebra.Com's Answer #212416 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! suppose 1000 coins are tossed. find the probability of getting the following result. \n" ); document.write( "exactly 505 heads or more? \n" ); document.write( "use the normal curve approximation to the binomial distribution (round to 4 decimal places \n" ); document.write( "------------------------------------ \n" ); document.write( "mean = (1/2)1000 = 500 \n" ); document.write( "std = sqrt(1/2*500) = sqrt(250) = 15.81 \n" ); document.write( "------ \n" ); document.write( "P(504.5 < x < 505.5) = normalcdf(504.5,505.5,500,sqrt(250)) = 0.0240 \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |