Difference between revisions of "User:Jonjoseph"
Line 80: | Line 80: | ||
label("$B$", B, E); | label("$B$", B, E); | ||
label("$C$", C, N); | label("$C$", C, N); | ||
+ | label("$5$", (A+B)/2, S); | ||
+ | label("$6$", (B+C)/2, E); | ||
</asy> | </asy> | ||
Revision as of 22:28, 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: