A number X leaves no remainder when divided by 7, 5 when divided by 6, 4 when divided by 5, 3 when divided by 4, 2 when divided by 3, 1 when divided by 2? Find the least value of X?
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.
X = 7 g = 6 f − 1 = 5 e − 1 = 4 d − 1 = 3 c − 1 = 2 b − 1 .
L C M ( 6 , 5 , 4 , 3 , 2 ) = 6 0 so X = 7 g = 6 0 a − 1 .
6 0 ≡ 4 ( m o d 7 ) ⟹ 1 2 0 − 1 ≡ 0 ( m o d 7 )
the number can be written as 7k/3l+2/5m+4/2k+1/6s+5. Thus we see last digit has to be 9. We see all multiple of 7 with last digit 9. tHE Least one satisfies this is 119
@jaiveer shekhawat - how did u do it?
Log in to reply
well I first took the lcm of 1 to 6 which is 60 and then checked that:
60 = 4(mod 7)
thus multiplied it by 2 on both sides and i got
120=1(mod7)
=119=0(mod7)
that's it!!
Problem Loading...
Note Loading...
Set Loading...
No. ÷ 7 remainder 0, No. ÷ 6 remainder 5, No. ÷ 5 remainder 4
No. ÷ 4 remainder 3, No. ÷ 2 remainder 1
Every time except 7 the difference in divisor and remainder = 1
(6 – 5), (5 – 4), etc = 1
in such case least number = LCM of divisors – difference
= (LCM of 2, 3, 4,5, 6) – 1 = 60 – 1 = 59
But 59 is not divisible by 7 so next number is 60 × 2 – 1 = 119