Jack always arrives 5 minutes before meetings, Peter always arrives from 0 to 10 minutes late into meetings. Jack is tired waiting for Peter and he decided that next time he's also going to be late. How much time does Jack have to be late for a meeting such that the probability of Peter being in the meeting is 0.85.
I think that the amount of time Peter is late for a meeting ($X$) obeys uniform distribution, then:
$$P(X=k) = \frac{1}{b-a+1}$$
where $a=1$, $b=10$.
We could say that $b-a=m$, $\quad m$ being the time Peter is late for a meeting. Then could:
$$m=\frac{1}{0.85}-1 = 0.176$$ ?
Even if this is correct how can this be, isn't uniform distribution always the same ($\frac{1}{10}$ in our case)?