ALTERNATE EXPLANATION:
\(Probability = \frac{Fav\:Outcomes}{Total\:Outcomes}\)
1) Total Number of outcomesTotal Number of outcomes = Number of ways 5 numbers can be picked & arranged from 12 numbers = \(^{12}P_5\)
2) Total Number of Fav outcomes....
This is where it gets trickyEach subset of 5 numbers consists of only one arrangement in which the numbers are there in ascending order...
For example:
Consider the subset {1,2,3,4,5}
This can be arranged in many ways {1,2,3,4,5} , {1,3,4,2,5} & so on..
But note that only one arrangement in the set {1,2,3,4,5} is in ascending order out of all arrangements.
Similarly, the same happens with subset {1,2,3,4,6}.
Only one subset will be in ascending order for each subset.
Thus, we need to find how many subsets of 5 are possible. That is a COMBINATIONS sequence.
Total Number of Fav outcomes = Number of ways of choosing 5 out of 12 numbers = \(^{12}C_5\)
Thus, \(Probability =\frac{^{12}C_5}{^{12}P_5}\)
We can write in a generalized way, where
n is the number of elements and
r is the number of selections.
Thus,Probability =\(\frac{ ^{n}C_r}{^{n}P_r}\) = \(\frac{\frac{n!}{(n-r)!r!}}{\frac{n!}{(n-r)!}}\) =\( \frac{n!}{(n-r)!r!}*\frac{(n-r)!}{n!}\) = \(\frac{1}{r!}\)
Thus, only
r matters.
r is the number of elements that is selected. This, is denoted as
n in the question.
And, the value of
n is given in (B).
Thus, (B) is sufficient.
+1 Kudos if you like my explanation. I broke my head for this.