Difference between revisions of "User:Jonjoseph"
Line 55: | Line 55: | ||
draw(X--Y); | draw(X--Y); | ||
+ | draw(Z--Y, dashed); | ||
draw(W--X, red); | draw(W--X, red); | ||
draw(X--Z, red); | draw(X--Z, red); |
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: