Let $X,Y,Z$ be 3 random variables. If the correlation between $X$ and $Y $ is $c_1\ge 0$ and the correlation between $Y$ and $Z$ is $c_2\ge 0$, what is the maximum and minimum possible correlation between $X$ and $Z$ in terms of $c_1$ and $c_2$? Show your work.
So what I've figured out is that from the geometric interpretation of this, the min is -1 and max is 1. Use the dot product: x goes 'right', y goes 'up' z goes 'left'. This implies that the product between X and Y is 0 and Y and Z is 0, but X and Z is -1 (they are opp directions). So the minimum must be -1.
The max must be 1 since we know that is the max value of correlation and there is no upper bound here.
So we know the absolute max and min, but I'm having trouble sorting it in terms of $c_1$ and $c_2$ here.
thanks