Find the probability of choosing a six digit number such that each succeeding digit is greater than the preceding one.
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.
There are only 9 digits to choose from as 0 cannot be selected. Number of ways of doing this is 9C3. Now the selected numbers can be arranged in only 1 way so as to remain in ascending order. So number of six digit numbers satisfying given condition is 9C3x*1!=9C3