Consider a random sample of size $n$ from a distribution with CDF $F(x) = 1 − x^{−2}$ if $x > 1$, and zero otherwise. Determine whether each of the following sequences has a limiting distribution, if so, then give the limiting distribution.
(a) $X_{1:n}$
(b) $X_{n:n}$
(c) $n^{−1/2}X_{n:n} $
I have the following definition:

Also the CDF for $Y_1 = X_{1:n}$ is $$F_{Y_{1}}(y_{1}) = 1 - [1 - F_{X} (y_{1})]^n$$ And the CDF for $Y_{n} = X_{n:n} $ is $$F_{Y_{n}}(y_{n}) = [F_{X}(y_{n})]^n$$ Where $F_{X}$ is the CDF of the random variable $X $.
But I don't know how to conclude if the sequences has a limiting distribution and deduce it. Some help please. I'm not very familiar with order statistics, but I found that problem interesting.