Given the pdf $f(x)=\begin{cases}2x&\text{0<x<1}\\0 & \text{otherwise}\end{cases}$. What is the probability that the sample median based on a random sample of size 3 drawn from the distribution with pdf f(x) exceeds 1/2?
Here, although I can calculate the value of the median by integrating f(x) from $0$ to median=m(say) and then equating it to $1/2$. The value for median came $1/\sqrt2$. But I don't know how to find the probability for the median now.