Problem

Source: 2018 Argentina L2 P3

Tags: geometry



A geometry program on the computer allows the following operations to be performed: Mark points on segments, on lines or outside them. Draw the line that joins two points. Find the point of intersection of two lines. Given a point $P$ and a line $\ell$, trace the symmetric of $P$ with respect to $\ell$. Given an triangle $ABC$, using exclusively the allowed operations, construct the intersection point of the perpendicular bisectors of the triangle.