#Could someone help me?

14 messages · Page 1 of 1 (latest)

earnest valve
#

I need help completing these 😦

velvet badge
#

one solution is shown as below

#

you take a random point from the circle and connect it with its center

#

from the extension of the line where it intersects the circle, draw another circle whose center is the intersection point and has the same radius as the original one

#

then connect your two intersection points of two circles with the point that you picked at the beginning

nimble ingot
#

correct! and the length of equilateral triangle formed will be 3^1/2 times radius of circle

velvet badge
#

and the other solution is here

#

i honestly don't know how can i explain this verbally lol

#

again you take a random point on circle and create another circle with the same radius and has that point as the center

#

same step as the first one

#

then you create another circle whose center is the point that you picked at the beginning and connect it with the intersection of other two circles

#

from there you'll connect the extension of that first line you created where it intersects the first circle you've created and connect it with the 2 intersection points of the 2 circles you created

#

then you'll connect the points of the lines where they both intersect the big circle

#

and ta da