The following is from a set of exercises and solutions.
Determine the degree of the extension $\mathbb{Q}(\sqrt{3 + 2\sqrt{2}})$ over $\mathbb Q$.
The solution says that the degree is $2$ since $\mathbb{Q}(\sqrt{2}) = \mathbb{Q}(\sqrt{3 + 2\sqrt{2}})$. I understand that the LHS is a subset of the RHS since $$ \sqrt{2} = \frac{(\sqrt{3 + 2\sqrt{2}})^2 - 3}{2}. $$
How can the RHS be a subset of the LHS? In other words, how can $\sqrt{3 + 2\sqrt{2}}$ be in $\mathbb{Q}(\sqrt{2})$?
The author of the solution mentioned that $(1 + \sqrt{2})^2 = 3 + 2\sqrt{2}$ but I do not see how this helps.
This is Exercise 10 of $\S$13.2 of Dummit and Foote. The exercise immediately preceding it is the following:
Taking $a = 3$ and $b=8$, we find that $a^2 - b = 9 - 8 = 1$ is indeed a square, so the extension is biquadratic. Furthermore, one can actually determine $m$ and $n$ from $a$ and $b$ (I can say more about this if you like): $$ m = \frac{a + \sqrt{a^2 - b}}{2} \qquad n = \frac{a - \sqrt{a^2 - b}}{2} \, . $$ Thus for $a = 3$ and $b = 8$, we have $m = 2$ and $n = 1$, as claimed in the solution.