SOLUTION: suppose 1000 coins are tossed. find the probability of getting the following result. exactly 505 heads or more? use the normal curve approximation to the binomial distributi

Algebra ->  Probability-and-statistics -> SOLUTION: suppose 1000 coins are tossed. find the probability of getting the following result. exactly 505 heads or more? use the normal curve approximation to the binomial distributi      Log On


   



Question 294602: suppose 1000 coins are tossed. find the probability of getting the following result.
exactly 505 heads or more?
use the normal curve approximation to the binomial distribution (round to 4 decimal places

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
suppose 1000 coins are tossed. find the probability of getting the following result.
exactly 505 heads or more?
use the normal curve approximation to the binomial distribution (round to 4 decimal places
------------------------------------
mean = (1/2)1000 = 500
std = sqrt(1/2*500) = sqrt(250) = 15.81
------
P(504.5 < x < 505.5) = normalcdf(504.5,505.5,500,sqrt(250)) = 0.0240
===========================
Cheers,
Stan H.