If $S_1^2$ and $S_2^2$ are the variances of independent random samples of size $n_1=10$ and $n_2=15$, from two different normal populations with equal variances $\sigma ^2 $ , then find $P(\frac{s_1^2}{s_2^2} <4.03)$
Using the property that $\frac{(n-1)s^2}{\sigma^2}$ has $\chi^2$ distribution with $(n-1)$ degrees of freedom, I come up with the following:
$P(\frac{s_1^2}{s_2^2}<4.03)$
$=P(\frac{9s_1^2}{\sigma^2}*\frac{\sigma^2}{14s_2^2}<4.03*\frac{9}{14})$
$=P(\large{\frac{\chi^2_9}{\chi^2_{14}}}\normalsize <2.59071)$
This becomes an F distribution with numerator $\nu=9$ and denominator $\nu=14$. Using a TI-89, I come up with $F-PDF(2.59071,9,14)=.069128$
Is this correct? I'm very new to using F-distributions and I'm not sure I necessarily trust the calculator, but calculating by hand seems rather cumbersome.