The number of ordered pairs $(p, q)$ of positive integers, whose $\operatorname{lcm}$ is $8100$, is $K$. Then find the number of ways of expressing $K$ as a product of two distinct positive integers.
Now I have taken the $\text{lcm} (p,q)=8100$ which can be expressed as $2^2 \times 5^2 \times 3^4$.
After this, I have taken as $p$ to be $2^a 5^b3^c$ and $q$ to be $2^x5^y3^z$ where $a,b,c,x,y,z$ here represent non negative integers. From there I have taken $\max\{a, x\}= 2$, $\max\{b, y\} = 2$, $\max\{c, z\} = 4$. However from here, I am unable to proceed any further.
The number of ordered pairs of nonnegative integers $(a,x)$ with $\max(a,x)=2$ is $5$. This is because if $a=2$ there are $3$ possible choices for $x$ and if $x=2$ there are $3$ possible choices for $a$; this covers all cases but counts the pair $(2,2)$ twice, so there are $2\times 3-1$ pairs. From here you should be able to complete the solution.