SOLUTION: Consider a binomial experiment with 20 trials and probability 0.45 on a single trial. Use an approximation to the normal distribution to find the probability of exactly 10 successe

Algebra ->  Probability-and-statistics -> SOLUTION: Consider a binomial experiment with 20 trials and probability 0.45 on a single trial. Use an approximation to the normal distribution to find the probability of exactly 10 successe      Log On


   



Question 475492: Consider a binomial experiment with 20 trials and probability 0.45 on a single trial. Use an approximation to the normal distribution to find the probability of exactly 10 successes. Round your answer to the thousandths place. (Remember this means you will need to find the endpoints and then find a z-score for each and subtract the two areas).
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Consider a binomial experiment with 20 trials and probability 0.45 on a single trial. Use an approximation to the normal distribution to find the probability of exactly 10 successes. Round your answer to the thousandths place. (Remember this means you will need to find the endpoints and then find a z-score for each and subtract the two areas).
----
u = np = 20*0.45 = 9
std = sqrt[npq] = sqrt[9*0.55] = 2.1
-----
P(x = 10) = P(9.5 < x < 10.5)
---
z(9.5) = (9.5-9)/2.1 = 0.5/2.1 = 0.2381
z(10.5) = (10.5-9)/2.1 = 0.7143
----------------
P(x=10) = P(0.2381 < z < 0.7143) = 0.1684
==============
Cheers,
Stan H.
=============