The Angle Sum Rule: Interior Angles Always Equal 180°

Before anything else, here's the one rule that applies to every triangle without exception: the three interior angles always add up to exactly 180°. It doesn't matter what kind of triangle it is. This follows from the geometry of parallel lines and it holds true for any planar triangle you can draw.

A + B + C = 180° (for every triangle)

If two angles are known, the third is determined:
A = 55°, B = 73° → C = 180 − 55 − 73 = 52°

If two angles are known and they sum to more than 180°, no such triangle exists.

This is your first check on any triangle problem. Two angles known? The third is automatic. And if you're told a triangle has angles that sum past 180°, it simply can't exist.

Classification by Side Length

Three categories, defined purely by how the side lengths compare to each other.

Equilateral Triangle

All three sides are the same length. Because of that, all three interior angles are equal too, each exactly 60°. It's perfectly symmetrical - three lines of symmetry, looks the same from any vertex. It's the only triangle that's both equilateral and equiangular.

Side length a: Area = (√3 / 4) × a²
Example - side = 8 cm:
Area = (√3 / 4) × 64 ≈ 0.433 × 64 ≈ 27.7 cm²
Perimeter = 3 × 8 = 24 cm

Isosceles Triangle

Exactly two sides are equal. The angles opposite those equal sides - called the base angles - are also equal to each other. The third side is the base, and the angle at the top vertex (between the two equal sides) is the apex angle. There's one line of symmetry running from the apex to the midpoint of the base.

Equal sides = 10 cm, base = 6 cm
Height to base = √(10² − 3²) = √(100 − 9) = √91 ≈ 9.54 cm
Area = (1/2) × 6 × 9.54 ≈ 28.6 cm²

Scalene Triangle

All three sides are different lengths, so all three angles are different too. No lines of symmetry. Honestly, most triangles you encounter in real-world measurement are scalene - perfectly equal side lengths are kind of a geometric ideal that rarely shows up in practice.

For a scalene triangle where you know all three sides but there's no right angle, use Heron's formula: compute the semi-perimeter s = (a + b + c)/2, then Area = √(s(s−a)(s−b)(s−c)).

Classification by Angle

Separately from sides, every triangle also fits into one of three angle-based types. These are completely independent of the side classification.

Acute Triangle

All three interior angles are strictly less than 90°. The equilateral triangle (all angles = 60°) is a special case of acute. Acute triangles look compact and balanced - no single angle dominates the shape. The standard area formula (½ × base × height) works fine with no special cases needed.

Right Triangle

Exactly one angle equals 90°. The side opposite that right angle is the hypotenuse - always the longest side. The other two sides are called legs. Right triangles show up constantly in trigonometry, construction, navigation, and engineering.

Pythagorean Theorem: a² + b² = c²
(c = hypotenuse, a and b = legs)

Legs 5 and 12: c = √(25 + 144) = √169 = 13
Area = (1/2) × 5 × 12 = 30 (legs serve directly as base and height)

Obtuse Triangle

One interior angle is greater than 90°. Because the angles must sum to 180°, the other two together take up less than 90°, so both of them have to be acute. You can't have two obtuse angles in a single triangle. The moment one angle exceeds 90°, the remaining two must be small enough to keep the total at 180°.

Valid and Impossible Combinations

Every triangle belongs to one side category and one angle category at the same time. Some combinations are guaranteed, some are possible, and one is flat-out impossible:

Side TypeAcuteRightObtuse
EquilateralAlways (60°-60°-60°)ImpossibleImpossible
IsoscelesPossiblePossible (45°-45°-90°)Possible
ScalenePossiblePossible (e.g. 3-4-5)Possible

The equilateral-right and equilateral-obtuse combinations can't exist. Equal sides force equal angles of 60°, and 60° is neither 90° nor greater than 90°. Everything else in the table is fair game.

A right isosceles triangle always has angles of 45°, 45°, and 90°. Its two equal legs make it isosceles, and the hypotenuse is always leg × √2.

The Exterior Angle Theorem

Extend one side of a triangle past a vertex and you get an exterior angle - the angle formed between that extension and the adjacent side. The exterior angle theorem says this angle always equals the sum of the two remote interior angles (the two that aren't adjacent to it).

Exterior angle = sum of the two remote interior angles

Interior angles: A = 48°, B = 65°, C = 67°
Exterior angle at C = A + B = 48 + 65 = 113°
Verify: 113° + 67° = 180° (straight line) ✓

This is handy when you need a missing angle fast. If you know two interior angles and need the exterior angle, just add them. No need to find the third interior angle first.

And there's a useful sanity check that comes from this: every exterior angle is always greater than either of the remote interior angles individually. If your calculated exterior angle comes out smaller than one of the remote interior angles, something in the calculation went wrong.

The CalcSolver Pro triangle calculator computes all angles, sides, area, and perimeter for any triangle type given sufficient input values.