According to wolfram alpha this is true: $\sqrt{5+\sqrt{24}} = \sqrt{3}+\sqrt{2}$
But how do you show this? I know of no rules that works with addition inside square roots.
I noticed I could do this:
$\sqrt{24} = 2\sqrt{3}\sqrt{2}$
But I still don't see how I should show this since $\sqrt{5+2\sqrt{3}\sqrt{2}} = \sqrt{3}+\sqrt{2}$ still contains that addition
$$\sqrt{x+\sqrt{y}}=\sqrt{\frac{x+\sqrt{x^2-y}}{2}}+\sqrt{\frac{x-\sqrt{x^2-y}}{2}}$$
$$\sqrt{5+\sqrt{24}}=\sqrt{\frac{5+\sqrt{5^2-24}}{2}}+\sqrt{\frac{5-\sqrt{5^2-24}}{2}}=\sqrt{3}+\sqrt{2}$$
– Américo Tavares Apr 17 '14 at 16:02