Difficulty: Easy
Correct Answer: 270
Explanation:
Introduction / Context:
For any two positive integers a and b, the fundamental identity holds: HCF(a, b) * LCM(a, b) = a * b. This allows quick computation of one product given the numbers themselves.
Given Data / Assumptions:
Concept / Approach:
Use the identity directly: the product of HCF and LCM equals the product of the two numbers. There is no need to compute HCF and LCM separately in this case.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments