Difference between revisions of "2008 UNCO Math Contest II Problems/Problem 6"

(Created page with "== Problem == Points <math>A</math> and <math>B</math> are on the same side of line <math>L</math> in the plane. <math>A</math> is <math>5</math> units away from <math>L, B</m...")
 
(Problem)
Line 12: Line 12:
  
 
<asy>
 
<asy>
draw((0,0)--(15,0),arrow=Arrow());
+
draw((-1,0)--(16,0),arrow=Arrow());
draw((15,0)--(0,0),arrow=Arrow());
+
draw((16,0)--(-1,0),arrow=Arrow());
 
draw((2,0)--(2,5)--(2+sqrt(128),9)--(2+sqrt(128),0),black);
 
draw((2,0)--(2,5)--(2+sqrt(128),9)--(2+sqrt(128),0),black);
 
draw((2,5)--(8,0)--(2+sqrt(128),9),dashed);
 
draw((2,5)--(8,0)--(2+sqrt(128),9),dashed);
Line 20: Line 20:
 
MP("5",(2,2.5),W);MP("12",(2+sqrt(128)/2,7),N);MP("9",(2+sqrt(128),4.5),E);
 
MP("5",(2,2.5),W);MP("12",(2+sqrt(128)/2,7),N);MP("9",(2+sqrt(128),4.5),E);
 
</asy>
 
</asy>
 
  
 
== Solution ==
 
== Solution ==

Revision as of 22:57, 19 October 2014

Problem

Points $A$ and $B$ are on the same side of line $L$ in the plane. $A$ is $5$ units away from $L, B$ is $9$ units away from $L$. The distance between $A$ and $B$ is $12$. For all points $P$ on $L$ what is the smallest value of the sum $AP + PB$ of the distances from $A$ to $P$ and from $P$ to $B$ ?

[asy] draw((-1,0)--(16,0),arrow=Arrow()); draw((16,0)--(-1,0),arrow=Arrow()); draw((2,0)--(2,5)--(2+sqrt(128),9)--(2+sqrt(128),0),black); draw((2,5)--(8,0)--(2+sqrt(128),9),dashed); dot((2,5));dot((8,0));dot((2+sqrt(128),9)); MP("A",(2,5),W);MP("P",(8,0),S);MP("B",(2+sqrt(128),9),E);MP("L",(14,0),S); MP("5",(2,2.5),W);MP("12",(2+sqrt(128)/2,7),N);MP("9",(2+sqrt(128),4.5),E); [/asy]

Solution

See Also

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