From the set S={1,2,3,...,2024}, take out 1000 numbers to form a subset T with 1000 elements, and let the minimum element of T be k. Find the expected value of k.
This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.
Let M be the expected value sought, then we have: (10002024)MM=1⋅(9992023)+2⋅(9992022)+3⋅(9992021)+⋯+1025⋅(999999)=a+b=1025∑(1a)(999b+999)=(1+999+11025+999+1)=(10012025)=10012025
Source: MathNet,
licensed CC-BY-4.0.
Statement translated into English from zh; metadata (topic, difficulty, ordering) added by this project.