Three first-heads in non-decreasing order

Three people flip fair coins independently, each until their first head; let T,G,PT, G, P be the flip counts. Find P[TGP]\mathbb{P}[\,T \le G \le P\,] (ties allowed). Writing it as pq\tfrac{p}{q} in lowest terms, report p+qp + q.

Show hints (2)+
  1. Each count is Geometric(1/2)(1/2). Write the weak-order probability as a triple sum over tgpt \le g \le p.
  2. Collapse from the inside out. The ties make the answer exceed 1/61/6; you should get 8/218/21.

Answer

Reveal answer →

29

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, Citadel

Related questions