We want to compare the following two numbers:
$$x = \frac {9}{\sqrt{11} - \sqrt{2}} \quad\text{and}\quad y = \frac {6}{3 - \sqrt{3}}$$
My attempts so far:
I multiply both numerator and denominator of $x$ by $\sqrt{11} + \sqrt{2}$ so I get:
$$x = \frac {9(\sqrt{11} + \sqrt{2})}{(\sqrt{11} - \sqrt{2})\cdot(\sqrt{11} + \sqrt{2})}$$ so
$$x = \frac {9(\sqrt{11} + \sqrt{2})}{(11 - 2)} = \sqrt{11} + \sqrt{2}$$
Similarly, $y = 3 + \sqrt{3}$.
But how do I take it from this point forward? Of course $y>x$ but I must prove it. I also tried to compare $\sqrt 11$ with $\sqrt 12$ which equals $2 \sqrt3$ but again I am not getting anywhere.
Thank you.