Let the probabilities of the insured person be a scooter driver be $P(S)$, be a car driver be $P(C)$ and a truck driver be $P(T)$. Given that $P(S) = \frac{2000}{12000} = \frac{1}{6}$, $P(C) = \frac{1}{3}$ and $P(T) = \frac{1}{2}$. If $A$ is the accident event, $P(A|S) = 0.01, P(A|C) = 0.03, P(A|T) = 0.15$. We want $P(S|A)$. This by Bayes's formula is given by \begin{align*} P(S|A) &= \frac{P(A|S)P(S)}{P(A)} \\\ &= \frac{P(A|S)P(S)}{P(A|S)P(S)+P(A|C)P(C)+P(A|T)P(T)}\\\ &= \frac{0.01 \times \frac{1}{6}}{0.01 \times \frac{1}{6}+0.03 \times \frac{1}{3}+0.15 \times \frac{1}{2}}\\\ &=\frac{1}{52} \end{align*}