1993 UNCO Math Contest II Problems/Problem 9

Revision as of 02:53, 20 October 2014 by Timneh (talk | contribs) (Created page with "== Problem == Let <math>P</math> be a point inside the rectangle <math>ABCD</math>. If <math>AP=5</math> , <math>BP=11</math> and <math>CP=10</math>, find the length of <math>DP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Let $P$ be a point inside the rectangle $ABCD$. If $AP=5$ , $BP=11$ and $CP=10$, find the length of $DP$. (Hint: draw helpful vertical and horizontal lines.)

[asy] pair P=(2,2); draw((0,0)--(0,5)--(10,5)--(10,0)--cycle,dot); draw((0,0)--P,black); draw((0,5)--P,black); draw((10,5)--P,black); draw((10,0)--P,black); dot(P); MP("P",(1,1),N); MP("5",(1.5,2.9),N); MP("10",(6.5,2.8),N); MP("11",(6.5,.9),N); MP("A",(0,5),NW); MP("B",(10,5),NE); MP("C",(10,0),SE); MP("D",(0,0),SW); [/asy]


Solution

See also

1993 UNCO Math Contest II (ProblemsAnswer KeyResources)
Preceded by
Problem 8
Followed by
Problem 10
1 2 3 4 5 6 7 8 9 10
All UNCO Math Contest Problems and Solutions