Difference between revisions of "User:Jonjoseph"
Line 58: | Line 58: | ||
draw(X--Z, red); | draw(X--Z, red); | ||
draw(Z--U, red); | draw(Z--U, red); | ||
− | draw( | + | draw(Z--W,red); |
draw(S--T--U--V--cycle); | draw(S--T--U--V--cycle); | ||
draw(X--T); | draw(X--T); |
Revision as of 20:40, 24 October 2013
Given a circle with center and a point that lies outside the circle, bisect circle with a second circle centered at .
Problem from class: