There are 89,999 numbers between 10000 and 100000.
Here's how to calculate that:
- We want to find the number of integers strictly between 10000 and 100000. This means we don't want to include 10000 or 100000.
- To find the number of integers in a range (excluding the endpoints), we subtract the lower bound from the upper bound and then subtract 1.
- So, the calculation is: 100000 - 10000 - 1 = 90000 - 1 = 89999
Therefore, there are 89,999 numbers between 10000 and 100000.