Difference between revisions of "2017 UNCO Math Contest II Problems/Problem 1"

(Created page with "== Problem == == Solution == == See also == {{UNCO Math Contest box|year=2017|n=II|before=First Question|num-a=2}} Category:Introductory Geometry Problems")
 
(Problem)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
  
 +
<asy>
 +
pair A=24*dir(40),B=15*dir(220);
 +
 +
pair C1=(0,0),C2=(52,0);
 +
draw(circle(C1,24),black);
 +
draw(circle(C2,15),black);
 +
 +
draw(C1--C2,dot);
 +
draw(A--(B+C2));
 +
</asy>
 +
 +
A circle has radius 24, a second circle has radius 15, and the centers of the two circles are 52
 +
units apart. A line tangent to both circles crosses the line connecting the two centers at a point
 +
P between the two centers. How much farther is P from the center of the bigger circle than it
 +
is from the center of the smaller circle?
  
 
== Solution ==
 
== Solution ==

Revision as of 01:12, 20 May 2017

Problem

[asy] pair A=24*dir(40),B=15*dir(220);  pair C1=(0,0),C2=(52,0); draw(circle(C1,24),black); draw(circle(C2,15),black);  draw(C1--C2,dot); draw(A--(B+C2)); [/asy]

A circle has radius 24, a second circle has radius 15, and the centers of the two circles are 52 units apart. A line tangent to both circles crosses the line connecting the two centers at a point P between the two centers. How much farther is P from the center of the bigger circle than it is from the center of the smaller circle?

Solution

See also

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