Home » Aptitude » Number System » Question
  1. A certain number when successively divided by 3, 5 and 8 leaves remainder 1, 2, 3
    respectively. Find the remainders when the same number is divided by reversing the divisors.
    1. 3, 2, 1
    2. 4, 1, 1
    3. 4, 2, 2
    4. 1, 4, 1
Correct Option: B

This problem can be solved by determining true or complete remainder and dividing it by reversing the order of divisors.
True remainder = d1d2r3 + d1r2 + r1
Here, d1 = 3, d2 = 5, r1 = 1, r2= 2, r3 = 3
∴  True remainder = 3 × 5 × 3 + 3 × 2 + 1= 45 + 6 + 1 = 52
Now, we divide 52 by 8, 5 and 3

Hence, the remainders are 4, 1 and 1.



Your comments will be displayed only after manual approval.