35.A number was divided successively in order by 4, 5 and 6. The remainders were respectively 2, 3 and 4. The number is:
[A] 214
[C] 954
[B] 476
[D] 1908
Answer : [A]
Explanation :
|
|
4
|
x
|
5
|
y - 2
|
6
|
z - 3
|
|
1 - 4
|
|
|
z = 6 x 1 + 4 = 10
y = 5 x z + 3 = 5 x 10 + 3 = 53
x = 4 x y + 2 = 4 x 53 + 2 = 214
|
|
|
|
Hence, required number = 214.
|
|