Difficulty: Easy
Correct Answer: 12
Explanation:
Introduction: The product of two numbers equals the product of their HCF and LCM. Knowing one number allows us to find the other directly, then compute the difference.
Given Data / Assumptions:
Concept / Approach: a * b = HCF * LCM. Solve for the unknown and subtract to find the difference.
Step-by-Step Solution:
a * b = 12 * 72 = 864 If a = 24, then b = 864 / 24 = 36 Difference = 36 - 24 = 12Verification / Alternative check: HCF(24, 36) = 12 and LCM(24, 36) = 72, confirming consistency.
Why Other Options Are Wrong: 18, 21, and 24 do not match the computed difference for the consistent pair.
Common Pitfalls: Using sum instead of product relation, or forgetting to check that the derived pair satisfies both HCF and LCM values.
Final Answer: 12
Discussion & Comments