Order of operations dictates that you go from left to right and that you treat $\times$ and $/$ as equally important. So $74628/25/12 = (74628/25)/(12)$.
I find it helps to replace each $``/ n"$ with $``\times \dfrac 1n"$.
So $74628/25/12 = 74628 \times \dfrac{1}{25} \times \dfrac{1}{12}$
As amWhy has pointed out, I don't mean for you to do things like
Order of operations dictates that you go from left to right and that you treat $\times$ and $/$ as equally important. So $74628/25/12 = (74628/25)/(12)$.
I find it helps to replace each $``/ n"$ with $``\times \dfrac 1n"$.
So $74628/25/12 = 74628 \times \dfrac{1}{25} \times \dfrac{1}{12}$
As amWhy has pointed out, I don't mean for you to do things like
$74628/25/12 = 74628/(25/12) = 74628 \times \dfrac{1}{25/12}$.
That is wrong. You must proceed from left to right as shown in my example.