I just found a positive integer with an interesting property:
When I divide it by 2, the remainder is 1.
When I divide it by 3, the remainder is 2.
When I divide it by 4, the remainder is 3.
When I divide it by 5, the remainder is 4.
When I divide it by 6, the remainder is 5.
When I divide it by 7, the remainder is 6.
When I divide it by 8, the remainder is 7.
When I divide it by 9, the remainder is 8.
When I divide it by 10, the remainder is 9.
It's not a small number, but it's not really big, either.
Find the smallest number with such property.
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.
We just need to find l c m ( 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 1 0 ) and then subtract 1 from it to find the least value with the desired property.
Now the lcm is 2 3 ∗ 3 2 ∗ 5 ∗ 7 = 2 5 2 0 , so the desired value is 2 5 1 9 .