SOLUTION: Consider the probability that greater than 99 out of 152 students will pass their exam . Assume the probability that is given student will pass their exam is 61%
Algebra ->
Probability-and-statistics
-> SOLUTION: Consider the probability that greater than 99 out of 152 students will pass their exam . Assume the probability that is given student will pass their exam is 61%
Log On
Question 819923: Consider the probability that greater than 99 out of 152 students will pass their exam . Assume the probability that is given student will pass their exam is 61% Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Consider the probability that greater than 99 out of 152 students will pass their exam . Assume the probability that is given student will pass their exam is 61%
------
Use a normal approximation for this binomial problem.
u = np = 152*0.61 = 92.7
std = sqrt(npq) = sqrt(92.7*0.39) = 6.0134
--------
P(x >= 98.5) = ?
z(98.5) = (98.5-92.7)/6.01 = 0.9651
------
P(x > 98.5) = P(z > 0.9651) = 0,1673
=================
Cheers,
Stan H.
-----------------