A number N leaves remainder 7 on being divided by 8, 6 on being divided by 7, 5 on being divided by 6 and so on until 1 on being divided by 2. Find N such that 7000< N <8000
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.
Here 8 - 7 = 1, 7 - 6 = 1, 6 - 5 = 1 ,...., 2 - 1 = 1 So required no = k{LCM(8,7,6,5,4,3,2) - 1 } (k is natural no) = 840 - 1 =839 Multiple of 840 between 7000 and 8000 is 7560. Thus, N = 7560 - 1 = 7559