Let $F = \{x + y\sqrt{7} : x, y \in Q\}$ with the usual addition and multiplication operations. Show that $F$ has a multiplicative inverse.
So far, I have
$$\left(x_1 + y_1\sqrt{7}\right) \left(\frac{1}{x_1} + \left(\frac{1}{y_1}\right)\sqrt{7}\right)$$
But that led me to $8+2\sqrt{7}(\frac{1}{x_1} + \frac{1}{y_1}) = 1$...I don't know what goes from there.
Hint: Note that if $x$ and $y$ are not both $0$, then $$\frac{1}{x+y\sqrt{7}}=\frac{x-y\sqrt{7}}{(x+y\sqrt{7})(x-y\sqrt{7})}=\frac{x-y\sqrt{7}}{x^2-7y^2}=\frac{x}{x^2-7y^2}+\frac{-y}{x^2-7y^2}\sqrt{7}.$$
You will need to use the fact that $x+y\sqrt{7}$ and $x-y\sqrt{7}$ are not $0$.