Find a positive integer less than 3000 which satisfy the conditions below.
When divided by 1, it leaves a remainder of 0.
When divided by 2, it leaves a remainder of 1.
When divided by 3, it leaves a remainder of 2.
When divided by 9, it leaves a remainder of 8.
When divided by 10, it leaves a remainder of 9.
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.
1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 1 0 ∣ x + 1 ⟺ lcm ( 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 1 0 ) ∣ x + 1
⟺ 2 3 ⋅ 3 2 ⋅ 5 ⋅ 7 ∣ x + 1 ⟺ 2 5 2 0 ∣ x + 1
with 0 ≤ x < 3 0 0 0 gives x = 2 5 1 9 .