No two samples too close

You sample 101101 IID Uniform(0,1)(0,1) values. Find the probability that no two of them lie within a distance of 11000\tfrac{1}{1000} of each other. The answer reduces to the form (ab)c\left(\tfrac{a}{b}\right)^c; report a+b+ca + b + c.

Show hints (2)+
  1. For nn uniforms on [0,1][0,1], P[min gapd]=(1(n1)d)n\mathbb{P}[\text{min gap}\ge d]=(1-(n-1)d)^n.
  2. n=101, d=11000n=101,\ d=\tfrac1{1000}: (1110)101=(9/10)101(1-\tfrac1{10})^{101}=(9/10)^{101}, so 9+10+1019+10+101.

Answer

Reveal answer →

120

Want the full step-by-step worked solution? It's part of Premium - along with a worked solution for every question in the bank.

Asked at: Jane Street, Two Sigma

Related questions