Back to the list of problems

Problem 42 from Wernick's corpus: A, Ma, G


Problem

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

Status

ArgoTriCS says that the problem is redundant.

Illustration

Figure of construction

Solution


  1. Using the point Ma and the point G, construct a point A (rule W01);

  2. Choose freely a point B (rule free)

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

animation
Construction in GCLC language

Back to the list of problems