I have a question regarding how to model the lifetime of a lightbulb, when give the probability that it will fail during a $5$-hour shift.
The problem states that in a building all the lightbulbs will work perfectly before they fail and then must be replaced. The probability that a lightbulb fails during any $5$-hour shift is $0.15$.
What is the probability that a lightbulb will be operational for at most $4$ shifts (i.e. fewer than $5$ shifts) before it fails?
How do we know which kind of distribution we should use to model the lifetime of a lightbulb? Once I know the distribution, I know i have to use the failure rate function lamba(t), but i need to know the F(t) and f(t) for the variable in order to do so.
Thanks.
When you were introduced to the common distributions, you should have been taught what is measured by their random variables. Revise and memorise! You just have to match the pattern.
It is suggested that each shift is an independent Bernoulli trial with identical failure rate.
The lifetime of a lightbulb is: the count of shifts until failure given a failure rate of $0.15$ each shift. This is a discrete random variable; can you see which kind?