A package delivery service claims that no more than 5 percen
Solution
a) The probability function for random variable X is,
f(X) = X / 6 , X = 1,2 or 3.
The expected value of X is,
E(X) = X * f(X) dX (X from 1,2 or 3)
= X * (X/6) dX
= 1/6 X2 dX
= 1/6 [ X3 / 3 ] (X is from 1 to 3)
= 1/6 [ 33/3 - 13/3 ]
E(X) = 1.444
Given that a package delivery service claims that no more than 5 percent of all packages arrive at the address late.
n = number of packages = 10
p =5 % = 5 /100 = 0.05
Assuming that the condition for the binomial hold.
We know that the arriving distribution means Poison distribution with parameter µ.
The mean of the distribution is, µ = n*p = 10 *0.05 = 0.5
Let X be a random variable number of packages arriving late.
P(X>2) = 1 - P ( X 2 ) = 1 - [ P(X=0) + P(X=1) + P(X=2) ]
The probability mass function of X is,
P(X =x) = ( e-µ * µx ) / x!
P(X = 0) = e-0.5 * (0.5^0) / 0! = 0.6065
P(X = 1) = e-0.5 * (0.5^1) / 1! = 0.3033
P(X = 2) = e-0.5 (0.5^2) / 2! = 0.0758
P(X>2) = 1 - [0.6065+0.3033+0.0758] = 1 - 0.9856 = 0.0144
Hence the answer.
