Qstn: X and Y have a correlation of 0.9. Does there exist another variable correlated to both X and Y with correlation -0.9.
My answer: yes. Since X and Y are correlated,
Y = a + bX ; b>0
Let there exist a variable Z correlated to both X and Y.
Then, Z = a1 + b1X ; b1<0
Y = a2 + b2Z ; b2<0
Therefore,
Y = a2 + a1b2 +b1b2X ;b1b2>0
Please tell me if my reasoning is right?