What is the largest number below 10000 that leaves a remainder of 9 when divided by 21 and a remainder of 61 when divided by 73?
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.
Let the number be N , then:
N ⟹ N 7 3 n + 6 1 1 0 n − 2 ≡ 6 1 (mod 73) ≡ 7 3 n + 6 1 ≡ 9 (mod 21) ≡ 9 (mod 21) where n is an integer.
We note that the smallest positive n that satisfies the congruence is 20 and the larger ones is given by 2 1 m + 2 0 . Then we have N = 7 3 ( 2 1 m + 2 0 ) + 6 1 < 1 0 0 0 0 . Implies that the largest m = 5 and the largest N = 7 3 ( 2 1 ( 5 ) + 2 0 ) + 6 1 = 9 1 8 6 .
Problem Loading...
Note Loading...
Set Loading...
Let the largest number less than 10000 be x and rewriting word problem into system of congruences as x ≡ 9 m o d ( 2 1 ) x ≡ 6 1 m o d ( 7 3 ) Firstly note that moduli are co-prime integers so we can take for some integer k and rewrite the equation as x = 7 3 k + 6 1 ⋯ ( a ) Now substituting the value of x to the first congruence we have , 7 3 k + 6 1 ≡ 9 m o d ( 2 1 ) Now solving for k we get as k = − 1 m o d ( 2 1 ) Writing this congruence for some integer m as below k = 2 1 m − 1 Now plugging the value of k in equation (a) x = 7 3 ( 2 1 m − 1 ) + 6 1 = 1 5 3 3 m − 1 2 ⟹ x ≡ − 1 2 m o d ( 1 5 3 3 ) Note that x < 1 0 0 0 0 so 9 2 1 0 ≡ 0 m o d ( 1 5 3 3 ) 9 8 1 6 ≡ − 1 2 m o d ( 1 5 3 3 ) Hence the largest possible of x < 1 0 0 0 is 9 1 8 6 .