

InterviewSolution
Saved Bookmarks
1. |
The HCF of two numbers is 16 and their product is 3072. Find their LCM. |
Answer» Given, HCF of two numbers = 16 And, their product = 3072 We know that, LCM x HCF = Product of the two numbers LCM x 16 = 3072 ⇒ LCM = \(\frac{3072}{16}\) = 192 ∴ The LCM of the two numbers is 435. |
|