I was solving a Mock Mathcounts Contest Mock contest (.pdf) written by a user on the Art of Problem Solving Forums. In problem #24 the only thing I couldn't do by hand was simplify the radical mentioned above. Note that the contest should involve math topics accessible to a high performing Mathcounts middle school student.
How do you simplify $$\sqrt{1 - \frac{\sqrt{3}}{2}}$$
One may write $$ \begin{align} \sqrt{1 - \dfrac{\sqrt{3}}{2}}&=\dfrac1{\sqrt{2}}\sqrt{2 - \sqrt{3}}\\\\ &=\dfrac{\sqrt{2}}2\sqrt{2 - \sqrt{3}}\\\\ &=\dfrac12\sqrt{4 - 2\sqrt{3}}\\\\ &=\dfrac12\sqrt{(\sqrt{3}-1)^2}\\\\ &=\dfrac{\sqrt{3}-1}2. \end{align} $$