Problem 423 from Wernick's corpus: Mb, Hb, Tb


Problem

Given a point Mb, a point Hb and a point Tb, construct the triangle ABC.

Status

ArgoTriCS says that the problem is locus dependent.

Illustration

Figure of construction

Solution


  1. Using the point Hb and the point Tb, construct a line b (rule W02);

    % DET: points Hb and Tb are not the same

  2. Choose freely a point Mb on the line b (rule WOnline1)

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

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

  5. Using the point A and the point Mb, construct a point C (rule W01);

  6. Choose freely a point B on the line hb (rule WOnline2)

animation
Construction in GCLC language

Back to the list of problems