calculate mean of two variables given two regression equations

1.7k Views Asked by At

Given these 2 regression equations how do I compute mean and find $r_{XY}$.

$X=-0.4Y+6.4$

$Y=-0.6X+4.6$


when I rearranged the equations, I solved for $X$ and $Y$ hence $X=6$, $Y=1$

How do I get mean and $r_{XY}$ using the the two values.

1

There are 1 best solutions below

0
On

Examine the plots of the two lines: enter image description here

and think about the meanings of perfect positive and negative correlation and what the values of $r_{XY}$ are for those two situations.