Consider the four arithmetic progressions above. What is the smallest 4-digit number common to all these progressions?
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.
The following series can be written in the form-
A P 1 → x ≡ 3 ( m o d 7 ) A P 2 → x ≡ 4 ( m o d 5 ) A P 3 → x ≡ 1 ( m o d 4 ) A P 4 → x ≡ 2 ( m o d 3 )
With the help of Chinese Remainder Theorem (CRT), we get -
x ≡ 2 3 6 9 ( m o d 4 2 0 ) x ≡ 2 6 9 ≡ 1 1 0 9 ( m o d 4 2 0 )
Hence the answer is 1 1 0 9
P.S Thanks to Shubham Dahiya for correcting me! Please post alternate solutions!