InterviewSolution
Saved Bookmarks
| 1. |
Find the smallest number which when divided by 13 and 16 leaves respective remainders of 2 and 5. |
|
Answer» 197 Let 'N' is the smallest number which divided by 13 and 16 LEAVES RESPECTIVE REMAINDERS of 2 and 5. Required number = (LCM of 13 and 16) - (common DIFFERENCE of divisors and remainders) = (208) - (11) = 197. |
|