The question is the following: "Which is the highest power of 18 that divides 190! ?"
I seem to be under the impression that I don't know the "formula" correctly as this is my solution (which is so far wrong).
$18=3^22$ So I thought we'd look at the the 3's here as they are the highest prime factor of 18.
$\lfloor$180/3$\rfloor$+$\lfloor$180/$3^2$$\rfloor$+$\lfloor$180/$3^3$$\rfloor$+$\lfloor$180/$3^4$$\rfloor$=93
This is not the right answer but what is it that I do wrong?