What are the numbers divisible by 5002?

5002, 10004, 15006, 20008, 25010, 30012, 35014, 40016, 45018, 50020, 55022, 60024, 65026, 70028, 75030, 80032, 85034, 90036, 95038

How to find the numbers divisible by 5002?

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

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

k × 5002 = N

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

k = N 5002

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

  • 1 × 5002 = 5002
  • 2 × 5002 = 10004
  • 3 × 5002 = 15006
  • ...
  • 18 × 5002 = 90036
  • 19 × 5002 = 95038