Difficulty: Easy
Correct Answer: 45
Explanation:
Introduction / Context:
For two numbers m and n, the identity m * n = HCF(m, n) * LCM(m, n) lets us find the unknown when one number and both HCF and LCM are known. This avoids trial-and-error completely.
Given Data / Assumptions:
Concept / Approach:
Compute the product of HCF and LCM to get m * n, then divide by the known number to obtain the unknown partner. Ensure the quotient is an integer to validate consistency.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments