Back to the list of problems

Problem 142 from Wernick's corpus: B, Mb, Mc


Problem

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

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

animation
Construction in GCLC language

Back to the list of problems