Answer:
Area of a triangle can be calculated in different ways.
The most used and "normal" way is:
(width * height) / 2
Another way is by using herons formula, which looks like this:
a, b, c = different sides
s = (a + b + c) / 2
a =
If there was something that you didn't understand, just comment on the answer!
Glad to help you!