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.
Solution
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
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement translated into English from zh; metadata (topic, difficulty) added by this project.