Problem 145 from Wernick's corpus: B, Mb, Hb


Problem

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

    % DET: points Mb and Hb are not the same

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

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

  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);

animation
Construction in GCLC language

Back to the list of problems