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:
m * n = 15 * 225 = 3375.Given one number is 75, the other is 3375 / 75 = 45.Verification / Alternative check:
Check HCF(75, 45) = 15 and LCM(75, 45) = 225; their product is 3375, matching the identity.Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
45
Discussion & Comments