What are the numbers divisible by 8088?

8088, 16176, 24264, 32352, 40440, 48528, 56616, 64704, 72792, 80880, 88968, 97056

How to find the numbers divisible by 8088?

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

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

k × 8088 = N

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

k = N 8088

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

  • 1 × 8088 = 8088
  • 2 × 8088 = 16176
  • 3 × 8088 = 24264
  • ...
  • 11 × 8088 = 88968
  • 12 × 8088 = 97056