I understand the integer part, keep dividing by 5 and I get 40440, but for the fraction part I did a calculation, but it does not match with the answer given.
I do the fraction part like this:
$$0.123 \times 5=0.615$$ $$0.615 \times 5=3.075$$ $$0.075 \times 5=0.375$$ $$0.375 \times 5=1.875$$ $$0.875 \times 5=4.375$$
Shouldn't I continue to do it until the fraction part becomes 0? The final answer given by my tutor is 40440.0301. He didn't continue the calculation even though the fraction part has not reached 0 yet. Or is the calculation so long that he just skipped the rest?
You can easily verify that his answer is not exact:
$$0.0301_{\text{five}}=\frac3{25}+\frac1{625}=\frac{76}{625}\;,$$
while $$0.123=\frac{123}{1000}\;.$$
If the two were equal, we’d have $1000\cdot76=625\cdot123$, which is obviously false even without carrying out the full computation: the former ends in $0$, the latter in $5$.