Binomial Distribution :

c = pass inspection
n=125
p=1-0.16 = 0.84
nCx = n! / (x! * (n-x)!)
(a)
E = n*p
n=125, p = 0.84
E(x) = 125*0.84 = 105
E(x) = 105
b.
k = third quartile
P(x<=k) = 0.75 {third quartile condition}
P(x<=k) = P(1) + P(2) + .... + P(k) = 0.75
P(x<=107) = 0.7231
P(x<=108) = 0.8014
therefore third quartile = 108
c.
in binomial distribution
var = n*p*(1-p)
var(x) = 125*0.84*(1-0.84) = 16.8
SD = var^0.5 = 4.0987
SD = 4.0987
d.
x = 100
P(100) = (125C100)*(0.84^100)*(0.16^25) = 0.04416
P(100) = 0.04416
e.
P(x < q) = P(1) + P(2) + .... + P(q-1)
P(x<100) = P(1) + P(2) + .... + P(99)
P(x<100) = 0.092827
P.S. (please upvote if you find the answer satisfactory)
3. A factory worker is provided enough raw materials to construct 125 widgets in a day....