Question 549998: in a certain school,of every 100 students selected, 20 of them have visited the sick bay. If 10 students were selected at random from a class find the probability that i)exactly 3 have visited the sick bay ii)at least 4 have visited the sick bay iii) at most 4 have visited the sick bay
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! in a certain school,of every 100 students selected, 20 of them have visited the sick bay.
So p(visited) = 1/5 : p(did not) = 4/5
-----------------------------------------------
If 10 students were selected at random from a class find the probability that
So n = 10
------------------------
i)exactly 3 have visited the sick bay
P(x = 3) = 10C3*(1/5)^3*(4/5)^7 = 0.2013
-----------------------------------------
ii)at least 4 have visited the sick bay
P(4<= x <=10) = 1-binomcdf(10,1/5,3) = 0.1209
-----------------------------------------
iii) at most 4 have visited the sick bay
P(0<= x <=4) = binomcdf(10,1/5,4) = 0.9672
=========================
Cheers,
Stan H.
=============
|
|
|