Question
Logical Reasoning Question on Numeric Grid
A man has a certain number of small boxes to pack into parcels. If he packs 3, 4, 5 or 6 in a parcel, he is left with one over; if he packs 7 in a parcel, none is left over. What is the number of boxes he may have to pack?
A
106
B
301
C
309
D
400
Answer
301
Explanation
Solution
Number should be of the form
3n1+1,4n2+1,5n3+1,6n4+1
Required number =LCM(3,4,5,6)+1
=301
The correct option is