Number theory gcd lcm posiible pairs

How many ordered pairs of two numbers are possible such that LCM = 120 and GCD = 2?

@kunalsaini8950 I believe there are 3.
They are : 2,120 , 6,40, 10,24

In order to find the number of pairs with a given GCD and LCM, I find the number n of prime factors in LCMGCD. The number of pairs is equal to 2n.

Example: GCD=2 and LCM=120
LCM/GCD=60=2power2∗5∗3
therefore we have 2power3 (we have 3 prime factors) pairs.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.