Why is the probability of Brownian Motion hitting -2 before 1 is equal to 1/3? This is an interview question asked for Quant roles.
I found a similar question was previously asked: Brownian motion interesting question. However, the given solution does not answer my question.
We can compute the probability that $a$ is hit before $-b$ using the optional stopping theorem for martingales. Observe that $$E(B(\tau)) = E(B(0)) = 0$$ where $\tau = \inf\{t \geq 0 : B(t) \in \{a, −b\}\}$ where $a,b>0.$ Thus we have that $$a p - b(1-p) = 0\implies p =\frac{b}{a+b}$$ Your answer is thus $1-p = \frac{a}{a+b}.$ Take $a=1$ and $b=2$ and observe that $1-p=\frac{1}{3}.$