Problem 25 from Wernick's corpus: A, C, Tb


Problem

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

    % DET: points C and Tb are not the same

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

  3. Using the point A, the point C, the point Tb and the line b, construct a point T`b (rule W19);

    % NDG: points A and C are not the same points C and Tb are not the same points C and midpoint([A,Tb]) are not the same

  4. Choose freely a point B on the circle k_over(Tb,T`b) (rule WOncircle)

animation
Construction in GCLC language

Back to the list of problems