Right!
So, we can also say this in the following way>
X>= x1 and X>= x2
{ since, X is the maximum, it means it will be greater than or equal to all numbers in the set}
Same thing is asked in the question>
Y= max( x1, x2, .... xn)
=> Y<=x1 , Y<= x2...... and so on.
=>P[Y<=y] = P[ max(x1... xn) <= y]
=P[x1<=y]*P[x2<=y]*P[x3<=y]..... *P[xn<=y]
= y ^n
Now, find out its mean.
:)
:)