Difference between revisions of "User:Jonjoseph"
(Created page with "<asy> pair O = (0,0); pair P = (2,0); draw(unitcircle); dot(O); dot(P); label('$P$', P, E); label('$C$', O, W); </asy> Given a circle with center <math>C</math> and a point <mat...") |
|||
Line 25: | Line 25: | ||
dot(B); | dot(B); | ||
label('$P$', P, E); | label('$P$', P, E); | ||
− | label('$C$', O, W); | + | label('$C$', O, W); |
</asy> | </asy> |
Revision as of 23:57, 19 September 2013
Given a circle with center and a point that lies outside the circle, bisect circle with a second circle centered at .