Difficulty: Easy
Correct Answer: 124
Explanation:
Introduction / Context:
This problem blends two key identities: (i) for two integers m and n, HCF * LCM = m * n, and (ii) here an extra relation LCM = 12 * HCF plus their sum. Using these, we can compute HCF and LCM first, then use the product identity to find the unknown integer directly.
Given Data / Assumptions:
Concept / Approach:
From L = 12H and H + L = 403, solve for H, L. Then use m * n = H * L to find the partner of 93: other = (H * L) / 93. Ensure the result is an integer to be consistent with integer inputs.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments