Difference between revisions of "User:Jonjoseph"
Line 77: | Line 77: | ||
draw(A--B--C--cycle); | draw(A--B--C--cycle); | ||
+ | label("$A$", A, W); | ||
+ | label("$B$", B, E); | ||
+ | label("$C$", C, N); | ||
</asy> | </asy> | ||
Revision as of 22:23, 12 June 2020
Given a circle with center and a point that lies outside the circle, bisect circle with a second circle centered at .
Problem from class: