Find the number of ordered pairs $(a,b)$ if $\text{lcm}(a,b)=2^3 \cdot 3^5 \cdot 11^7 $

1.1k Views Asked by At

How many ordered pairs $(a,b)$ are there such that $$\text{lcm}(a,b)=2^3 \cdot 3^5 \cdot 11^7 $$

I tried using a number theoretic approach, but couldn't solve it. Moreover, it was given in my combinatorics worksheet, so there must be a combinatorial approach also.

Any help will be appreciated.
Thanks.

2

There are 2 best solutions below

5
On BEST ANSWER

Prime factorize $a=\prod p_i^{a_i}$ and $b=\prod p_i^{b_i}$, then $$\operatorname{lcm}(a,b)=\prod_i p_i^{\max(a_i,b_i)}=2^3\cdot 3^5\cdot 11^7.$$ By the fundamental theorem of arithmetic these are the same ("we can equate the exponents of the primes"), so $$2^{\max(a_1,b_1)}\cdot 3^{\max(a_2,b_2)}\cdot 11^{\max(a_3,b_3)}=2^3\cdot 3^5\cdot 11^7$$ $$\implies\max(a_1,b_1)=3\qquad\text{etc.}$$ Thus we must count the total number of choices of the six exponents to get that number of distinct $(a,b)$ (this is a fairly easy combinatorics problem). Once again we are justified by the fundamental theorem because it assures we don't have multiplicity in the answer.

0
On

Hint:

One of $a$ and $b$ has 3 prime factors 2, the other has less or equal prime factors 2.

One of $a$ and $b$ has 5 prime factors 3, the other has less or equal prime factors 3.

One of $a$ and $b$ has 7 prime factors 11, the other has less or equal prime factors 11.

There are no other prime factors in neither $a$ nor $b$.