There's another set of exercises given by my teacher to work on. My subject is permutation and combinatorics.
The question is as follows:
Which cubic numbers are there that can divide into the number $$2^{26} \cdot 3^{16} \cdot 5^8 \cdot 7^4?$$
I just need the idea of what to search for. Can someone help?
The number of choices $(a,b,c,d)$ that satisfy the inequalities in @Alexey's hint is: $$\left(1+\left\lfloor\frac{26}{3}\right\rfloor\right)\left(1+\left\lfloor\frac{16}{3}\right\rfloor\right)\left(1+\left\lfloor\frac{8}{3}\right\rfloor\right)\left(1+\left\lfloor\frac{4}{3}\right\rfloor\right)=(9)(6)(3)(2)=324$$