What are the numbers divisible by 5001?

5001, 10002, 15003, 20004, 25005, 30006, 35007, 40008, 45009, 50010, 55011, 60012, 65013, 70014, 75015, 80016, 85017, 90018, 95019

How to find the numbers divisible by 5001?

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

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

k × 5001 = N

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

k = N 5001

From this we can see that, theoretically, there's an infinite quantity of multiples of 5001 (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 5001 less than 100000):

  • 1 × 5001 = 5001
  • 2 × 5001 = 10002
  • 3 × 5001 = 15003
  • ...
  • 18 × 5001 = 90018
  • 19 × 5001 = 95019