SOLUTION: A missile guidance system has a 5 safe-fail components. The probability of each failing is 0.48. Find the probability that at least 2 will fail.
Algebra.Com
Question 1078787: A missile guidance system has a 5 safe-fail components. The probability of each failing is 0.48. Find the probability that at least 2 will fail.
Answer by Theo(13342) (Show Source): You can put this solution on YOUR website!
in order for the missile to fail, all 5 of the components must fail.
the probability that each will fail is .48
the probability that each will not fail is 1 - .48 = .52
the probability that at least 2 of the 5 will fail is equal to the probability that exactly 2 plus 3 plus 4 plus 5 will fail.
this is equal to 1 minus (the probability that exactly 0 plus 1) will fail.
either one of these should get you the correct answer.
since 1 minus ((the probability that exactly 0 plus 1) will fail requires less computations, then it's easier to go with that.
this is a binomial probability formula, which is:
p(x) = p^x * q^(n-x) * c(n,x)
p = .48
q = .52
n = 5
x = either 0,1,2,3,4, or 5.
p(0) = .48^0 * .52^5 * c(5,0)
p(1) = .48^1 * .52^4 * c(5,1)
c(n,x) = n! / (x! * (n-x)!)
consequently:
c(5,0) = 1
c(5,1) = 5
the formulas become:
p(0) = .48^0 * .52^5 * 1
p(1) = .48^1 * .52^4 * 5
this results in:
p(0) = .0380204032
p(1) = .175478784
p(0) + p(1) = .2134991872
1 - (p(0) + p(1)) = .7865008128
1 - (P(0) + p(1)) should be the same answer as p(2) + p(3) + p(4) + p(5)
the following excel spreadsheet shows you this is true.
my manually calculated numbers are:
p(0) + p(1) = .2134991872
1 - (p(0) + p(1)) = .7865008128
the excel spreadsheet number are:
p(0) + p(1) = 0.213499187
1 - (p(0) + p(1)) = 0.786500813
excel number are to 9 decimal places.
my numbers are to 10 decimal places.
round my numbers to 9 decimal places and you get:
p(0) + p(1) = .213499187
1 - (p(0) + p(1)) = .786500813
these exactly match the excel numbers when both are rounded to the 9 decimal places.
RELATED QUESTIONS
A missile guidance system has five fail safe components the probability of each failing... (answered by ikleyn)
This is part c of the following problem. I did the problem and got the correct answer.
(answered by stanbon)
A missile guidance system has five fail-safe components. The probability of each failing... (answered by ikleyn)
a fire system has seven fail safe components. The probability of each failing is 0.07.... (answered by solver91311)
A burglar alarm system has six fail-safe components. The probability of each failing in... (answered by stanbon)
I am not sure what to use since they are asking for a probabilty that "none fail". It... (answered by user_dude2008)
A Burglar alarm system has 6 fail safe components. The probability of each failing is... (answered by stanbon)
The failure rate for a guided missile control system is 8 in 1,000. Suppose that a... (answered by ikleyn)
A missile can be accidentally launched if two relays A and B both have failed. the... (answered by galactus)