Problem 8 from Wernick's corpus: A, B, Hb


Problem

Given a point A, a point B and a point Hb, 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 Hb, construct a line hb (rule W02);

    % DET: points B and Hb are not the same

  2. Using the point Hb and the line hb, construct a line b (rule W10a);

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

  4. Choose freely a point C on the line b (rule WOnline1)

animation
Construction in GCLC language

Back to the list of problems