Difference between revisions of "2020 AMC 12B Problems/Problem 18"

(Solution)
(Solution)
Line 35: Line 35:
  
 
<math>\textbf{(A) } \frac{7}{3} \qquad \textbf{(B) } 8-4\sqrt2 \qquad \textbf{(C) } 1+\sqrt2 \qquad \textbf{(D) } \frac{7}{4}\sqrt2 \qquad \textbf{(E) } 2\sqrt2</math>
 
<math>\textbf{(A) } \frac{7}{3} \qquad \textbf{(B) } 8-4\sqrt2 \qquad \textbf{(C) } 1+\sqrt2 \qquad \textbf{(D) } \frac{7}{4}\sqrt2 \qquad \textbf{(E) } 2\sqrt2</math>
==Solution==
+
==Solution 1==
  
 
Plot a point <math>F'</math> such that <math>F'</math> and <math>I</math> are collinear and extend line <math>FB</math> to point <math>B'</math> such that <math>FIB'F'</math> forms a square. Extend line <math>AE</math> to meet line <math>F'B'</math> and point <math>E'</math> is the intersection of the two. The area of this square is equivalent to <math>FI^2</math>. We see that the area of square <math>ABCD</math> is <math>4</math>, meaning each side is of length 2. The area of the pentagon <math>EIFF'E'</math> is <math>2</math>. Length <math>AE=\sqrt{2}</math>, thus <math>EB=2-\sqrt{2}</math>. Triangle <math>EB'E'</math> is isosceles, and the area of this triangle is <math>\frac{1}{2}(4-2\sqrt{2})(2-\sqrt{2})=6-4\sqrt{2}</math>. Adding these two areas, we get <cmath>2+6-4\sqrt{2}=8-4\sqrt{2}\rightarrow \boxed{\mathrm{(B)}}</cmath>. --OGBooger
 
Plot a point <math>F'</math> such that <math>F'</math> and <math>I</math> are collinear and extend line <math>FB</math> to point <math>B'</math> such that <math>FIB'F'</math> forms a square. Extend line <math>AE</math> to meet line <math>F'B'</math> and point <math>E'</math> is the intersection of the two. The area of this square is equivalent to <math>FI^2</math>. We see that the area of square <math>ABCD</math> is <math>4</math>, meaning each side is of length 2. The area of the pentagon <math>EIFF'E'</math> is <math>2</math>. Length <math>AE=\sqrt{2}</math>, thus <math>EB=2-\sqrt{2}</math>. Triangle <math>EB'E'</math> is isosceles, and the area of this triangle is <math>\frac{1}{2}(4-2\sqrt{2})(2-\sqrt{2})=6-4\sqrt{2}</math>. Adding these two areas, we get <cmath>2+6-4\sqrt{2}=8-4\sqrt{2}\rightarrow \boxed{\mathrm{(B)}}</cmath>. --OGBooger
 +
 +
==Solution 2==
 +
Draw the auxiliary line <math>AC</math>. Denote by <math>M</math> the point it intersects with <math>HE</math>, and by <math>N</math> the point it interacts with <math>GF</math>. Last, denote by <math>x</math> the segment <math>FN</math>, and by <math>y</math> the segment <math>FE</math>. We will find two equations for <math>x</math> and <math>y</math>, and then solve for <math>y^2</math>.
 +
 +
Since the overall area of <math>ABCD</math> is <math>4 \;\; \Longrightarrow \;\;  AB=2</math>, and <math>AC=2\sqrt{2}</math>. In addition, the area of <math>\bigtriangleup AME = \frac{1}{2} \;\; \Longrightarrow \;\; AM=1</math>.
 +
 +
The two equations for <math>x</math> and <math>y</math> are then:
 +
 +
<math>\bullet</math> Length of <math>AC</math>: <math>1+y+x = 2\sqrt{2}  \;\; \Longrightarrow \;\; x = (2\sqrt{2}-1) - y</math>
 +
 +
<math>\bullet</math> Area of CMIF: <math>\frac{1}{2}x^2+xy = \frac{1}{2}  \;\; \Longrightarrow \;\; x(x+2y)=1</math>.
 +
 +
Substituting the first into the second, yields
 +
<math>\left[\left(2\sqrt{2}-1\right)-y\right]\cdot \left[\left(2\sqrt{2}-1\right)+y\right]=1</math>
 +
 +
Solving for <math>y^2</math> gives <math>\boxed{\textbf{(B)}\ 8-4\sqrt{2}}</math> ~DrB
 +
  
 
{{AMC12 box|year=2020|ab=B|num-b=17|num-a=19}}
 
{{AMC12 box|year=2020|ab=B|num-b=17|num-a=19}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Revision as of 19:20, 8 February 2020

In square $ABCD$, points $E$ and $H$ lie on $\overline{AB}$ and $\overline{DA}$, respectively, so that $AE=AH.$ Points $F$ and $G$ lie on $\overline{BC}$ and $\overline{CD}$, respectively, and points $I$ and $J$ lie on $\overline{EH}$ so that $\overline{FI} \perp \overline{EH}$ and $\overline{GJ} \perp \overline{EH}$. See the figure below. Triangle $AEH$, quadrilateral $BFIE$, quadrilateral $DHJG$, and pentagon $FCGJI$ each has area $1.$ What is $FI^2$? [asy] real x=2sqrt(2); real y=2sqrt(16-8sqrt(2))-4+2sqrt(2); real z=2sqrt(8-4sqrt(2)); pair A, B, C, D, E, F, G, H, I, J; A = (0,0); B = (4,0); C = (4,4); D = (0,4); E = (x,0); F = (4,y); G = (y,4); H = (0,x); I = F + z * dir(225); J = G + z * dir(225);  draw(A--B--C--D--A); draw(H--E); draw(J--G^^F--I); draw(rightanglemark(G, J, I), linewidth(.5)); draw(rightanglemark(F, I, E), linewidth(.5));  dot("$A$", A, S); dot("$B$", B, S); dot("$C$", C, dir(90)); dot("$D$", D, dir(90)); dot("$E$", E, S); dot("$F$", F, dir(0)); dot("$G$", G, N); dot("$H$", H, W); dot("$I$", I, SW); dot("$J$", J, SW); [/asy]

$\textbf{(A) } \frac{7}{3} \qquad \textbf{(B) } 8-4\sqrt2 \qquad \textbf{(C) } 1+\sqrt2 \qquad \textbf{(D) } \frac{7}{4}\sqrt2 \qquad \textbf{(E) } 2\sqrt2$

Solution 1

Plot a point $F'$ such that $F'$ and $I$ are collinear and extend line $FB$ to point $B'$ such that $FIB'F'$ forms a square. Extend line $AE$ to meet line $F'B'$ and point $E'$ is the intersection of the two. The area of this square is equivalent to $FI^2$. We see that the area of square $ABCD$ is $4$, meaning each side is of length 2. The area of the pentagon $EIFF'E'$ is $2$. Length $AE=\sqrt{2}$, thus $EB=2-\sqrt{2}$. Triangle $EB'E'$ is isosceles, and the area of this triangle is $\frac{1}{2}(4-2\sqrt{2})(2-\sqrt{2})=6-4\sqrt{2}$. Adding these two areas, we get \[2+6-4\sqrt{2}=8-4\sqrt{2}\rightarrow \boxed{\mathrm{(B)}}\]. --OGBooger

Solution 2

Draw the auxiliary line $AC$. Denote by $M$ the point it intersects with $HE$, and by $N$ the point it interacts with $GF$. Last, denote by $x$ the segment $FN$, and by $y$ the segment $FE$. We will find two equations for $x$ and $y$, and then solve for $y^2$.

Since the overall area of $ABCD$ is $4 \;\; \Longrightarrow \;\;  AB=2$, and $AC=2\sqrt{2}$. In addition, the area of $\bigtriangleup AME = \frac{1}{2} \;\; \Longrightarrow \;\; AM=1$.

The two equations for $x$ and $y$ are then:

$\bullet$ Length of $AC$: $1+y+x = 2\sqrt{2}  \;\; \Longrightarrow \;\; x = (2\sqrt{2}-1) - y$

$\bullet$ Area of CMIF: $\frac{1}{2}x^2+xy = \frac{1}{2}  \;\; \Longrightarrow \;\; x(x+2y)=1$.

Substituting the first into the second, yields $\left[\left(2\sqrt{2}-1\right)-y\right]\cdot \left[\left(2\sqrt{2}-1\right)+y\right]=1$

Solving for $y^2$ gives $\boxed{\textbf{(B)}\ 8-4\sqrt{2}}$ ~DrB


2020 AMC 12B (ProblemsAnswer KeyResources)
Preceded by
Problem 17
Followed by
Problem 19
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AMC 12 Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png