The Pareto distribution $P(a,c)$, with positive parameters $a$ and $c$, has density function $$ p(x;a,c) = \frac{ac^a}{x^{a+1}} $$ for $x \geq c$. Then, if $X_1, \dots, X_n$ is a random sample from the above distribution, we are asked to find the MLEs of $a$ and $c$. The likelihood function is $$\mathcal{L}(a,c;x_1,\dots,x_n) = \prod_{i=1}^n \frac{ac^a}{x_i^{a+1}} = a^n c^{an} \prod_{i=1}^n x_i^{-(a+1)},$$ and so, the log-likelihood is $$ \log\mathcal{L} = n \log a + an \log c - (a+1)\sum_{i=1}^n \log x_i. $$ This is a strictly increasing function in $c$, so we see that the MLE for $c$ is $$ \hat{c} = \min_i x_i = x_{(1)}. $$ Taking partial with respect to $a$ gives us that $$ \frac{\partial \log\mathcal{L}}{\partial a} = \frac{n}{a} + n\log c - \sum_{i=1}^n \log x_i. $$ Note that the second partial is always negative. Hence, setting the above expression to zero and solving for $a$ gives us the MLE for $a$: $$ \hat{a} = \frac{n}{\sum x_i - n \log \hat{c}} = \frac{n}{\sum_{i=1}^n \left(x_i/x_{(1)}\right)}. $$
Now, we are asked to find the distribution of $\hat{c}$ or the distribution of $2na/\hat{a}$. Finding the distribution of $\hat{c}$ was pretty straightforward. However, I have no idea how to find the distribution of $2na/\hat{a}$: $$ P\left( \frac{2na}{\hat{a}} \leq x \right) = P \left( 2a\sum \log\left(\frac{x_i}{x_{(1)}} \right) \right) = \cdots $$ and I have no idea where to go from here nor am I sure of my work this far.