InterviewSolution
Saved Bookmarks
| 1. |
The product of two numbers is 19200 and their HCF is 40. Find their LCM |
|
Answer» Here, we will use the formula, Product of two numbers = HCF of numbers `xx` LCM of numbers Here, product of numbers ` = 19200` HCF of numbers ` = 40` `:. 40 xx LCM = 19200` `=>LCM = 19200/40 = 480` So, LCM of given numbers is `480`. |
|