

InterviewSolution
Saved Bookmarks
1. |
The LCM of two numbers is 210 and their HCF is 14. How many such pairs are possible? |
Answer» Let the numbers be 14x and 14y 14x × 14y = 14 × 210 ⇒ xy = 210/14 = 30/2 = 15 x = 1, y = 15; x = 3, y = 5 (14, 210), (42, 70) Two pairs |
|