Strictly increasing!

Find the number of 5 digit numbers which can be made with the digits from the set {0, 1, 2,..9} such that the digits are strictly increasing


The answer is 126.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Raghu Raman Ravi
Oct 1, 2017

Firstly, if you select 0, then it should be placed as the leading digit as it is always the smallest of the set. So you cannot choose 0.(I assumed that the leading digit cannot be 0)

So, choose any 5 distinct numbers from the rest of the set,i.e, from {1,2,3,4,5,6,7,8,9}. You can do this in ( 9 5 ) = 126 \large\binom{9}{5}=126 ways. Then arrange the numbers in ascending order to get exactly 1 number. Therefore, the total number of ways is 126

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...