The triangle perimeter calculator calculates the perimeter of a triangle by taking its length of three sides as inputs.
(length of first side)
units
(length of second side)
units
(length of third side)
units
units
How to use Triangle Perimeter Calculator
Enter ✎ value for length of first side \((a)\).
Enter ✎ value for length of second side \((b)\).
Enter ✎ value for length of third side \((c)\).
The result appears beneath the inputs as you enter values.
About this calculation
The perimeter of a triangle is the total length of its three sides.
Formula
To calculate the triangle perimeter, you can use the following formula.
Perimeter = \( a + b + c \)
where
Calculation
{
"topic": "triangle-perimeter",
"img": {
"width": 420,
"height": 300
},
"input_types": [
"float",
"float",
"float"
],
"input_labels": [
"a",
"b",
"c"
],
"input_values": [
"8",
"5",
"4"
],
"input_units": [
"units",
"units",
"units"
],
"input_descriptions": [
"length of first side",
"length of second side",
"length of third side"
],
"examples": [
{
"a": 10,
"b": 20,
"c": 15
},
{
"a": 1,
"b": 0.5,
"c": 0.8
}
],
"type": "Calculate",
"title": "Triangle Perimeter",
"category": "Geometry",
"shape": "Triangle",
"formula_mathjax": "\\( a + b + c \\)",
"formula": " a + b + c ",
"op_label": "Perimeter",
"output_unit": "units",
"description": "The triangle perimeter calculator calculates the perimeter of a triangle by taking its length of three sides as inputs.",
"explanation": "The perimeter of a triangle is the total length of its three sides."
}