10.2 Triangles, Similarity, Congruence & The Pythagorean Theorem

Key Takeaways

  • The interior angles of any triangle sum to exactly $180^\circ$, and the Exterior Angle Theorem states that any exterior angle equals the sum of its two remote interior angles.
  • The Triangle Inequality Theorem dictates that the sum of the lengths of any two sides must be strictly greater than the third side ($a + b > c$), bounding a third side $c$ by $|a - b| < c < a + b$.
  • Similar triangles have congruent corresponding angles and proportional side lengths (scale factor $k$); perimeters scale by $k$, while areas scale by $k^2$.
  • The Pythagorean Theorem ($a^2 + b^2 = c^2$) applies to all right triangles; common primitive Pythagorean triples include $(3, 4, 5)$, $(5, 12, 13)$, $(8, 15, 17)$, and $(7, 24, 25)$ along with their scalar multiples.
  • Special right triangles have constant side ratios: $45^\circ-45^\circ-90^\circ$ triangles follow $1 : 1 : \sqrt{2}$, and $30^\circ-60^\circ-90^\circ$ triangles follow $1 : \sqrt{3} : 2$ (short leg : long leg : hypotenuse).
Last updated: August 2026

10.2 Triangles, Similarity, Congruence & The Pythagorean Theorem

Triangles are the fundamental building blocks of polygon geometry. On the CLEP College Mathematics exam, triangle questions test your ability to apply the Triangle Angle-Sum Theorem, the Triangle Inequality Theorem, similarity scale factors ($k$ and $k^2$), the Pythagorean Theorem with common triples, and exact ratios for special right triangles.


1. Triangle Classifications

Triangles are categorized either by their side lengths or by their interior angle measures.

+-----------------------------------------------------------------------------+
|                          TRIANGLE CLASSIFICATIONS                           |
|                                                                             |
|   BY SIDE LENGTHS:                                                          |
|   - Scalene:     All 3 side lengths are unequal (no congruent sides)        |
|   - Isosceles:   At least 2 sides are congruent (base angles are equal)     |
|   - Equilateral: All 3 sides are congruent (all angles = 60 degrees)        |
|                                                                             |
|   BY INTERIOR ANGLES:                                                       |
|   - Acute:       All 3 angles are acute (< 90 degrees)                      |
|   - Right:       Exactly 1 angle is right (= 90 degrees)                    |
|   - Obtuse:      Exactly 1 angle is obtuse (> 90 degrees)                   |
|   - Equiangular: All 3 angles are equal (= 60 degrees; equilateral)         |
+-----------------------------------------------------------------------------+

2. Fundamental Triangle Theorems

The Triangle Angle-Sum Theorem

The sum of the interior angle measures of any triangle in Euclidean space is always exactly $180^\circ$:

A+B+C=180\angle A + \angle B + \angle C = 180^\circ

The Exterior Angle Theorem

An exterior angle of a triangle is formed by extending one of its sides. The measure of any exterior angle equals the sum of the measures of its two remote (non-adjacent) interior angles:

Ext=A+B\angle \text{Ext} = \angle A + \angle B

+-----------------------------------------------------------------------------+
|                         EXTERIOR ANGLE THEOREM                              |
|                                                                             |
|                                  /\                                         |
|                                 /  \                                        |
|                                / <A \                                       |
|                               /      \                                      |
|                              /        \                                     |
|                             / <B    <C \                                    |
|                            *------------*----------------->                 |
|                                            <Exterior                        |
|                                                                             |
|                   Angle Exterior = Angle A + Angle B                        |
+-----------------------------------------------------------------------------+

The Triangle Inequality Theorem

For any valid triangle with side lengths $a$, $b$, and $c$, the sum of any two side lengths must be strictly greater than the length of the remaining side:

a+b>c,a+c>b,andb+c>aa + b > c, \quad a + c > b, \quad \text{and} \quad b + c > a

Bounding an Unknown Third Side

Given two known side lengths $a$ and $b$ (with $a \le b$), the third side $c$ must satisfy:

ab<c<a+b|a - b| < c < a + b

Example: If a triangle has sides of length $5$ and $9$, the third side $c$ must be bounded by $9 - 5 < c < 9 + 5 \implies 4 < c < 14$.


3. Triangle Congruence vs. Similarity

+-----------------------------------------------------------------------------+
|                     CONGRUENCE VS. SIMILARITY COMPARISON                    |
|                                                                             |
|   CONGRUENT TRIANGLES (\cong):         SIMILAR TRIANGLES (~):               |
|   - Identical shape AND identical size  - Identical shape, DIFFERENT size   |
|   - Corresponding angles equal          - Corresponding angles equal        |
|   - Corresponding sides EQUAL (k = 1)   - Corresponding sides PROPORTIONAL  |
|                                                                             |
|   Valid Congruence Postulates:         Valid Similarity Postulates:         |
|   - SSS, SAS, ASA, AAS, HL             - AA (Angle-Angle), SAS~, SSS~       |
+-----------------------------------------------------------------------------+

Valid Triangle Congruence Postulates

  • SSS (Side-Side-Side): All three pairs of corresponding sides are congruent.
  • SAS (Side-Angle-Side): Two sides and the included angle are congruent.
  • ASA (Angle-Side-Angle): Two angles and the included side are congruent.
  • AAS (Angle-Angle-Side): Two angles and a non-included side are congruent.
  • HL (Hypotenuse-Leg): In right triangles only, the hypotenuse and one leg are congruent.
  • Caution: AAA proves similarity, not congruence. SSA (or ASS) is NOT a valid congruence criterion.

Geometric Similarity & Scaling Ratios

When $\Delta ABC \sim \Delta DEF$ with linear scale factor $k = \frac{DE}{AB}$:

DEAB=EFBC=DFAC=k\frac{DE}{AB} = \frac{EF}{BC} = \frac{DF}{AC} = k

Perimeter(ΔDEF)Perimeter(ΔABC)=kArea(ΔDEF)Area(ΔABC)=k2\mathbf{\frac{\text{Perimeter}(\Delta DEF)}{\text{Perimeter}(\Delta ABC)} = k} \qquad \mathbf{\frac{\text{Area}(\Delta DEF)}{\text{Area}(\Delta ABC)} = k^2}

Key Exam Fact: If the side lengths of a triangle increase by a factor of $k = 3$, its perimeter increases by $k = 3$, but its area increases by $k^2 = 3^2 = 9$.


4. The Pythagorean Theorem & Pythagorean Triples

In any right triangle with legs $a$ and $b$ and hypotenuse $c$ (the side opposite the $90^\circ$ right angle):

a2+b2=c2    c=a2+b2a^2 + b^2 = c^2 \iff c = \sqrt{a^2 + b^2}

+-----------------------------------------------------------------------------+
|                          THE PYTHAGOREAN THEOREM                            |
|                                                                             |
|                               |\                                            |
|                               | \                                           |
|                               |  \  Hypotenuse c                            |
|                        Leg a  |   \ (Opposite 90 deg)                       |
|                               |    \                                        |
|                               |_    \                                       |
|                               |_|____\                                      |
|                                 Leg b                                       |
|                                                                             |
|                              a^2 + b^2 = c^2                                |
+-----------------------------------------------------------------------------+

Common Primitive Pythagorean Triples to Memorize

Memorizing these triples saves valuable time during the timed exam:

Primitive Triple $(a, b, c)$Common Multiples (Scale Factors $2\times, 3\times, \dots$)
$(3, 4, 5)$$(6, 8, 10), \quad (9, 12, 15), \quad (12, 16, 20), \quad (15, 20, 25)$
$(5, 12, 13)$$(10, 24, 26), \quad (15, 36, 39)$
$(8, 15, 17)$$(16, 30, 34)$
$(7, 24, 25)$$(14, 48, 50)$

The Converse of the Pythagorean Theorem (Classifying Triangles)

Given a triangle with side lengths $a \le b \le c$:

  • If $c^2 = a^2 + b^2$, the triangle is a Right Triangle.
  • If $c^2 < a^2 + b^2$, the triangle is an Acute Triangle (all angles $< 90^\circ$).
  • If $c^2 > a^2 + b^2$, the triangle is an Obtuse Triangle (the angle opposite $c$ is $> 90^\circ$).

5. Special Right Triangles

Two special right triangles appear repeatedly on the CLEP exam because their side lengths can be determined exactly using fixed radical ratios.

+-----------------------------------------------------------------------------+
|                          SPECIAL RIGHT TRIANGLES                            |
|                                                                             |
|   45°-45°-90° TRIANGLE (Isosceles Right):    30°-60°-90° TRIANGLE:          |
|                                                                             |
|             /\                                     /\                       |
|            /  \                                   /  \                      |
|           /    \  x*sqrt(2)                   2x /    \ x                   |
|        x /      \                               /  60° \ (Short leg         |
|         / 45° 45°\                             /        \ opp 30 deg)       |
|        *----------*                           *----------*                  |
|             x                                    x*sqrt(3) (Long leg opp 60)|
|   Ratio: 1 : 1 : sqrt(2)                     Ratio: 1 : sqrt(3) : 2         |
+-----------------------------------------------------------------------------+

1. The $45^\circ-45^\circ-90^\circ$ Triangle (Isosceles Right Triangle)

  • Side Ratio: $\text{Leg} : \text{Leg} : \text{Hypotenuse} = 1 : 1 : \sqrt{2}$
  • $\text{Hypotenuse} = \text{Leg} \times \sqrt{2}$
  • $\text{Leg} = \frac{\text{Hypotenuse}}{\sqrt{2}} = \frac{\text{Hypotenuse} \times \sqrt{2}}{2}$

2. The $30^\circ-60^\circ-90^\circ$ Triangle

  • Side Ratio: $\text{Short Leg (opp } 30^\circ\text{)} : \text{Long Leg (opp } 60^\circ\text{)} : \text{Hypotenuse} = 1 : \sqrt{3} : 2$
  • $\text{Short Leg} = x$
  • $\text{Long Leg} = x\sqrt{3}$
  • $\text{Hypotenuse} = 2x$

6. Worked Numerical Examples

Worked Example 1: Similar Triangle Area Scaling

Problem: Two similar triangles $\Delta ABC$ and $\Delta DEF$ have corresponding side lengths in the ratio $3 : 5$. If the area of the smaller triangle $\Delta ABC$ is $36\text{ cm}^2$, what is the area of the larger triangle $\Delta DEF$?

Solution:

  1. Identify the linear scale factor: $k = \frac{5}{3}$.
  2. Compute the area scale factor by squaring the linear ratio: Area Ratio=k2=(53)2=259\text{Area Ratio} = k^2 = \left(\frac{5}{3}\right)^2 = \frac{25}{9}
  3. Set up the proportion: Area(ΔDEF)Area(ΔABC)=259    Area(ΔDEF)36=259\frac{\text{Area}(\Delta DEF)}{\text{Area}(\Delta ABC)} = \frac{25}{9} \implies \frac{\text{Area}(\Delta DEF)}{36} = \frac{25}{9}
  4. Solve for $\text{Area}(\Delta DEF)$: Area(ΔDEF)=36×259=4×25=100 cm2\text{Area}(\Delta DEF) = 36 \times \frac{25}{9} = 4 \times 25 = 100\text{ cm}^2

Worked Example 2: $30^\circ-60^\circ-90^\circ$ Flagpole Application

Problem: A vertical flagpole casts a shadow on level ground. The angle of elevation from the tip of the shadow to the top of the flagpole is $60^\circ$. If the distance from the tip of the shadow to the top of the flagpole (the hypotenuse) is $16\text{ meters}$, what is the exact height of the flagpole?

Solution:

  1. The ground, flagpole, and line of sight form a $30^\circ-60^\circ-90^\circ$ right triangle where:
    • The flagpole is opposite the $60^\circ$ angle (long leg $= x\sqrt{3}$).
    • The shadow is opposite the $30^\circ$ angle (short leg $= x$).
    • The hypotenuse is $2x = 16\text{ m}$.
  2. Solve for the short leg $x$: 2x=16    x=8 m2x = 16 \implies x = 8\text{ m}
  3. Calculate the height of the flagpole (long leg): Height=x3=83 m13.86 m\text{Height} = x\sqrt{3} = 8\sqrt{3}\text{ m} \approx 13.86\text{ m}

7. TI-30XS MultiView Calculator Keystrokes

+-----------------------------------------------------------------------------+
|                   TI-30XS MULTIVIEW RADICAL & PYTHAGOREAN OPS               |
|                                                                             |
|   - Square Root: Press [2nd] [x^2], enter the radicand, press [enter].      |
|   - Pythagorean Hypotenuse: [2nd] [x^2] ( 5 [x^2] + 12 [x^2] ) [enter] -> 13|
|   - Radical Simplification: The TI-30XS MultiView retains exact radical     |
|     form (e.g. sqrt(48) -> 4*sqrt(3)). Press [<>] to toggle to decimal.     |
+-----------------------------------------------------------------------------+

8. Common CLEP Traps & Strategic Checkpoints

  • Trap 1: Applying Linear Scaling to Areas: If side lengths double ($k = 2$), the area quadruples ($k^2 = 4$), NOT doubles.
  • Trap 2: Mixing Up the Legs in $30^\circ-60^\circ-90^\circ$ Triangles: The short leg ($x$) is ALWAYS opposite the smaller $30^\circ$ angle; the long leg ($x\sqrt{3}$) is ALWAYS opposite the larger $60^\circ$ angle.
  • Trap 3: Using the Longest Side in Pythagorean Converse: When testing $a^2 + b^2$ vs. $c^2$, $c$ must strictly be the longest side length.
  • Trap 4: Violating the Triangle Inequality: Side lengths of $3, 4, 7$ do NOT form a triangle because $3 + 4 = 7$ (the sum must be strictly greater: $a + b > c$).
Test Your Knowledge

Two similar triangles have corresponding side lengths in the ratio 3 : 5. If the area of the smaller triangle is 36 cm², what is the area of the larger triangle?

A
B
C
D
Test Your Knowledge

In a 30°-60°-90° right triangle, the hypotenuse has length 16 cm. What is the length of the side opposite the 60° angle?

A
B
C
D
Test Your Knowledge

A triangle has side lengths of 7 cm and 11 cm. According to the Triangle Inequality Theorem, which of the following could be the length of the third side?

A
B
C
D