InterviewSolution
Saved Bookmarks
| 1. |
The LCM of two numbers is 210. lf their HCF is 35 and one of the numbers is 105, find the other number.1). 352). 703). 1054). 140 |
|
Answer» HCF × LCM = n1 × n2; n1 = number1, n2 = number2 Let x be the other number. 210 × 35 = 105 × x ⇒ x = 70 |
|