InterviewSolution
Saved Bookmarks
| 1. |
When a number is divided by 208, the remainder is 3. Find the remainder, when the same number is divided by 13.1). 12). 33). 54). 7 |
|
Answer» Let the dividend and the QUOTIENT be ‘X’ and ‘q’ respectively ⇒ x = 208q + 3 ⇒ x = (13 × 16)q + 3 ⇒ x = 13(16Q) + 3 ∴ The remainder is 3 |
|