. Airplane engines operate independently in flight and fail with probability of 0.1. A plane makes a successful flight if at most half of its engines fail. Determine the probability of a successful flight for two-enginned and four-engined planes.
Let š be the random variable representing the number of engines running out of š engines in a plane. Let us consider, running of an engine is a success.
Then š = 0.1, š = 1 ā š = 1 ā 0.1 = 0.9.
Trials are independent. Hence, š~šµšš(š, š = 0.9)
The probability mass function (š. š. š) is
š(š = š„) = š(š„; š, 0.9), where š„ = 0, 1, 2, ⦠, š
š(š = š„) = () (0.9)š„ (0.1)šāš„ , where š„ = 0, 1, 2, ⦠, š
a) For the 2-engine plane to make a successful flight, at least one engine must be running.
If š = 2, š~šµšš(2, š = 0.9).
Then š(at least one ā half of its engines run ) = š(š ā„ 1) = 1 ā š(š = 0) = = 1 ā () (0.9)0(0.1)2ā0 = 1 ā (0.1)2 = 0.99
b) On the other hand, for the 4-engine plane to make a successful flight, at least two engines must be running.
If š = 4, š~šµšš(4, š = 0.9).
Then š(at least one ā half of its engines run ) = š(š ā„ 2) = 1 ā š(š < 2) = 1 ā (š(š = 0) + š(š = 1)) = 1 ā (() (0.9)0(0.1)4ā0 + () (0.9)1(0.1)4ā1) = 1 ā ((0.1)4 + 4(0.9)(0.1)3) = 0.9963
Since 0.9963 > 0.99, the 4-engine plane has a higher probability for a successful flight than the 2-engine plane.
Answer: the 4-engine plane has a higher probability for a successful flight than the 2-engine plane.