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:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments