The airport shuttle arrives at the hotel at a random time between 7.30 am and 7.45 am. Jimmy waits at the hotel a random time between 7.30 am and 7.45 am (independently of the shuttle) and he will wait for (at most) $5$ min before leaving. Find the probability that Jimmy will catch the bus.
So far the way I've thought about this problem is:
$X \sim U[0, 15]$ where $X$ is the probability that the shuttle arrives at a specific minute.
$Y \sim U[0, 15]$ where Y is the probability that Jimmy arrives at a specific minute.
Find $P(Y\le X\le Y+15).$
Does this seem fine? I'm not sure entirely sure.