I have $X_t = e^{5B_t}$ and Where $B_t$ is brownian motion at time $t$. $M_t = X_t \cdot e^{-bt}$
I need to find a value for $b$ such that $M_t$ is a martingale.
I am encountering difficulty, however.
$$\mathbb{E}[ e^{5B_t}e^{-bt} | \mathcal{F}_s] \text{for} s\leq t$$ $$= e^{-bt}\mathbb{E}[ e^{5B_t} | \mathcal{F}_s]$$ $$= e^{-bt}\mathbb{E}[ e^{5(B_t-B_s)+5B_s} | \mathcal{F}_s]$$ $$=\exp\left\{\frac{25(t-s)}{2}+5B_s-bt\right\}$$
Now since $M_t$ is a martingale if $E[M_t | \mathcal{F}_s] = M_s$
We require that $$\exp\left\{\frac{25(t-s)}{2}+5B_s-bt\right\} = \exp\{5B_s-bs\}$$
Isn't this impossible to solve? Or have I made a mistake?
edit: $b= 12.5$