If $u$ and $v$ are rationals such that $\sqrt{u}, \sqrt{v}, $ and $\sqrt{uv}$ are all irrational, show that there are no rational $a, b, $ and $c$ such that $a+b\sqrt{u}+c\sqrt{v} =\sqrt{uv} $.
This is a generalization of my answer to this question:
Proof by contradiction: finding integers that satisfy $a+b\sqrt{2}+c\sqrt{3}=\sqrt{6}$.
I will post a solution in two days if there are no posted solutions.
Here's a sketch of a proof (without looking at yours).
Suppose there's some such combination. Square both sides to get an expression involving $\sqrt{uv}$. Isolate that term to get an expression of $\sqrt{uv}$ as a rational combination of $\sqrt{u}$, $\sqrt{v}$ and $1$.
Set this equal to the supposed expression for $\sqrt{uv}$ that you started with, and move everything to one side. You end up with a rational combination of $1, \sqrt{u}, \sqrt{v}$ that's zero. Write this in the form $$ A = B \sqrt{u} + C\sqrt{v} $$ and square it to get $$ A^2 = B^2 u + C^2 v + 2BC \sqrt{uv} $$ from which we see that $\sqrt{uv}$ is written as a linear combination of rationals, which is a contradiction.
Yeah, you have to worry about various coefficients not being zero. That's why I said it was a sketch. :)