Problem
2009 AMC 10B Problem 17
Five unit squares are arranged in the coordinate plane as shown, with the lower left corner at the origin. The slanted line, extending from (c,0) to (3,3), divides the entire region into two regions of equal area. What is c? ![[asy] unitsize(1cm); defaultpen(linewidth(.8pt)+fontsize(8pt)); fill((2/3,0)--(3,3)--(3,1)--(2,1)--(2,0)--cycle,gray); xaxis("$x$",-0.5,4,EndArrow(HookHead,4)); yaxis("$y$",-0.5,4,EndArrow(4)); draw((0,1)--(3,1)--(3,3)--(2,3)--(2,0)); draw((1,0)--(1,2)--(3,2)); draw((2/3,0)--(3,3)); label("$(c,0)$",(2/3,0),S); label("$(3,3)$",(3,3),NE); [/asy]](/static/aops/2b0022514dd2d967d050f7b2a106f25522fe5adf.png)
\text{(A) } \frac 12 \qquad \text{(B) } \frac 35 \qquad \text{(C) } \frac 23 \qquad \text{(D) } \frac 34 \qquad \text{(E) } \frac 45
Full credit goes to MAA for authoring these problems. These problems were taken on the AOPS website.
Want to contribute problems and receive full credit? Click here to add your problem!
Please report any issues to us in our Discord server
Go to previous contest problem (SHIFT + Left Arrow) Go to next contest problem (SHIFT + Right Arrow)
Problem feedback
Difficulty
—