Problem #DES-270124

Descriptions

Problem

In a lot of geometric problems the main idea is to find congruent figures. We call two polygons congruent if all their corresponding sides and angles are equal. Triangles are the easiest sort of polygons to deal with. Assume we are given two triangles ABC and A1B1C1 and we need to check whether they are congruent or not, some rules that help are:

  • If all three corresponding sides of the triangles are equal, then the triangles are congruent.

  • If, in the given triangles ABC and A1B1C1, two corresponding sides AB=A1B1, AC=A1C1 and the angles between them BAC=B1A1C1 are equal, then the triangles are congruent.

  • If the sides AB=A1B1 and pairs of the corresponding angles next to them CAB=C1A1B1 and CBA=C1B1A1 are equal, then the triangles are congruent.

At a previous geometry lesson we have derived these rules from the axioms of Euclidean geometry, so now we can just use them.