What are the number of ordered pairs of positive integers $(a,b)$ such that the $\operatorname{lcm}(a,b) = 2^3 \cdot 5^7 \cdot 11^{13}$.
Well, i tried to use the formula of exponent of a prime in a number, but I am unable to find out the number.
Please help.
Hint 1: show that $a$ can be written as $2^{x_2} 5^{x_5} 11^{x_{11}}$ for some nonnegative integers $x_2, x_5, x_{11}$, and similarly $b$ can be written as $2^{y_2} 5^{y_5} 11^{y_{11}}$ for some nonnegative integers $y_2, y_5, y_{11}$.
Hint 2: show that the LCM of $a$ and $b$ is $2^{\max(x_2, y_2)} 5^{\max(x_5, y_5)} 11^{\max(x_{11}, y_{11})}$, so you just need to count how many ways you can get $\max(x_2,y_2)=3$, $\max(x_5,y_5)=7$, and $\max(x_{11}, y_{11})=13$.