Back to the list of problems

Problem 280 from Connelly's corpus: Mc, Ea, Ma


Problem

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

Status

ArgoTriCS says that the problem is locus dependent.

Illustration

Figure of construction

Solution


  1. Using the point Ea and the point Ma, construct a line m(HbHc) (rule W02);

    % DET: points Ea and Ma are not the same

  2. Using the point Ea and the point Ma, construct a line m(EaMa) (rule W14);

    % DET: points Ea and Ma are not the same

  3. Using the line m(EaMa) and the line m(HbHc), construct a point N (rule W03);

    % NDG: lines m(EaMa) and m(HbHc) are not parallel

    % DET: lines m(EaMa) and m(HbHc) are not the same

  4. Using the point Ea and the point N, construct a circle k(N,Ma) (rule W06);

    % NDG: points Ea and N are not the same

  5. Choose freely a point Mc on the circle k(N,Ma) (rule WOncircle)

  6. Choose freely a point A (rule free)

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

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

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

animation
Construction in GCLC language

Back to the list of problems