Bunuel
If a and b are two distinct positive integers such that b > a, which of the following expressions is equivalent to the difference between the maximum and the minimum possible values of the ratio of the least common multiple of a and b to the highest common factor of a and b ?
A. \(\frac{a}{b}*(a + 1)(a - 1)\)
B. \(\frac{a}{b}*(b + 1)(b - 1)\)
C. \(\frac{b}{a}*(a + 1)(a - 1)\)
D. \(\frac{b}{a}*(b + 1)(b - 1)\)
E. \(b*(a + 1)(a - 1)\)
Asked: If a and b are two distinct positive integers such that b > a, which of the following expressions is equivalent to the difference between the maximum and the minimum possible values of the ratio of the least common multiple of a and b to the highest common factor of a and b ?
\(HCF_{min}(a,b) = 1\)
\(LCM_{max}(a,b)= ab\)
\(HCF_{max}(a,b) = a\)
\(LCM_{min}(a,b)= b\)
\(Max(\frac{LCM(a,b)}{HCF(a,b)}) = \frac{LCM_{max}(a,b) }{ HCF_{min}(a,b)} = \frac{ab }{ 1} = ab\)
\(Min (\frac{LCM(a,b)}{HCF(a,b)}) = \frac{LCM_{min}(a,b) }{ HCF_{max}(a,b)} = \frac{b}{a} \)
Difference between the maximum and the minimum possible values of the ratio of the least common multiple of a and b to the highest common factor of a and b = \(ab - \frac{b}{a} = \frac{b}{a} (a^2 - 1) = \frac{b}{a} (a+1)(a-1)\)
IMO C