Wolfram Computation Meets Knowledge

Triangle Area Using Base and Height

A triangle is a polygon with three edges and three vertices. The area is the space enclosed by the triangle.

The area equals the base times the height.

Formula

QuantityVariable["A", "Area"] == (QuantityVariable["b", "Length"]*QuantityVariable["h", "Height"])/2

symbol description physical quantity
A area "Area"
b base "Length"
h height "Height"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Triangle Area Using Base and Height"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Triangle Area Using Base and Height"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Triangle Area Using Base and Height"], {QuantityVariable[
   "h","Height"] -> 5, QuantityVariable["b","Length"] -> 4}]
Out[3]=

Source Metadata

Publisher Information