$$ \log_{3}24 - 3\log_{3}5\times \log_{5}2$$
What I can get is:
$$ \log_3{24} - \log_3{5^3} \times \log_{5}2$$
Change of base rule to get it all in base 3:
$$ \log_5{2} = \frac{\log_3{2}}{\log_3{5}} $$
Now I have:
$$\log_3{24} - \frac{\log_3{5^3}\times \log_3{2}}{\log_3{5}}$$
How to continue from here?