Difference between revisions of "2000 PMWC Problems/Problem T3"

(Created page with "==Problem== In the figure, <math>ABCD</math> is a square, <math>P</math>, <math>Q</math>, <math>R</math>, and <math>S</math> are midpoints of the sides <math>AB</math>, <math>BC<...")
 
(Problem)
Line 1: Line 1:
 
==Problem==
 
==Problem==
 
In the figure, <math>ABCD</math> is a square, <math>P</math>, <math>Q</math>, <math>R</math>, and <math>S</math> are midpoints of the sides <math>AB</math>, <math>BC</math>, <math>CD</math> and <math>DA</math> respectively. Find the ratio of the shaded area to the area of the square <math>ABCD</math>.  
 
In the figure, <math>ABCD</math> is a square, <math>P</math>, <math>Q</math>, <math>R</math>, and <math>S</math> are midpoints of the sides <math>AB</math>, <math>BC</math>, <math>CD</math> and <math>DA</math> respectively. Find the ratio of the shaded area to the area of the square <math>ABCD</math>.  
 +
 +
<asy>
 +
fill(buildcycle((0,2)--(1,0),(2,2)--(0,1),(2,0)--(1,2),(0,0)--(2,1)),gray);
 +
draw((0,0)--(2,0)--(2,2)--(0,2)--cycle);
 +
draw((0,2)--(1,0));
 +
draw((2,2)--(0,1));
 +
draw((2,0)--(1,2));
 +
draw((0,0)--(2,1));
 +
label("A",(0,2),NW);
 +
label("B",(2,2),NE);
 +
label("C",(2,0),SE);
 +
label("D",(0,0),SW);
 +
label("P",(1,2),N);
 +
label("Q",(2,1),E);
 +
label("R",(1,0),S);
 +
label("S",(0,1),W);
 +
//Credit to chezbgone2 for the diagram</asy>
  
 
==Solution==
 
==Solution==
  
 
==See Also==
 
==See Also==

Revision as of 21:30, 21 April 2014

Problem

In the figure, $ABCD$ is a square, $P$, $Q$, $R$, and $S$ are midpoints of the sides $AB$, $BC$, $CD$ and $DA$ respectively. Find the ratio of the shaded area to the area of the square $ABCD$.

[asy] fill(buildcycle((0,2)--(1,0),(2,2)--(0,1),(2,0)--(1,2),(0,0)--(2,1)),gray); draw((0,0)--(2,0)--(2,2)--(0,2)--cycle); draw((0,2)--(1,0)); draw((2,2)--(0,1)); draw((2,0)--(1,2)); draw((0,0)--(2,1)); label("A",(0,2),NW); label("B",(2,2),NE); label("C",(2,0),SE); label("D",(0,0),SW); label("P",(1,2),N); label("Q",(2,1),E); label("R",(1,0),S); label("S",(0,1),W); //Credit to chezbgone2 for the diagram[/asy]

Solution

See Also