I have a homework question that I can't seem to figure out. Any help is appreciated!
The lifetime of light bulbs (in days) is modeled as a Poisson Process with expected lifetime of beta = 200 days. A certain building has 1,800 bulbs. What is the probability that at most 10 bulbs fail on any given day?
I thought I would use a gamma distribution (alpha, beta = 200). My notes say the gamma distribution gives the waiting time until the nth occurrence, so alpha = 10 for the nth failure.. but that doesn't seem right since I believe the 10 goes with X (Prob(X <= 10)) and not alpha. And then I'm not sure what to do with the 1,800 bulbs. That seems like a binomial distribution with n = 1,800. I just don't know if I'm on the right path..and if I am how do I incorporate the two distributions?