Difference between revisions of "2014 AIME I Problems/Problem 13"

(Solution)
(Solution)
Line 32: Line 32:
 
== Solution ==
 
== Solution ==
  
[img] http://data.artofproblemsolving.com/aops20/aops-classroom/latex/a/3/3/a3310d445646dd3f50b3f63adeb9bf7313346523.png [/img]
+
[asy]
 +
pair A = (0,sqrt(850));
 +
pair B = (0,0);
 +
pair C = (sqrt(850),0);
 +
pair D = (sqrt(850),sqrt(850));
 +
draw(A--B--C--D--cycle);
 +
dotfactor = 3;
 +
dot("<math>A</math>",A,dir(135));
 +
dot("<math>B</math>",B,dir(215));
 +
dot("<math>C</math>",C,dir(305));
 +
dot("<math>D</math>",D,dir(45));
 +
pair H = ((2sqrt(850)-sqrt(306))/6,sqrt(850));
 +
pair F = ((2sqrt(850)+sqrt(306)+7)/6,0);
 +
dot("<math>H</math>",H,dir(90));
 +
dot("<math>F</math>",F,dir(270));
 +
draw(H--F);
 +
pair E = (0,(sqrt(850)-6)/2);
 +
pair G = (sqrt(850),(sqrt(850)+sqrt(100))/2);
 +
dot("<math>E</math>",E,dir(180));
 +
dot("<math>G</math>",G,dir(0));
 +
draw(E--G);
 +
pair P = extension(H,F,E,G);
 +
dot("<math>P</math>",P,dir(60));
 +
label("<math>296k</math>", intersectionpoint( A--P, E--H ));
 +
label("<math>275</math>", intersectionpoint( B--P, E--F ));
 +
label("<math>405k</math>", intersectionpoint( C--P, G--F ));
 +
label("<math>411k</math>", intersectionpoint( D--P, G--H ));[/asy]
  
 
== See also ==
 
== See also ==
 
{{AIME box|year=2014|n=I|num-b=12|num-a=14}}
 
{{AIME box|year=2014|n=I|num-b=12|num-a=14}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Revision as of 21:55, 15 March 2014

Problem 13

On square $ABCD$, points $E,F,G$, and $H$ lie on sides $\overline{AB},\overline{BC},\overline{CD},$ and $\overline{DA},$ respectively, so that $\overline{EG} \perp \overline{FH}$ and $EG=FH = 34$. Segments $\overline{EG}$ and $\overline{FH}$ intersect at a point $P$, and the areas of the quadrilaterals $AEPH, BFPE, CGPF,$ and $DHPG$ are in the ratio $269:275:405:411.$ Find the area of square $ABCD$.

[asy] pair A = (0,sqrt(850)); pair B = (0,0); pair C = (sqrt(850),0); pair D = (sqrt(850),sqrt(850)); draw(A--B--C--D--cycle); dotfactor = 3; dot("$A$",A,dir(135)); dot("$B$",B,dir(215)); dot("$C$",C,dir(305)); dot("$D$",D,dir(45)); pair H = ((2sqrt(850)-sqrt(306))/6,sqrt(850)); pair F = ((2sqrt(850)+sqrt(306)+7)/6,0); dot("$H$",H,dir(90)); dot("$F$",F,dir(270)); draw(H--F); pair E = (0,(sqrt(850)-6)/2); pair G = (sqrt(850),(sqrt(850)+sqrt(100))/2); dot("$E$",E,dir(180)); dot("$G$",G,dir(0)); draw(E--G); pair P = extension(H,F,E,G); dot("$P$",P,dir(60)); label("$w$", intersectionpoint( A--P, E--H )); label("$x$", intersectionpoint( B--P, E--F )); label("$y$", intersectionpoint( C--P, G--F )); label("$z$", intersectionpoint( D--P, G--H ));[/asy]

Solution

[asy] pair A = (0,sqrt(850)); pair B = (0,0); pair C = (sqrt(850),0); pair D = (sqrt(850),sqrt(850)); draw(A--B--C--D--cycle); dotfactor = 3; dot("$A$",A,dir(135)); dot("$B$",B,dir(215)); dot("$C$",C,dir(305)); dot("$D$",D,dir(45)); pair H = ((2sqrt(850)-sqrt(306))/6,sqrt(850)); pair F = ((2sqrt(850)+sqrt(306)+7)/6,0); dot("$H$",H,dir(90)); dot("$F$",F,dir(270)); draw(H--F); pair E = (0,(sqrt(850)-6)/2); pair G = (sqrt(850),(sqrt(850)+sqrt(100))/2); dot("$E$",E,dir(180)); dot("$G$",G,dir(0)); draw(E--G); pair P = extension(H,F,E,G); dot("$P$",P,dir(60)); label("$296k$", intersectionpoint( A--P, E--H )); label("$275$", intersectionpoint( B--P, E--F )); label("$405k$", intersectionpoint( C--P, G--F )); label("$411k$", intersectionpoint( D--P, G--H ));[/asy]

See also

2014 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 12
Followed by
Problem 14
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

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