The only contents of a container are 10 disks that are each numbered with a different positive integer from $1$ through $10$, inclusive. If $4$ disks are to be selected one after the other, with each disk selected at random and without replacement, what is the probability that the range of the numbers on the disks selected is $7$?
In the above question I have doubt in the answer given, I'm giving the link to the accepted answer here: I can't figure out this combinatorics problem... Or at least why my solution doesn't work.
In the solutions given in the link they took combination i.e. they took $^6C_2$ for the other two numbers, shouldn't it be a permutation, because it is given in the question that the disks are drawn one after another without replacement and since one after the other is given the order matters. I'm thinking of it this way if I have to fill two empty chairs from $6$ people one after the other, the first chair has $6$ possibilities and the second one has $5$ possibilities, so $30$ in total so basically I'm doing permutation because order matters since one by one is mentioned in the question.
I'm going to rephrase the problem into 2 similar ones in order to attempt to make you see a difference.
First
Second
Now let's consider the draws: $ 1\ 4\ 6\ 9\ 2\ 3\ 5\ $ and $6\ 5\ 2\ 1\ 3\ 9\ 4\ $
They contain the same set of numbers.
In the first problem we get to keep all the drawn discs and as you can see the range of numbers is not changed regardless of the order we draw the discs.
However in the second problem we get to keep only discs $4\ 9\ 3\ $ from the first draw and discs labeled $5\ 1\ 9$ from the second. We can see that the order in which the disks are drawn in the second problem actually influences the probability. We took the same set of numbers and ended up with a different range.