Difference between revisions of "User:Jonjoseph"
Line 54: | Line 54: | ||
label("$V$",V,NE); | label("$V$",V,NE); | ||
− | draw(W--X-- | + | draw(X--Y); |
+ | draw(W--X, red); | ||
+ | draw(X--Z, red); | ||
draw(Y--Z--W,dashed); | draw(Y--Z--W,dashed); | ||
draw(S--T--U--V--cycle); | draw(S--T--U--V--cycle); |
Revision as of 20:36, 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: