InterviewSolution
Saved Bookmarks
| 1. |
1). 32). 43). 54). 2 |
|
Answer» Let the NUMBER be N. As per given data, when number is divided by 3, it gives remainder 2 ⇒ N = 3A + 2 Now, again, when quotient ‘a’ is divided by 2, then it leaves a remainder of 1 ⇒ a = 2b + 1 ⇒ N = 3(2b + 1) + 2 = 6b + 3 + 2 = 6b + 5 Clearly we can see that the number when divided by 6 will LEAVE the remainder 5 ∴ The remainder when the number is divided by 6 = 5 |
|