<t>QuoteOriginally posted by: cm27874The expected value of the maximum of n iid uniform random variables on [0,100] should be 100 * n / ( n+1). Hence you should choose n such thatn * ( 100 / (n+1) - x )becomes maximal.I am just a beginner in probability but I have a concern about this solution. The ...