kasperpeulen / euclidthegame

A geometry game based on Euclid's Elements.
euclidthegame.org
MIT License
447 stars 74 forks source link

Level 5: solution not accepted #246

Closed juliangilbey closed 10 years ago

juliangilbey commented 10 years ago

Draw two circles through B with their centres on the given line. The line from B to the other point of intersection of the two circles does the job. If you want the segment to explicitly start on the line, then find the intersection of the two lines drawn and draw a line segment from there to B.

leftysrevenge commented 10 years ago

I'm not sure I follow. screen shot 2014-07-02 at 1 47 48 pm

juliangilbey commented 10 years ago

Bizarre. It didn't work for me earlier, but it does now. Maybe I didn't get the intersection point D correct? Sorry for the noise, and thanks for creating this great activity!