Back to the list of problems

Problem 143 from Wernick's corpus: B, Mb, G


Problem

Given a point B, a point Mb 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 Mb and the point G, construct a point B (rule W01);

  2. Choose freely a point A (rule free)

  3. Using the point A and the point Mb, construct a point C (rule W01);

animation
Construction in GCLC language

Back to the list of problems