I have this problem that I think I've kind of solved but just wanted to make sure if it's correct.
The problem goes:
The homework submissions to the university computer center start at midnight (00:00). The number of homework submissions between midnight and any time t > 0 afterwords is distributed Poisson with mean λt, where λ > 0 is some constant. Let T be the time between midnight and the first submission. What is the distribution of T
I think the answer is: exponential distribution
because we have time that is continuous variable, and poisson is just for submissions that are between midnight that means that is for discrete variable
so the distribution of T needs to be exponential distribution.
Does that work?
Thank you in advance!