Back to the list of problems

Problem 19 from Wernick's corpus: A, C, G


Problem

Given a point A, a point C and a point G, construct the triangle ABC.

Status

ArgoTriCS says that the problem is solvable.

Illustration

Figure of construction

Solution


  1. Using the point C and the point G, construct a point Mc (rule W01);

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

animation
Construction in GCLC language

Back to the list of problems