In an exercise they asked me: "Why could we use the following correction factor? $\text{varianceX} = \frac{n-1}{n}*\text{varianceY}$
What I said was basically, because the unbiased sample variance have a factor of $\frac{n}{n-1}$, we could multiply the variance by $\frac{n-1}{n}$ to cancel the correction of Bessel and get the biased variance.
But what would be the utility of calculating a biased variance?, maybe I'm wrong about something...