Problem 9 from Wernick's corpus: A, B, Hc


Problem

Given a point A, a point B and a point Hc, construct the triangle ABC.

Status

ArgoTriCS says that the problem is locus dependent.

Illustration

Figure of construction

Solution


  1. Using the point B and the point Hc, construct a line c (rule W02);

    % DET: points B and Hc are not the same

  2. Choose freely a point A on the line c (rule WOnline1)

  3. Using the point Hc and the line c, construct a line hc (rule W10b);

  4. Choose freely a point C on the line hc (rule WOnline2)

animation
Construction in GCLC language

Back to the list of problems