Independent solution
How to solve this Order Statistics question
Answer in brief
For three independent Uniform(0,10) observations, the maximum has distribution function (x/10)³. Integrating its density gives expected maximum 3(10)/4 = 7.5, which is choice B.
Setup
Setup
Let M be the largest of the three independent uniform observations.
M=max(X1,X2,X3),Xi∼Uniform(0,10) Model
Model
The maximum does not exceed x exactly when all three observations do not exceed x.
FM(x)=Pr(X1≤x,X2≤x,X3≤x)=(10x)3 fM(x)=1033x2,0≤x≤10 Compute
Compute
Integrate x against the maximum density.
E[M]=∫010x1033x2dx E[M]=10003[4x4]010=430=7.5 Answer
Answer
The expected largest observation is 7.5.
7.5(B)