Problem 119 from Wernick's corpus: B, O, Ma


Problem

Given a point B, a point O and a point Ma, construct the triangle ABC.

Status

ArgoTriCS says that the problem is locus dependent.

Illustration

Figure of construction

Solution


  1. Using the point O and the point Ma, construct a line ma (rule W02);

    % DET: points O and Ma are not the same

  2. Using the point Ma and the line ma, construct a line a (rule W10a);

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

  4. Using the point B and the point Ma, construct a point C (rule W01);

  5. Choose freely a point A on the circle k(O,C) (rule WOncircle)

animation
Construction in GCLC language

Back to the list of problems