Let $\ X_1,X_2,X_3$ be an independent continuous random variables that are uniformly distributed on $\ [0, n]$.
Let $\ M = M=max{(X_1,X_2,X_3)}$
$\ P(M≤X)=?$ for general $\ X∈[0,n]$
$\ E[M]=?$
I Know that $\ P(X≤t)=F(t)=(t-a)/b=t/n$
$\ P(M≤X)=P(X>M)=1-F(t)=1-M/n$ , Is that true?
How I calculate $\ E[M]=?$
2026-04-04 10:14:07.1775297647
Let $\ X_1,X_2,X_3$ be an independent continuous random variables
36 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
To find $P(M\le t)$ :
Calculate it by definition : $P(M\le t) = P(Max\{X_1,X_2,X_3 \} \le t) = P(\cap_{i=1}^3 (X_i\le t) )$ now use independence and finish.
For $E[M]$ , again calculate it by definition.
Differentiate $F_M(t) = P(M\le t)$ to get $f_M(t)$ and then find $E[M] = \int_\Bbb R t f_M(t) dt$.