Find the least positive number which when divided by 2,3,4,5,6, leaves remainder of 1 in each case but when divided by 7 leaves no remainder. find a smallest such number.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Firstly we have to find the LCM of 2,3,4,5,6=60.So if we add 1 to 60 then the number will leave a remainder every time.
61/2=Remainder 1.
61/3=Remander 1.
61/4=Remainder 1.
61/5=Remainder 1.
61/6=Remainder 1.
But 61 is not divisible by 7 ,so:
The next numbers are-
120+1,
180+1,
240+1,
300+1.
Hence at last 301 is divisible by 7.So it is the answer.