Core answer: Triangle area = base × height ÷ 2. Any triangle's angles sum to exactly 180°. For right triangles, a² + b² = c² (Pythagoras). No base-height pair? Use Heron's formula from the three sides. A 3-4-5 triangle is the builder's best friend for squaring corners.

The area formulas (pick by what you know)

You knowFormulaExample
base & heightA = bh/2b=10, h=6 → 30
three sides (Heron)s=(a+b+c)/2; A=√(s(s−a)(s−b)(s−c))5-6-7 → s=9, A=√216≈14.7
two sides + angleA = ½ab·sinC8,10,∠30° → 20
right triangle legsA = ab/23,4 → 6

The laws that solve any triangle

  • Angle sum: A + B + C = 180°, always, on flat ground.
  • Pythagoras (right only): c = √(a²+b²). Classic triples: 3-4-5, 5-12-13, 8-15-17, 7-24-25.
  • Law of sines: a/sinA = b/sinB = c/sinC — use with two angles + a side, or two sides + a non-included angle.
  • Law of cosines: c² = a² + b² − 2ab·cosC — the general Pythagoras; use with SAS or three sides.

Worked examples

Example 1 — Squaring a deck. Measure 3 m along one edge, 4 m along the other; adjust until the diagonal reads exactly 5 m. The corner is now 90°.

Example 2 — Roof pitch. A roof rising 2 m over a 6 m run: rafter length = √(4 + 36) = 6.32 m per side; pitch angle = arctan(2/6) ≈ 18.4°.

Example 3 — Land area. A triangular plot with sides 30, 40, 50 m: notice 30² + 40² = 50² — it's right! Area = 30×40/2 = 600 m², no Heron needed.

Common mistakes and myths

  1. Using a slanted side as height — height must be perpendicular to the base; for obtuse triangles it may fall outside the triangle.
  2. Applying Pythagoras to non-right triangles — 5-6-7 is not right (25 + 36 ≠ 49); check a² + b² = c² first.
  3. Forgetting the triangle inequality — sides 2, 3, 6 cannot form a triangle (2 + 3 < 6); the two short sides must exceed the long one.
  4. Believing AAA determines size — three angles fix the shape but not the scale; infinitely many similar triangles share them.
  5. Mixing degrees and radians — sin(30°) = 0.5; sin(30 rad) = −0.988. Check the calculator mode.