InterviewSolution
Saved Bookmarks
| 1. |
Find the largest number which divides 70 and 125 leaving remainder 5 and 8 respectively. |
|
Answer» If we are left with reminder 5 and 8 while dividing 70 and 125. As we have to find the maximum number so we will find HCF b/w the two. ∴ Required number = HCF (65, 117) We know, 65 = 13 × 5 117 = 13 × 3 × 3 ∴ HCF = 13 The required number = 13 |
|