K Engine Start Probability Calculator

  • Thread starter Thread starter ankitj
  • Start date Start date
AI Thread Summary
The discussion centers on calculating the probability of an engine starting successfully 10 consecutive times, with a success probability of 0.990 for each start. One participant initially proposed a complex formula involving multiple probabilities for different scenarios of starts and failures. However, another participant clarified that the straightforward calculation for the probability of 10 successful starts is simply 0.990 raised to the power of 10, which equals 0.9910. The consensus is that the engine will be accepted if it successfully starts 10 times in a row, making the probability of acceptance 0.9910. The conversation highlights the importance of understanding the question's requirements in probability calculations.
ankitj
Messages
6
Reaction score
0
I think this is correct. I would appreciate any input.

Question:
The potential buyer of a particular engine requires that the engine start successfully 10 consecutive times. Suppose that the probability of a successful start is .990. Consider that the outcomes of attempted starts is independent. What is the probability that the engine is accepted after just 10 starts?

My solution:

P(x<=10) = p(2) + p(3) +...+ p(10)

where:
p(2) = P(X = 2) = P(S on #1 and S on #2) = p2
p(3) = P(S on #3 and S on #2 and F on #1) = (1 – p)p2
p(4) = P(S on #4 and S on #3 and F on #2) = (1 – p)p2
p(5) = P(S on #5 and S on #4 and F on #3 and no 2 consecutive S’s on trials prior to #3) = [ 1 – p(2) ](1 – p)p2
p(6) = P(S on #6 and S on #5 and F on #4 and no 2 consecutive S’s on trials prior to #4) = [ 1 – p(2) – p(3)](1 – p)p2

In general, for x = 5, 6, 7, …: p(x) = [ 1 – p(2) - … – p(x - 3)](1 – p)p2

Does this make any sense?
AJ
 
Physics news on Phys.org
I can't make sense of what you wrote. However the probability of 10 successes in a row is simply .9910.
 
But what is the question asking for, in terms of probability? That's what I don't understand.
 
The buyer will accept the engine if and only if it starts successfully ten consecutive times. This means that the engine is "accepted" if it can start ten times in a row. The question is essentially asking what is the probability of this event occurring? That's why the probability is simply 0.9910 as mathman wrote.
 
hmm ok. Thank you for your help.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...

Similar threads

Back
Top