1 It is known that, on average, 2 people in 5 in a certain country are overweight. A random sample of400 people is chosen. Using a suitable approximation, find the probability that fewer than 165 peoplein the sample are overweight. A box contains 300 discs of different colours. There are 100 pink discs, 100 blue discs and 100 orangediscs. The discs of each colour are numbered from 0 to 99. Five discs are selected at random, one ata time, with replacement. Find(i) the probability that no orange discs are selected, [1](ii) the probability that exactly 2 discs with numbers ending in a 6 are selected, [3](iii) the probability that exactly 2 orange discs with numbers ending in a 6 are selected, [2](iv) the mean and variance of the number of pink discs selected.please help me with these questions
1. X~B(400, 2/5)
But since the number is way too big, and (2/5)(400) > 50, we can use a normal approximation.
Mean = np = 2/5 x 400 = 160
Variance = npq = 2/5 x 3/5 x 400 = 96
Therefore, X~N(160,96)
You will want to find P(X<165). Note to use continuity correction as you are approximating from binomial.
z= (x-u)/sd = (164.5-160) / rt96 = 0.4593
Using the normal dist. table; a z value of 0.4593 corresponds to 0.6768, and theres your answer
- 2nd question
i) Probability of getting an orange disc = 1/3
Probability of not getting an orange disc = 2/3
5 picked out, with replacement, so P(X=0) = (2/3)^5 = 0 .132
ii) there are 10x3 discs in total that end with a 6.
so 5C2 (number of possible combinations in which the discs are picked out) x (30/300)^2 x (270/300)^3 = 0.0729
iii) Again, apply the probability. 10 orange discs ending with 6 out of 300 total discs = 10/300
5C2 x (10/300)^2 x (290/300)^3 = 0.01
iv) Mean = np, variance = npq
where n=5
p= 1/3
q=2/3
Pop numbers in and you should get mean= 5/3 and variance = 10/9
Hope that helps good luck for your exam!