Problem 30 from Wernick's corpus: A, O, Mc


Problem

Given a point A, a point O and a point Mc, construct the triangle ABC.

Status

ArgoTriCS says that the problem is locus dependent.

Illustration

Figure of construction

Solution


  1. Using the point O and the point Mc, construct a line mc (rule W02);

    % DET: points O and Mc are not the same

  2. Using the point Mc and the line mc, construct a line c (rule W10a);

  3. Choose freely a point A on the line c (rule WOnline2)

  4. Using the point A and the point Mc, construct a point B (rule W01);

  5. Choose freely a point C on the circle k(O,C) (rule WOncircle)

animation
Construction in GCLC language

Back to the list of problems