Back to the list of problems

Problem 41 from Wernick's corpus: A, Ma, Mc


Problem

Given a point A, a point Ma and a point Mc, construct the triangle ABC.

Status

ArgoTriCS says that the problem is solvable.

Illustration

Figure of construction

Solution


  1. Using the point A and the point Mc, construct a point B (rule W01);

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

animation
Construction in GCLC language

Back to the list of problems