1. 問題の内容
与えられた数の分母を有理化する問題です。与えられた数は です。
2. 解き方の手順
まず、 を一つの項とみなして、 を消すために、分母と分子に を掛けます。
\frac{1}{1+\sqrt{2}+\sqrt{3}} = \frac{1}{1+\sqrt{2}+\sqrt{3}} \times \frac{1+\sqrt{2}-\sqrt{3}}{1+\sqrt{2}-\sqrt{3}}
= \frac{1+\sqrt{2}-\sqrt{3}}{(1+\sqrt{2})^2 - (\sqrt{3})^2} = \frac{1+\sqrt{2}-\sqrt{3}}{1 + 2\sqrt{2} + 2 - 3} = \frac{1+\sqrt{2}-\sqrt{3}}{2\sqrt{2}}
次に、 の を消すために、分母と分子に を掛けます。
\frac{1+\sqrt{2}-\sqrt{3}}{2\sqrt{2}} = \frac{(1+\sqrt{2}-\sqrt{3})\sqrt{2}}{2\sqrt{2}\sqrt{2}} = \frac{\sqrt{2} + 2 - \sqrt{6}}{4}