Correct option is D
Given:
HCF(a, b) = h; HCF(2a, b) = 2h; HCF(a, 3b) = 3h.
Formula Used:
Let a=hm, b=hn with gcd(m,n)=1.
gcd(ku,kv) =k gcd(u,v); use properties of gcd.
Solution:
From HCF(2a , b) = 2h
gcd(2m , n) = 2
From HCF(a , 3b) = 3h
gcd(m , 3n) = 3
Write m= and n with gcd=1. Then
HCF(2a,3b)=
The pair is 2a and 3b (their HCF is 6h).