answersLogoWhite

0


Best Answer

If the digit sum of any number from 1 to 10,000 add up to 9 then that number is divisible by 9 as for example 7641 is divisible by 9 because the final digit sum is 9 and so 7641/9 = 849

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the method to find how many numbers are divisible by 9 between 1to 10000?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What number is divisible by 25 between 10000 and 99999?

There are 3598 numbers between 10000 and 99999 which are divisible by 25. They are elements of the set of numbers of the form 25*k, where k is an integer between 41 and 3999 (inclusive).


How many numbers between 1 and 10000 are divisible by 3?

Int(10000/3) = Int(3333.3) = 3333


What numbers are multiples of 3 up to 10000?

They are the 3333 numbers that are divisible by 3 without remainder.


How many palindromes between 10000 and 99999 that are divisible by 25?

There are 20 palindromes between 10,000 and 99,999 that are divisible by 25.


How many palindromes between 10000 and 99999 are divisible by 25?

There are 20 palindromes between 10,000 and 99,999 that are divisible by 25.


Is 10000 divisible by three?

No. If a number is divisible by three, the sum of its digits will be divisible by three. Obviously, the sum of the digits of 10000 is 1, and 1 is not divisible by 3, so 10000 is not divisible by 3.


How many palindrome numbers are there between 9000 10000?

there are 10 palindromic numbers between 9000 and 10000 9009,9119,9229,9339,9449,9559,9669,9779,9889,9999


Is 10000 divisible by 3?

10000/3 is 3333.3recurring, so no, it is not divisible by 3


Consider prime numbers between 1 and 10000. Draw a flowchart to display the prime numbers.Write a pseudo code associated with the flowchart in a)?

A) Here's an example of a flowchart and pseudocode that could be used to display the prime numbers between 1 and 10000: Flowchart:
START Set up an array of numbers from 1 to 10000 Set an empty array to store the prime numbers Set i = 2, the first prime number For each number in the array, check if it is divisible by i If it is divisible by i, it is not a prime number and move to the next number in the array If it is not divisible by i, it is a prime number and add it to the prime numbers array Increase i by 1 and go back to step 4 Repeat steps 4 through 7 until i is greater than the square root of 10000 Display the prime numbers array END


What are the number of integer palindromes between 10000 and 99999 that are divisible by 25?

There are 20 integer palindromes between 10,000 and 99,999 that are divisible by 25.


What are the palindromic numbers between 0 and 10000?

1097


How many palindromes are there between 10000 and 99999?

There are 40 palindromes that are divisible by 25