2014 AMC 10A Problems/Problem 23

Revision as of 13:40, 15 May 2020 by Dolphin7 (talk | contribs)

Problem

A rectangular piece of paper whose length is $\sqrt3$ times the width has area $A$. The paper is divided into three equal sections along the opposite lengths, and then a dotted line is drawn from the first divider to the second divider on the opposite side as shown. The paper is then folded flat along this dotted line to create a new shape with area $B$. What is the ratio $B:A$?

[asy] import graph; size(6cm);  real L = 0.05;  pair A = (0,0); pair B = (sqrt(3),0); pair C = (sqrt(3),1); pair D = (0,1);  pair X1 = (sqrt(3)/3,0); pair X2= (2*sqrt(3)/3,0); pair Y1 = (2*sqrt(3)/3,1); pair Y2 = (sqrt(3)/3,1);  dot(X1); dot(Y1);  draw(A--B--C--D--cycle, linewidth(2)); draw(X1--Y1,dashed);  draw(X2--(2*sqrt(3)/3,L)); draw(Y2--(sqrt(3)/3,1-L)); [/asy]

$\textbf{(A)}\ 1:2\qquad\textbf{(B)}\ 3:5\qquad\textbf{(C)}\ 2:3\qquad\textbf{(D)}\ 3:4\qquad\textbf{(E)}\ 4:5$

Solution 1

Find the midpoint of the dotted line. Draw a line perpendicular to it. From the point this line intersects the top of the paper, draw lines to each endpoint of the dotted line. These two lines plus the dotted line form a triangle which is the double-layered portion of the folded paper. WLOG, assume the width of the paper is $1$ and the length is $\sqrt{3}$. The triangle we want to find has side lengths $\dfrac{2\sqrt{3}}{3}$, $\sqrt{\left(\dfrac{\sqrt{3}}{3}\right)^{2}+1}=\dfrac{2\sqrt{3}}{3}$, and $\sqrt{\left(\dfrac{\sqrt{3}}{3}\right)^{2}+1}=\dfrac{2\sqrt{3}}{3}$. It is an equilateral triangle with height $\dfrac{\sqrt{3}}{3}\cdot\sqrt{3}=1$, and area $\dfrac{\dfrac{2\sqrt{3}}{3}\cdot1}{2}=\dfrac{\sqrt{3}}{3}$. The area of the paper is $1\cdot\sqrt{3}=\sqrt{3}$, and the folded paper has area $\sqrt{3}-\dfrac{\sqrt{3}}{3}=\dfrac{2\sqrt{3}}{3}$. The ratio of the area of the folded paper to that of the original paper is thus $\boxed{\textbf{(C)} \: 2:3}$

[asy]import graph; unitsize(3cm); real L = 0.05; pair A = (0,0); pair B = (sqrt(3),0); pair C = (sqrt(3),1); pair D = (0,1); pair X1 = (sqrt(3)/3,0); pair X2= (2*sqrt(3)/3,0); pair Y1 = (2*sqrt(3)/3,1); pair Y2 = (sqrt(3)/3,1); dot(X1); dot(Y1); draw(A--B--C--D--cycle, linewidth(2)); draw(B--D,dashed); draw(X1--Y1,dashed); draw(Y2--X1--D, dotted); draw(X2--Y1--B, dotted);[/asy]

Solution 2

Our original paper can be divided like this: [asy] import graph; unitsize(3cm); real L = 0.05; pair A = (0,0); pair B = (sqrt(3),0); pair C = (sqrt(3),1); pair D = (0,1); pair X1 = (sqrt(3)/3,0); pair X2= (2*sqrt(3)/3,0); pair Y1 = (2*sqrt(3)/3,1); pair Y2 = (sqrt(3)/3,1); dot(X1); dot(Y1); draw(A--B--C--D--cycle, linewidth(2)); draw(X1--Y1,dashed); draw(Y2--X1--D, dotted); draw(X2--Y1--B, dotted);[/asy] After the fold across the dashed line, our paper becomes:

[asy] import graph; unitsize(3cm); real L = 0.05; pair A = (0,0); pair D = (0,1); pair X1 = (sqrt(3)/3,0); pair X2 = (sqrt(3)/6,0.5); pair Y1 = (2*sqrt(3)/3,1); pair Y2 = (sqrt(3)/3,1); pair Z1 = (sqrt(3)/2,1.5); dot(X1); dot(Y1); draw(X1--A--D--Z1--Y1, linewidth(2)); draw(X1--D--Y1); draw(X1--Y1, dashed); draw(Y2--X1,dotted); draw(X2--((sqrt(3)/6 + L/sqrt(3)),(0.5+L/2))); draw(Y2--(sqrt(3)/3,1-L));[/asy] Since our original sheet of paper has six congruent $30-60-90$ triangles and and our new one has four, the ratio of the area $B:A$ is equal to $4:6\implies \boxed{\textbf{(C)} \: 2:3}$

Solution 3

Note that the bottom right corner is folded onto the top left corner. It follows that the overlap is an equilateral triangle with area one-third of the original rectangle, and the answer is $1-\frac13:1\implies \boxed{\textbf{(C)} \: 2:3}.$

Notes

  • To help see why this is true, split the rectangle into 6 $30-60-90$ right triangles.
  • The area of $B$ is the area of $A$ minus the overlap, which is why the ratio of the areas is $1-\text{overlap}:1.$

~dolphin7

Video Solution by Richard Rusczyk

https://artofproblemsolving.com/videos/amc/2014amc10a/377

~ dolphin7

See Also

2014 AMC 10A (ProblemsAnswer KeyResources)
Preceded by
Problem 22
Followed by
Problem 24
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 10 Problems and Solutions

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