SOLUTION: how many 5 digits numbers are there?

Algebra ->  Permutations -> SOLUTION: how many 5 digits numbers are there?      Log On


   



Question 933285: how many 5 digits numbers are there?
Answer by AnlytcPhil(1806) About Me  (Show Source):
You can put this solution on YOUR website!
Two methods to do it:

Method 1:

There are 99999 positive integers from 1 through 99999.
But 9999 of them have 4 or fewer digits.

Therefore there are 99999-9999 = 90000 5-digit integers.

Method 2:

Choose the first digit any of 9 ways, from 1 through 9 inclusive.
Choose the second digit any of 10 ways, from 0 through 9 inclusive.
Choose the third digit any of 10 ways, from 0 through 9 inclusive.
Choose the fourth digit any of 10 ways, from 0 through 9 inclusive.
Choose the fifth digit any of 10 ways, from 0 through 9 inclusive.

Answer: 9*10*10*10*10 = 90000 5-digit positive integers.

Edwin