Question
Question: The probability of a bomb hitting a bridge is \(\frac { 1 } { 2 }\)and two direct hits are needed to...
The probability of a bomb hitting a bridge is 21and two direct hits are needed to destroy it. The least number of bombs required so that the probability of the bridge beeing destroyed is greater then 0.9, is
A
8
B
7
C
6
D
9
Answer
8
Explanation
Solution
Let n be the least number of bombs required and X the number of bombs that hit the bridge. Then X follows a binomial distribution with parameter n and p=21
Now P(X≥2)>0.9⇒1−P(X<2)>0.9
⇒P(X=0)+P(X=1)<0.1
⇒nC0(21)n+nC1(21)n−1(21)<0.1⇒10(n+1)<2n
This gives n≥8