Problems(1)
Square ABCD has sides of length 3. Segments CM and CN divide the square's area into three equal parts. How long is segment CM ? [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",A,SW);
label("M",M,W);
label("B",B,NW);
label("C",C,NE);
label("D",D,SE);
label("N",N,S);[/asy](A) 10(B) 12(C) 13(D) 14(E) 15 geometrysymmetry