What are the numbers divisible by 5007?

5007, 10014, 15021, 20028, 25035, 30042, 35049, 40056, 45063, 50070, 55077, 60084, 65091, 70098, 75105, 80112, 85119, 90126, 95133

How to find the numbers divisible by 5007?

Finding all the numbers that can be divided by 5007 is essentially the same as searching for the multiples of 5007: if a number N is a multiple of 5007, then 5007 is a divisor of N.

Indeed, if we assume that N is a multiple of 5007, this means there exists an integer k such that:

k × 5007 = N

Conversely, the result of N divided by 5007 is this same integer k (without any remainder):

k = N 5007

From this we can see that, theoretically, there's an infinite quantity of multiples of 5007 (we can keep multiplying it by increasingly larger integers, without ever reaching the end).

However, in this instance, we've chosen to set an arbitrary limit (specifically, the multiples of 5007 less than 100000):

  • 1 × 5007 = 5007
  • 2 × 5007 = 10014
  • 3 × 5007 = 15021
  • ...
  • 18 × 5007 = 90126
  • 19 × 5007 = 95133