MathDB

Problems(2)

Splitting up a Square

Source: 2014 AIME I Problem #13

3/14/2014
On square ABCD,ABCD, points E,F,G,E,F,G, and HH lie on sides AB,BC,CD,\overline{AB},\overline{BC},\overline{CD}, and DA,\overline{DA}, respectively, so that EGFH\overline{EG} \perp \overline{FH} and EG=FH=34.EG=FH = 34. Segments EG\overline{EG} and FH\overline{FH} intersect at a point P,P, and the areas of the quadrilaterals AEPH,BFPE,CGPF,AEPH, BFPE, CGPF, and DHPGDHPG are in the ratio 269:275:405:411.269:275:405:411. Find the area of square ABCDABCD.
[asy] size(200); defaultpen(linewidth(0.8)+fontsize(10.6)); 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("AA",A,dir(135)); dot("BB",B,dir(215)); dot("CC",C,dir(305)); dot("DD",D,dir(45)); pair H = ((2sqrt(850)-sqrt(120))/6,sqrt(850)); pair F = ((2sqrt(850)+sqrt(306)+7)/6,0); dot("HH",H,dir(90)); dot("FF",F,dir(270)); draw(H--F); pair E = (0,(sqrt(850)-6)/2); pair G = (sqrt(850),(sqrt(850)+sqrt(100))/2); dot("EE",E,dir(180)); dot("GG",G,dir(0)); draw(E--G); pair P = extension(H,F,E,G); dot("PP",P,dir(60)); label("ww", (H+E)/2,fontsize(15)); label("xx", (E+F)/2,fontsize(15)); label("yy", (G+F)/2,fontsize(15)); label("zz", (H+G)/2,fontsize(15)); label("w:x:y:z=269:275:405:411w:x:y:z=269:275:405:411",(sqrt(850)/2,-4.5),fontsize(11)); [/asy]
geometryAsymptotetrigonometryanalytic geometrytrapezoid2014 AIME IAIME
Bad Shoe Placement

Source: 2014 AIME II Problem #13

3/27/2014
Ten adults enter a room, remove their shoes, and toss their shoes into a pile. Later, a child randomly pairs each left shoe with a right shoe without regard to which shoes belong together. The probability that for every positive integer k<5,k<5, no collection of kk pairs made by the child contains the shoes from exactly kk of the adults is mn,\tfrac{m}{n}, where mm and nn are relatively prime positive integers. Find m+nm+n.
probabilitygeometry3D geometrynumber theoryrelatively primeAMC