Difference between revisions of "User:Jonjoseph"
Line 69: | Line 69: | ||
</asy> | </asy> | ||
+ | <asy> | ||
+ | unitsize(1 cm); | ||
+ | pair A, B, C; | ||
+ | A = (0, 0); | ||
+ | B = (2, 0); | ||
+ | C = (2, 1.5); | ||
+ | |||
+ | draw(A--B--C--cycle); | ||
+ | </asy> | ||
<asy> | <asy> |
Revision as of 22:18, 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: