Euclidea Wiki
Advertisement

Instruction: Construct an angle of 60° with the given side

Available tools:

  • Move
  • Point
  • Line
  • Circle
  • Intersect

3L 3E solution

Given A, the initial point of the given ray.

  1. Construct the circle with center A and an arbitrary radius, intersecting the ray on B
  2. Construct the circle with center B and radius AB, intersecting circle A on C and D
  3. Construct the line AC

2V solution

  1. Construct the line AD
Advertisement