Find the total number of 5 digit numbers possible. (Show steps) 20341
Answers
Answer:
here is your answer
Step-by-step explanation:
That depends a bit on what you mean by a 5-digit number.
I mean, technically 00123 is a 5-digit number, but I guess you’d say that is really just 123 so doesn’t count? And what about negative numbers? Do you count -12345 as a 5-digit number?
Assuming we don’t count leading-zeroes and exclude negative numbers then the range is from 10000 to 99999.
So how many numbers is that? Well you could count them all. That might get a little tedious!
Or you could subtract 10000 from 99999 then add 1.
Or you could look at each digit in turn… Starting at the right-hand end, the final digit can take one out of 10 different values - 0, 1, 2, 3, 4, 5, 6, 7, 8 or 9. Similarly for each of the 3 digits to the left of it. But the first digit can only be taken from 9 different values - because we’re excluding 0.
So our 5-digit number is made up as one digit chosen from 9, followed by one digit chosen from 10, followed by one digit chosen from 10, followed by one digit chosen from 10, followed by one digit chosen from 10.
The number of possibilities are thus 9 x 10 x 10 x 10 x 10.
Good luck with the rest of your homework!
Greatest 5 digit number is 99999 and smallest 5 digit number is 10000
Therefore total 5 digit numbers between them is 99999 - 10000 = 89999
Well this result concludes if you are asking only 5 digit natural/Whole numbers in total !
And if one asks for the total 5 digit numbers in all , negative five digit number will also be included
So on adding both kinds of 5 digit numbers we will get 89999 × 2 which is 179 998
Thus total 5 digit numbers in all the cases is 179998.