Triangle area

A=fracbh2A = \\frac{bh}{2}

What it does

Calculates triangle area from the supplied values.

When to use it

Use this mathematics formula when the named quantities are known.

Variables

Worked example

{
  "inputs": {
    "base": 10,
    "height": 5
  },
  "result": 25
}

Common mistakes

Check units, signs, brackets and that every value is entered in the stated units.