Example 1
Find the area of a triangle with side lengths $a = 5\text{ cm}$, $b = 6\text{ cm}$, and $c = 7\text{ cm}$.
-
Step 1
Calculate semi-perimeter: $s = \frac{a + b + c}{2} = \frac{5 + 6 + 7}{2} = \frac{18}{2} = 9\text{ cm}$
-
Step 2
Find values for $(s - a)$, $(s - b)$, and $(s - c)$: $(9 - 5) = 4\text{ cm}$, $(9 - 6) = 3\text{ cm}$, $(9 - 7) = 2\text{ cm}$
-
Step 3
Substitute into Heron's formula: $\text{Area} = \sqrt{s(s - a)(s - b)(s - c)} = \sqrt{9 \times 4 \times 3 \times 2}$
-
Step 4
Simplify square root: $\text{Area} = \sqrt{216} = 6\sqrt{6}\text{ cm}^2 \approx 14.7\text{ cm}^2$