I have a set of documents numbered 1 to n. If I arrange the documents randomly, what is the chance of selecting the last k pages in the correct order if I select them at random from the documents?
Because order is important, I use the following formula: $\displaystyle\frac{n!}{(n-k)!}$
From this I calculate how many ways there are to select k pages from n pages in the correct order. I need to have the last k pages. Which I can do in only one way. So is the chance
1/$\displaystyle\frac{n!}{(n-k)!}$?
It seems unlikely. It seems to me spontaneously that the chance should be smaller.