1999 AMC 8 #23
Source:
June 17, 2011
geometrysymmetry
Problem Statement
Square has sides of length 3. Segments and divide the square's area into three equal parts. How long is segment ? [asy]
pair A,B,C,D,M,N;
A = (0,0);
B = (0,3);
C = (3,3);
D = (3,0);
M = (0,1);
N = (1,0);
draw(A--B--C--D--cycle);
draw(M--C--N);
label("",A,SW);
label("",M,W);
label("",B,NW);
label("",C,NE);
label("",D,SE);
label("",N,S);[/asy]