askvity

How many numbers between 101 and 200 are divisible by 9?

Published in Divisibility Calculation 1 min read

There are 11 numbers between 101 and 200 that are divisible by 9.

According to the provided reference, we can determine the number of multiples of 9 within the specified range by using a simple formula. Here's how it works:

  • Identify the first multiple of 9 within the range: The first multiple of 9 greater than 101 is 108 (9 x 12).

  • Identify the last multiple of 9 within the range: The last multiple of 9 less than 200 is 198 (9 x 22).

  • Apply the formula: (Last Multiple - First Multiple) / 9 + 1

    • In this case, it is (198 - 108) / 9 + 1 = 90 / 9 + 1 = 10 + 1 = 11.

Therefore, there are 11 numbers between 101 and 200 that are divisible by 9.

Related Articles