How Do You Calculate Battery Life Probability After 180 Hours?

  • Thread starter Thread starter EskShift
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion focuses on calculating the conditional probability of a battery lasting at least another 50 hours after already functioning for 180 hours. The battery life follows an exponential distribution with a probability density function of f(x) = (1/1000)e^(-x/1000) for x ≥ 0. To find the desired probability, one must apply the concept of conditional probability, specifically Pr(A|B), where A is the event of lasting at least 230 hours and B is the event of lasting at least 180 hours. The integration of the probability density function is required to determine the appropriate boundaries for the calculation. The key challenge lies in correctly setting the limits for the integration to reflect the conditions of the problem.
EskShift
Messages
20
Reaction score
0

Homework Statement


The life (in hours) of a particular brand of batteries is a random variable with probability density function given by f(x) = {1/1000e^(-x/1000)}, x ≥ 0, 0 elsewhere.

If after 180 hours of operation a battery is still working, what is the probability that it will last at least another 50 hours?


Homework Equations


Integration


The Attempt at a Solution


Integration of the equation, which becomes [-e^(-x/1000)]
Problem is, what boundaries is it supposed to have?
I have figured out from 0 --> 180, that is a given right? Because the question states 'if after 180 hours of operation', so it must have worked up to 180 hours.
but now what? I am sure it has got to do with finding the Probability (B) | Probability (A), which is equal to Pr (A|B) = Pr (A intersect B) / Pr (B)
 
Physics news on Phys.org
This is a conditional probability question: given that it has lasted 180 hours (that's the event on which to condition) you need to know the probability it will last another 50 hours.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top