Let X and Y be two random variables and let (x1,y1),…,(xn,yn) be an i.i.d. sample of n observations from the joint distribution of X and Y. You know that the sample average of $\bar X_n$ is 4, each X and Y have a sample variance equal to 2 and that the sample correlation coefficient of X and Y is -0.25. Compute the following quantities.
$$ \frac1n\sum_1^n (x_i-\bar X_n) $$
I tried to solve this problem but I'm stuck. I started by splitting up the problem so that I had $$ \frac1n(\sum_1^nx_i - \sum_1^n\bar X_n) $$ I know that $\frac1n \sum_1^nx_i$ is $\bar X$. So, now I have $$ \bar X - \frac1n \sum_1^n\bar X_n $$
I just want to know if $\bar X$ is the same as $\bar X_n$. I just don't know where to go from this point. I could really use a hint! Thank you!