9.2k views
2 votes
A number is called a "decreasing number" if each digit in the number is less than the digit to its left. For example, 87420 is a decreasing number. How many five-digit decreasing numbers are there?

User Minorlogic
by
4.5k points

2 Answers

6 votes

Answer:

Could you please post a video or give more simple explanations to someone who does not have prior knowledge of such problems?

Explanation:

User Braaannigan
by
5.3k points
3 votes

Answer:

252

Explanation:

The question is fully equivalent to asking how many subsets of length 5 there are of 10 objects (digits 0–9). That number is 10C5, where nCk is the number of ways to choose k objects from a list of 10. The value of that is ...

nCk = n!/(k!(n-k)!)

There are 252 ways to choose 5 numbers from the digits 0-9:

10C5 = 10!/(5!(10-5)!) = 10·9·8·7·6/(5·4·3·2·1) = 9·4·7 = 252

_____

The order of the selection doesn't matter, because the selected digits are always arranged in decreasing order to form a decreasing number.

User Eiran
by
4.9k points