Difficulty: Medium
Correct Answer: 2/35
Explanation:
Introduction / Context:This question combines the product identity for two numbers with a sum constraint to compute the sum of reciprocals directly. It illustrates how HCF and LCM can determine mn, and with m + n given, one can form (m + n)/(mn) without solving for m and n individually.
Given Data / Assumptions:
Concept / Approach:Use the identity m * n = HCF * LCM. Then 1/m + 1/n = (m + n) / (m * n). This bypasses the need to find m and n separately and leverages given aggregate information efficiently.
Step-by-Step Solution:
Compute mn = 6 * 210 = 1260.Compute (m + n) / (mn) = 72 / 1260.Reduce the fraction: divide numerator and denominator by 18 ⇒ 72/1260 = 4/70 = 2/35.Verification / Alternative check:
There exist integer pairs with HCF 6 and LCM 210 satisfying m + n = 72 (e.g., solving t^2 − 72t + 1260 = 0). Regardless of the specific pair, (m + n)/(mn) remains 2/35.Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
2/35
Discussion & Comments