The probability of a bomb hitting a bridge is 1/2 and two direct hits are needed to destroy it. Find the least number of bombs required so that the probability of the bridge being destroyed is greater than 0.9.
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 parameters n and p=1/2. Now
P(X≥2)>0.9 ⇒1−P(X<2)>0.9⇒P(X=0)+P(X=1)<0.1⇒nC0(12)n+nC1(12)n−1(12)<110⇒n+12n<110⇒10(n+1)<2n
By trial and error, we get n≥7. Thus, the least value of n is 7.