document.write( "Question 929946: 1. If the probability of tossing a coin and getting head is 0.5, find the probability that in 100 tosses, 65 or more will be heads. Use the normal distribution to approximate the binomial distribution.
\n" );
document.write( "
\n" );
document.write( " 0.0013
\n" );
document.write( "
\n" );
document.write( " 0.9981
\n" );
document.write( "
\n" );
document.write( " 0.0019
\n" );
document.write( "
\n" );
document.write( " 0.9987
\n" );
document.write( "
\n" );
document.write( " None of the above
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #564622 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! z = \n" ); document.write( "P(z > 3) = normalcdf(3,100) = .0013 \n" ); document.write( " |