probability of a missile hitting the target....

ZyzzBrah

New member
Joined
Nov 30, 2011
Messages
17
UN forces for bosnia uses a type of missile that hits the target with a probability of 0.3. How many missiles should be fired so that there is at least an 80% probability of hitting the target.
Choices:
A. 3
B. 4
C. 5
D. 6

Solution:
Is it good to use binomial distribution?
p = 0.3
n = required
q = 0.7
r = not given (probably 80% of n) what do u think?
P = .80

P=nCrprqnr\displaystyle P = _{n}C_{r} p^{r}q^{n-r}
 
Hello, ZyzzBrah!

UN forces for bosnia uses a type of missile that hits the target with a probability of 0.3.
How many missiles should be fired so that there is at least an 80% probability of hitting the target?

. . (A) 3 . . (B) 4 . . (C) 5 . . (D) 6

We want the probability of at least one hit in n\displaystyle n missiles to be at least 80%.

The opposite of "at least one hit" is "no hits" (all misses).
And we want: .P(all n misses)<20%\displaystyle P(\text{all }n\text{ misses}) \:<\:20\%


So we have: .(0.7)n<0.20\displaystyle (0.7)^n \:<\:0.20

Take logs: .ln(0.7)n<ln(0.20)nln(0.7)<ln(0.20)\displaystyle \ln(0.7)^n \:<\:\ln(0.20) \quad\Rightarrow\quad n\ln(0.7) \:<\:\ln(0.20)


Divide by ln(0.7)\displaystyle \ln(0.7), a negative quantity:

. . nln(0.20)ln(0.7)=4.512338026\displaystyle n \:\ge \:\dfrac{\ln(0.20)}{\ln(0.7)} \:=\:4.512338026


Therefore: .n5     answer (C)\displaystyle n \:\ge\:5\;\;\text{ answer (C)}
 
Top