There are n balls in an urn. They are labelled 1, 2, . . . , n. We randomly pick k balls (without replacement), one by one. Find the probability that the label on the kth ball is larger than on all previously picked balls.
I guess this is related to hypergeometric distribution but I do not know how to apply it here.
If you sort all your random balls $b_1,...b_k$ in increasing order the probability that the last one is $b_k$ is $1/k$.