Problem #DES-1

Descriptions

Problem

Geometry reminder

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.

The basic principles about parallel lines and general triangles are:
1. The supplementary angles (angles "hugging" a straight line) add up to 180.
2. The sum of all internal angles of a triangle is also 180.
3. A line cutting two parallel lines cuts them at the same angles (these are called corresponding angles).
4. In an isosceles triangle (which has two sides of equal lengths), two angles touching the third side are equal.

image