Problem 112 from Wernick's corpus: B, C, Hb


Problem

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

    % DET: points C 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)

animation
Construction in GCLC language

Back to the list of problems