|
#11 WINNING NUMBER
Five numbers will be randomly picked with replacement between 1 and 100 (1,2,...,99,100), and the largest of these five numbers will be named as the winning number. This process will be repeated many times and the average of all the winning numbers will be calculated.
What is the integer nearest to this average?
随机从1和100之间(1,2,...,99, 100)抽取五个数字,最大的数获胜。这个过程将被重复多次,所有获胜数字的平均值被求出来。
最接近这个平均值的整数是多少?
-----------
这个用组合公式很容易。通项公式貌似也不难,平方数列,立方数列,四次方数列之和都很容易搜到。
|
|