Steven K. answered 04/24/20
Probability Tutor with Data Science degree
a. If the probability of an engine failing is .10, then the compliment of this would be 1-.10 = .90 This
means that there is a probability of .90 that the engine does not fail.
b. This question involves the Binomial Probablility Distribution. In order to calculate the probability of each
event of engines failing we first need to look at the formula and then assign our variables.
The formula for the Binomial Probability is:
P(X = x) = nCxpxqn-x
n = 4 the total number of engines
x = the number of engines that fail (this is what we call a success)
p = .10 this is the probability of an engine failing
q = .90 this is the probability of an engine not failing
P(X = 0) = 4C0(.10)0(.90)4-0 = .6561
P(X = 1) = 4C1(.10)1(.90)4-1 = .2916
P(X = 2) = 4C2(.10)2(.90)4-2 = .0486
P(X = 3) = 4C3(.10)3(.90)4-3 = .0036
P(X = 4) = 4C4(.10)4(.90)4-4 = .0001
c. When we add the probabilities from part b:
.6561 + .2916 + .0486 + .0036 + .0001 = 1.0000
d. P(X < 2) = P(X = 0) + P(X = 1) = .6561 + .2916 = .9477
e. n = 3
P(X < 2) = P(X = 0) + P(X = 1) = .729 + .243 = .972
f. The 3 engine plain is safer because there is a higher probability that no more than one engine will fail.