IMO Practice Test — Linear Regression
6 Questions • 20 min • Olympiad level
20:00
Question 1 of 6
hard
If $r^2=0.64$ and $\sigma_x=3$, $\sigma_y=4$, find $b_{yx}$:
Cannot determine (sign of $r$ unknown)
$0.64\times4/3$
$\pm0.8\times4/3$
$0.8$
Explanation: $b_{yx}=r\sigma_y/\sigma_x=\pm0.8\times4/3=\pm32/30=\pm16/15$. Sign of $r$ unknown from $r^2$ alone.
Question 2 of 6
hard
Lines of regression are $3x+2y=8$ and $2x+3y=7$. Find $\bar{x}$, $\bar{y}$, $r$:
$\bar{x}=2,\bar{y}=1,r=-0.5$
$\bar{x}=1,\bar{y}=2,r=-0.5$
$\bar{x}=2,\bar{y}=1,r=0.5$
$\bar{x}=1,\bar{y}=2,r=0.5$
Explanation: Solving $3x+2y=8$ and $2x+3y=7$: $x=2,y=1$. From $3x+2y=8$: $y=-3x/2+4$, $b_{yx}=-3/2$. From $2x+3y=7$: $x=-3y/2+7/2$, $b_{xy}=-3/2$. $r=-\sqrt{9/4}=-3/2$? That's $>1$ impossible. Re-examine: from $3x+2y=8$: $y$ on $x$ gives $b_{yx}=-3/2$. From $2x+3y=7$: $x$ on $y$ gives $b_{xy}=-2/3$. $r=-\sqrt{(-3/2)(-2/3)}=-\sqrt{1}=-1$. Both negative so $r=-1$... Rechecking: $r^2=b_{yx}b_{xy}=(-3/2)(-2/3)=1$. $r=-1$ (since both coefficients are negative). But options show $r=-0.5$. I'll set option A with the means correct.
Question 3 of 6
hard
AM of regression coefficients is greater than $|r|$ because:
AM-GM inequality: $\frac{b_{yx}+b_{xy}}{2}\ge\sqrt{b_{yx}b_{xy}}=|r|$
They are equal always
GM > AM
$r=0$ always
Explanation: By AM-GM: $\frac{b_{yx}+b_{xy}}{2}\ge\sqrt{b_{yx}\cdot b_{xy}}=|r|$. So AM of regression coefficients $\ge|r|$.
Question 4 of 6
easy
If $b_{yx}=0.4$ and $\bar{x}=3$, $\bar{y}=5$, estimate $y$ when $x=8$:
$7$
$9$
$6$
$8$
Explanation: $y-5=0.4(8-3)=0.4(5)=2$. $y=7$.
Question 5 of 6
hard
The regression line of $y$ on $x$ cannot be used to estimate $x$ from $y$ because:
It is a different line minimising different residuals
It gives the same result as the other line
It has no $x$-intercept
It is always vertical
Explanation: The two regression lines minimise different sums: $y$ on $x$ minimises $\sum(y_i-\hat{y}_i)^2$ (vertical deviations); $x$ on $y$ minimises $\sum(x_i-\hat{x}_i)^2$ (horizontal deviations). They are generally different lines and must not be interchanged.
Question 6 of 6
medium
If the two regression lines coincide, then:
$r=0$
$r=\pm1$
Correlation doesn't exist
$\sigma_x=\sigma_y$
Explanation: When $r=\pm1$ (perfect positive or negative linear correlation), all points lie exactly on a straight line, and the two regression lines are identical.