Independent solution

How to solve this Order Statistics question

Setup

Setup

Let U and V be the two payments obtained by applying the same positive-part threshold to independent losses X and Y.

U=(X5)+,V=(Y5)+U=(X-5)_+,\qquad V=(Y-5)_+

Model

Model

For a threshold t in the stated range, translate one payment event back to its loss variable.

UtX5+tU\le t\quad\Longleftrightarrow\quad X\le5+t
Pr(Ut)=5+t10\Pr(U\le t)=\frac{5+t}{10}

Compute

Compute

The maximum is at most t only when both independent payments are at most t.

Pr(max(U,V)t)=Pr(Ut,Vt)\Pr(\max(U,V)\le t)=\Pr(U\le t,V\le t)
Pr(max(U,V)t)=(5+t10)2\Pr(\max(U,V)\le t)=\left(\frac{5+t}{10}\right)^2

Answer

Answer

The required distribution function is the square of the one-payment CDF.

(5+t10)2(D)\boxed{\left(\frac{5+t}{10}\right)^2\quad\text{(D)}}