一道英文数理统计题,

问题描述:

一道英文数理统计题,
全题如下:
(a).What is the probability that the larger of two random observations from any continuous distribution will exceed median
(b).Generalize the result of part (a) to samples of size n .

就是问什么时候两次随机观察中大的值超过中位数的概率.
算法应该用积分求出从最小值到中位数的概率 x,然后用1减去x的平方吧.
当时n次观察的时候就是1减去x的n次方吧.