Difference between revisions of "User:Jonjoseph"
Line 148: | Line 148: | ||
dot((2,4), p=orange); | dot((2,4), p=orange); | ||
dot((2,8),p=orange); | dot((2,8),p=orange); | ||
− | draw((2,4)--(2, | + | draw((2,4)--(sqrt(2),4),p=orange, Arrow(size=2*axisarrowsize)); |
dot((-1,1), p=purple); | dot((-1,1), p=purple); |
Revision as of 12:25, 10 February 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: