

InterviewSolution
Saved Bookmarks
1. |
An aircraft has three engines A, B and C. The aircraft crashes if all the three engines fail. The probabilities of failure are 0.03, 0.02 and 0.05 for engines A, B and C respectively. What is the probability that the aircraft will not crash? (a) 0.00003 (b) 0.90 (c) 0.99997 (d) 0.90307 |
Answer» (c) 0.99997 P (aircraft will crash) = 0.03 × 0.02 × 0.05 = 0.00003 P (aircraft will not crash) = 1 – 0.00003 = 0.99997. |
|