Four equal parts
Source:
March 16, 2006
geometryrectangletrapezoid
Problem Statement
Rectangle is divided into four parts of equal area by five segments as shown in the figure, where , and is parallel to . Find the length of (in cm) if cm and cm.[asy]
size(250);
pair A=origin, B=(96,0), C=(96,22), D=(0,22), W=(16,22), X=(20,0), Y=(80,0), Z=(76,22), P=(24,11), Q=(72,11);
draw(P--X--A--D--W--P--Q--Y--B--C--Z--Q^^W--Z^^X--Y);
dot(A^^B^^C^^D^^P^^Q^^W^^X^^Y^^Z);
pair point=(48,11);
label("", A, SW);
label("", B, SE);
label("", C, NE);
label("", D, NW);
label("", P, dir(point--P));
label("", Q, dir(point--Q));
label("", W, N);
label("", X, S);
label("", Y, S);
label("", Z, N);[/asy]