InterviewSolution
Saved Bookmarks
| 1. |
1). 122). 113). 94). 6 |
|
Answer» Let the number be N. Dividend = DIVISOR × Quotient + REMAINDER ⇒ N = 208 × Q + 43 ⇒ N = (16 × 13 × Q) + (16 × 2) + 11 ⇒ N = 16(13Q + 2) + 11 ∴ Remainder = 11 Alternate Solution: Let the number be 208 + 43 = 251 When 251 is divided by 16, the remainder will be 11. |
|