What are the numbers divisible by 7000?

7000, 14000, 21000, 28000, 35000, 42000, 49000, 56000, 63000, 70000, 77000, 84000, 91000, 98000

How to find the numbers divisible by 7000?

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

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

k × 7000 = N

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

k = N 7000

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

  • 1 × 7000 = 7000
  • 2 × 7000 = 14000
  • 3 × 7000 = 21000
  • ...
  • 13 × 7000 = 91000
  • 14 × 7000 = 98000