InterviewSolution
Saved Bookmarks
| 1. |
The highest common factor and least common multiple of two numbers are 35 and 525 respectively. If one of them is 175, then other number is1. 752. 853. 954. 105 |
|
Answer» Correct Answer - Option 4 : 105 Given: HCF = 35 LCM = 525 One number = 175 Concept: Product of two numbers = HCF× LCM Calculation: Let the other number be x. ⇒ Product of two numbers = HCF× LCM ⇒ 175× x = 35× 525 ⇒ x = (35× 525)/175 = 105 Hence, the other number is 105. |
|