Difficulty: Medium
Correct Answer: 48
Explanation:
Given data
Concept / Approach
Step-by-step computation
h = 4 ⇒ numbers are 12 and 16.LCM(12, 16) = 2^2 × 3 × 2^4/2^2? Or directly = (12 × 16) / HCF(12,16) = (192)/4 = 48.
Verification
Multiples: 12 → 12,24,36,48; 16 → 16,32,48 ⇒ first common is 48.
Common pitfalls
Final Answer
L.C.M. = 48.
Discussion & Comments