One environmental group did a study of recycling habits in a California community. It found that 70% of the aluminum cans sold in the area were recycled. (Use the normal approximation. Round your answers to four decimal places.)
(a) If 398 cans are sold today, what is the probability that 300
or more will be recycled?
(b) Of the 398 cans sold, what is the probability that between 260
and 300 will be recycled?
X ~ Bin(n,p)
Where n = 398 , p = 0.70
Mean = np = 398 * 0.70 = 278.6
Standard deviation = sqrt [ n p( 1 - p) ]
= sqrt [ 398 * 0.70 * ( 1 - 0.70) ]
= 9.1422
Using normal approximation
P(X < x) = P(Z < (x - Mean )/ SD)
a)
P(X >= 300) = P( Z > (299.5 - 278.6) / 9.1422) (With continuity correction )
= P( Z > 2.29)
= 0.0110
b)
P(260 < X < 300) = P(259.5 < X < 300.5) (With continuity correction )
= P(X < 300.5) - P(X < 259.5)
= P(Z < (300.5 - 278.6) / 9.1422) - P(Z < (259.5 - 278.6) / 9.1422)
= P(Z < 2.40) - P( Z< -2.09)
= 0.9918 - 0.0183
= 0.9735
Get Answers For Free
Most questions answered within 1 hours.