InterviewSolution
Saved Bookmarks
| 1. |
A number when divided by 256 leaves a remainder of 141. Find the remainder when the same number is divided by 16.1). 72). 113). 134). 17 |
|
Answer» Let the QUOTIENT and the dividend be ‘q’ and ‘X’ respectively ⇒ x = 256q + 141 ⇒ x = (16 × 16)q + (16 × 8) + 13 ⇒ x = 16(16q + 8) + 13 |
|