What are the numbers divisible by 5120?

5120, 10240, 15360, 20480, 25600, 30720, 35840, 40960, 46080, 51200, 56320, 61440, 66560, 71680, 76800, 81920, 87040, 92160, 97280

How to find the numbers divisible by 5120?

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

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

k × 5120 = N

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

k = N 5120

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

  • 1 × 5120 = 5120
  • 2 × 5120 = 10240
  • 3 × 5120 = 15360
  • ...
  • 18 × 5120 = 92160
  • 19 × 5120 = 97280