Properties of a Triangle: Formulas, Theorems, Examples

Properties of a Triangle: Formulas, Theorems, Examples

A triangle has three sides, three vertices, and three angles, and its core properties are: the interior angles sum to 180°, any two sides together exceed the third, and the largest angle faces the longest side. This article walks through every key property of a triangle — the angle sum property, triangle inequality, exterior angle property, side-angle relationship, Pythagoras property, and congruence — with formulas and six worked examples.

What Are the Properties of a Triangle?

A triangle is a closed two-dimensional figure with three sides, three vertices, and three interior angles. Its properties are the fixed relationships among those parts — rules that hold for every triangle, no matter its shape. The most fundamental is that the three interior angles always add to 180°. Everything else builds on that.

Triangles split into families by their angles and sides — see the full breakdown of types of triangle — but the properties below apply across all of them.

The Angle Sum Property

The three interior angles of any triangle add up to 180°:

∠A+∠B+∠C=180°\angle A + \angle B + \angle C = 180°∠A+∠B+∠C=180°

This is the triangle sum theorem, and it is the single most-used property. Know two angles and the third is forced. It is why a triangle can have at most one right angle and at most one obtuse angle — a second would push the total past 180°.

The Triangle Inequality Property

The sum of the lengths of any two sides of a triangle is always greater than the third side:

a+b>c,b+c>a,a+c>ba + b > c, \quad b + c > a, \quad a + c > ba+b>c,b+c>a,a+c>b

The flip side is just as useful: the difference of any two sides is less than the third. If three lengths fail this test — say 2, 3, and 7 — they cannot close into a triangle; the two short sticks can't reach across the long one.

The Side-Angle Relationship

In any triangle, the largest angle is opposite the longest side, and the smallest angle is opposite the shortest side. Order the angles and you have ordered the sides. This is the property that explains why the obtuse angle in an obtuse triangle always faces the longest side.

The Exterior Angle Property

Extend one side of a triangle and you create an exterior angle. Two things are always true:

This second fact is the exterior angle theorem. The exterior angles taken one per vertex always total 360°.

The Pythagoras Property

For a right triangle only, the square of the hypotenuse equals the sum of the squares of the other two sides:

hypotenuse2=base2+height2\text{hypotenuse}^2 = \text{base}^2 + \text{height}^2hypotenuse2=base2+height2

The hypotenuse is the side opposite the 90° angle and is always the longest. This is the Pythagoras theorem — a property of right triangles specifically, not all triangles.

The Congruence and Similarity Properties

Two triangles are congruent (identical in shape and size) when they match by one of the standard rules: SSS, SAS, ASA, AAS, or RHS. Two triangles are similar when they share the same shape but differ in size — equal angles, sides in proportion. Similarity drives scale drawings and maps; see similar triangles for the full treatment.

Area and Perimeter Formulas

A short opener: these two formulas turn the properties above into measurements.

Examples of Properties of a Triangle

Example 1

Two angles of a triangle are 55° and 65°. Find the third angle.

Use the angle sum property:

∠C=180°−55°−65°\angle C = 180° - 55° - 65°∠C=180°−55°−65°

∠C=60°\angle C = 60°∠C=60°

Final answer: 60°.

Example 2 (a tempting shortcut that fails)

Can the lengths 4 cm, 5 cm, and 9 cm form a triangle?

Wrong attempt. A common reflex: "9 is less than 4 + 5 + something, and all three are positive, so sure, it's a triangle." That skips the actual test.

Why it breaks. The triangle inequality must hold for the two shorter sides against the longest — not for all three lengths lumped together.

Correct. Check the tightest case: 4+5=94 + 5 = 94+5=9. The sum equals the third side; it does not exceed it. The two short sides lie flat along the long one and never lift into a triangle.

Final answer: No — 4, 5, 9 fails the triangle inequality (they form a straight line, not a triangle).

Example 3

The sides of a triangle measure 6 cm, 8 cm, and 10 cm. Which angle is the largest?

By the side-angle relationship, the largest angle faces the longest side. The longest side is 10 cm.

Check the type: 62+82=36+64=100=1026^2 + 8^2 = 36 + 64 = 100 = 10^262+82=36+64=100=102, so it is a right triangle.

Final answer: The largest angle (90°) lies opposite the 10 cm side.

Example 4

An exterior angle of a triangle is 120°, and one remote interior angle is 70°. Find the other remote interior angle.

By the exterior angle property, the exterior angle equals the sum of the two remote interior angles:

120°=70°+∠x120° = 70° + \angle x120°=70°+∠x

∠x=120°−70°=50°\angle x = 120° - 70° = 50°∠x=120°−70°=50°

Final answer: 50°.

Example 5

Find the area of a triangle with base 12 cm and height 7 cm.

Area=12×b×h\text{Area} = \frac{1}{2} \times b \times hArea=21​×b×h

Area=12×12×7\text{Area} = \frac{1}{2} \times 12 \times 7Area=21​×12×7

Area=42 cm2\text{Area} = 42 \text{ cm}^2Area=42 cm2

Final answer: 42 cm².

Example 6

A triangle has sides 7 cm, 8 cm, and 9 cm. Find its area using Heron's formula.

Semi-perimeter:

s=7+8+92=12s = \frac{7 + 8 + 9}{2} = 12s=27+8+9​=12

Apply Heron's formula:

Area=12(12−7)(12−8)(12−9)\text{Area} = \sqrt{12(12-7)(12-8)(12-9)}Area=12(12−7)(12−8)(12−9)​.

Area=12×5×4×3\text{Area} = \sqrt{12 \times 5 \times 4 \times 3}Area=12×5×4×3​.

Area=720≈26.83 cm2\text{Area} = \sqrt{720} \approx 26.83 \text{ cm}^2Area=720​≈26.83 cm2

Final answer: about 26.83 cm².

Why These Properties Matter

"A triangle is the only rigid polygon."

That single fact is the WHY behind every property on this page. A four-sided frame can be shoved into a parallelogram without changing any side length; a triangle cannot budge unless a side actually bends or breaks. Engineers exploited this long before they had the vocabulary for it.

Where the properties do real work:

These properties also feed directly into interior angles of larger polygons, which are computed by splitting the polygon into triangles.

Where Students Trip Up on the Properties of a Triangle

Mistake 1: Checking the triangle inequality with only one pair of sides

Where it slips in: Deciding whether three given lengths form a triangle.

Don't do this: Check a+b>ca + b > ca+b>c for just one pairing and stop.

The correct way: The shortest path is to add the two smallest sides and compare to the largest — if that one passes, all three inequalities pass automatically.

The first-instinct error is testing a random pair instead of the tight one (smallest two against the largest). The case that actually fails is always the one with the longest side, so test that first and you save the other two checks.

Mistake 2: Applying the Pythagoras property to a non-right triangle

Where it slips in: Reaching for a2+b2=c2a^2 + b^2 = c^2a2+b2=c2 on any triangle.

Don't do this: Use the Pythagoras property when there is no 90° angle.

The correct way: Pythagoras is a property of right triangles only. For a general triangle use the law of cosines, or use Heron's formula for area.

The memorizer who locked in "a2+b2=c2a^2 + b^2 = c^2a2+b2=c2 is the triangle rule" is the one who applies it everywhere. It is a special case, not the general property — that distinction is worth slowing down for, because most triangles aren't right.

Mistake 3: Confusing the exterior angle with its adjacent interior angle

Where it slips in: Using the exterior angle property.

Don't do this: Set the exterior angle equal to the interior angle next to it.

The correct way: The exterior angle equals the sum of the two remote (non-adjacent) interior angles. The adjacent interior angle is its supplement (they add to 180°).

Key Takeaways