Suppose you have a OLS linear regression with $\beta_0, \beta_1$, you data is {$x,y$}.
Now, suppose we swap the labels of your data. $x\rightarrow y, y\rightarrow x.$
You get new $\beta':$ $\beta_0', \beta_1'$.
Here is the problem. What can you say about $\beta/\beta'?$ (for example, can it be 10?)
My attempt:
Let's first focus on $\beta_1$.
In OLS $\beta_1=S_{XY}/S_{XX}$, $\beta_1' = S_{YX}/S_{YY}$.
Thus, $\beta_1/\beta_1' = S_{YY}/S_{XX}$.
But the answer is that this ratio should be between 0 and 1. I got stuck.
$S_{YY}/S_{XX} = \frac{\sum(Y_i-Y^{bar})^2}{\sum(X_i-X^{bar})^2}$
The claim is wrong.
Regression coefficients have the following property:
$$r^2= \beta_{yx} \cdot \beta_{xy},$$ where $r$ is the correlation between x and y.
The product of the regression coefficients lies between 0 and 1 as $0\leq r^2\leq 1$.
Hence, it can be concluded that the ratio of the regression coefficients cannot lie between 0 and 1.