Difference between revisions of "1976 AHSME Problems/Problem 27"

(Solution)
Line 1: Line 1:
 +
==Problem==
 +
If <math>N=\frac{\sqrt{\sqrt{5}+2}+\sqrt{\sqrt{5}-2}}{\sqrt{\sqrt{5}+1}}-\sqrt{3-2\sqrt{2}}</math>, then <math>N</math> equals
 +
 +
<math>\textbf{(A) }1\qquad \textbf{(B) }2\sqrt{2}-1\qquad \textbf{(C) }\frac{\sqrt{5}}{2}\qquad \textbf{(D) }\sqrt{\frac{5}{2}}\qquad \textbf{(E) }\text{none of these}</math>
 
==Solution==
 
==Solution==
  

Revision as of 13:56, 20 June 2021

Problem

If $N=\frac{\sqrt{\sqrt{5}+2}+\sqrt{\sqrt{5}-2}}{\sqrt{\sqrt{5}+1}}-\sqrt{3-2\sqrt{2}}$, then $N$ equals

$\textbf{(A) }1\qquad \textbf{(B) }2\sqrt{2}-1\qquad \textbf{(C) }\frac{\sqrt{5}}{2}\qquad \textbf{(D) }\sqrt{\frac{5}{2}}\qquad \textbf{(E) }\text{none of these}$

Solution

We will split this problem into two parts: The fraction on the left and the square root on the right.

Starting with the fraction on the left, begin by squaring the numerator and putting a square root around it. It becomes

$\frac{\sqrt{(\sqrt{\sqrt{5}+2}+\sqrt{\sqrt{5}-2})^2}}{\sqrt{\sqrt{5}+1}} = \frac{\sqrt{(\sqrt{5}+2)+(\sqrt{5}-2)+2( \sqrt{(\sqrt{5}+2)(\sqrt{5}-2)}}}{\sqrt{\sqrt{5}+1}} = \frac{\sqrt{2\sqrt5+2\sqrt{(\sqrt5)^2-2^2}}}{\sqrt{\sqrt{5}+1}} =  \frac{\sqrt{2\sqrt5+2\sqrt{1}}}{\sqrt{\sqrt5+1}} = \frac{\sqrt{2\sqrt5+2}}{\sqrt{\sqrt5+1}} = \frac{(\sqrt{2})(\sqrt{\sqrt5+1})}{\sqrt{\sqrt5+1}} = \sqrt2$.

Now for the right side.

$\sqrt{3-2\sqrt2} = \sqrt{(1-\sqrt2)^2} = 1-\sqrt2$

Putting it all together gives:

$(\sqrt2)+(1-\sqrt2)=\boxed{(A)  1}.$

~Someonenumber011