Find the total no. of positive integral solutions to the equation
a×b×c×d×e=1050
I came across this problem while practicing problems in multinomial theorem.....but I have no idea how we can apply it here....also tried out a few other logics but none of them seems to work.....can anyone help me out?
Since $1050 = 2^1 \cdot 3^1 \cdot 5^2 \cdot 7^1$, each factor will be of the form $2^{a_k}3^{b_k}5^{c_k}7^{d_k}$, $k = 1,\ldots, 5$ and \begin{align*} \sum a_k = 1, \quad \sum b_k = 1, \quad \sum c_k = 2, \quad \sum d_k = 1 \end{align*} The number of solutions of the above are $5, 5, 15, 5$ and hence the number of solutions is $5\cdot 5 \cdot 15 \cdot 5 = 1875$