3. 95% of the radios produced by a company are known to have no defects. Three radios are tested at random and the number of defective radios is recorded.
a) Define and name the random variable in this problem. (1 mark)
b) Find the probability distribution for this random variable. Express all probabilities correctly rounded to 4 decimal places.
c) What is the expected number of non-defective radios?
d) Determine the probability of at most 2 defective radios.
a)
X ~ Bin ( n , p)
Random variable is x where x is the number of defective radios is recorded.
b)
P(X) = p = Probability of defective radios. = 1 - 0.95 = 0.05
P(X) = nCx * px * ( 1 - p)n-x
P(X = 0) = 3C0 * 0.050 * ( 1 - 0.05)3 = 0.8574
P(X = 1) = 3C1 * 0.051 * ( 1 - 0.05)2 = 0.1354
P(X = 2) = 3C2 * 0.052 * ( 1 - 0.05)1 = 0.0071
P(X = 3) = 3C3 * 0.053 * ( 1 - 0.05)0 = 0.0001
c)
P(non defective) = 0.95
E(X) = n * p = 3 * 0.95
= 2.85
d)
P(X <= 2) = 1 - P(X = 3)
= 1 - 0.0001
= 0.9999
Get Answers For Free
Most questions answered within 1 hours.