MathDB
2019 Team #6

Source:

May 1, 2022
2019 Team

Problem Statement

Square ABCDABCD has side length 44. Side ABAB is extended to point EE so that AEAE has the same length as ACAC, as shown below. What is the length of ECEC? Express your answer as a decimal to the nearest hundredth. [asy] size(80); defaultpen(fontsize(8pt)); pair EE = (4sqrt(2),0); pair A = (0,0); pair B = (4,0); pair C = (4,4); pair D = (0,4); draw(A--B--C--D--cycle); draw(A--EE); draw(C--EE,dotted); label("AA",A,SW); label("BB",B,S); label("CC",C,N); label("DD",D,N); label("EE",EE,S); [/asy]