SOLUTION: Maggie is applying to college. There are only two outcomes for each application. It is either accepted or rejected. Each application she sends has a 0.70 probability of being accep

Algebra ->  Probability-and-statistics -> SOLUTION: Maggie is applying to college. There are only two outcomes for each application. It is either accepted or rejected. Each application she sends has a 0.70 probability of being accep      Log On


   



Question 270422: Maggie is applying to college. There are only two outcomes for each application. It is either accepted or rejected. Each application she sends has a 0.70 probability of being accepted. If Maggie applies to 10 colleges, what is the probability that more than 8 of the applications will be accepted? What is the expected value for "number of acceptances?"
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Maggie is applying to college. There are only two outcomes for each application. It is either accepted or rejected.
----------------------------------------------
Each application she sends has a 0.70 probability of being accepted.
If Maggie applies to 10 colleges, what is the probability that more than 8 of the applications will be accepted?
Binomial Problem with n= 10 ; p = 0.7
P(8 < x <=10) = 1 - binomcdf(10,0.7,8) = 0.1493
-----------------------------
What is the expected value for "number of acceptances?"
E(x) = np = 10*0.7 = 7
==========================
Cheers,
Stan H.