Triangle Perimeter Calculator
How to use this 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).
- As soon as you enter the required input value(s), the Triangle Perimeter is calculated immediately, and displaed in the output section (present under input section).
Calculation
Once you enter the input values in the calculator, the output parameters are calculated.
Examples
The following examples cover how to calcualte the Perimeter when length of first side, length of second side, and length of third side are given.
1. What is the Perimeter of Triangle whose length of first side is 10 units, length of second side is 20 units, and length of third side is 15 units?
Answer
Given:
- length of first side, a = 10 units
- length of second side, b = 20 units
- length of third side, c = 15 units
The formula to find the Perimeter of a Triangle is:
P = \( a + b + c \)
Substitute given values in the above formula.
P = \(10+20+15\)
P = 45 units
∴ Perimeter, P = 45 units
2. What is the Perimeter of Triangle whose length of first side is 1 units, length of second side is 0.5 units, and length of third side is 0.8 units?
Answer
Given:
- length of first side, a = 1 units
- length of second side, b = 0.5 units
- length of third side, c = 0.8 units
The formula to find the Perimeter of a Triangle is:
P = \( a + b + c \)
Substitute given values in the above formula.
P = \(1+0.5+0.8\)
P = 2.3 units
∴ Perimeter, P = 2.3 units
{
"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.",
"examples_data": "<h2>Examples</h2><p>The following examples cover how to calcualte the Perimeter when length of first side, length of second side, and length of third side are given.</p><div class=\"example\"><h3 class=\"question\"><span class=\"example_n\">1.</span> What is the Perimeter of Triangle whose length of first side is 10 units, length of second side is 20 units, and length of third side is 15 units?</h3><h4 class=\"answer\">Answer</h4><p>Given:</p><ul><li>length of first side, a = 10 units<li>length of second side, b = 20 units<li>length of third side, c = 15 units</ul><p>The formula to find the Perimeter of a Triangle is:</p><p class=\"tabspace\">P = \\( a + b + c \\)</p><p>Substitute given values in the above formula.</p><p class=\"tabspace\">P = \\(10+20+15\\)</p><p class=\"tabspace\">P = 45 units</p><p class=\"tabspace answer\">∴ Perimeter, P = 45 units</p></div><div class=\"example\"><h3 class=\"question\"><span class=\"example_n\">2.</span> What is the Perimeter of Triangle whose length of first side is 1 units, length of second side is 0.5 units, and length of third side is 0.8 units?</h3><h4 class=\"answer\">Answer</h4><p>Given:</p><ul><li>length of first side, a = 1 units<li>length of second side, b = 0.5 units<li>length of third side, c = 0.8 units</ul><p>The formula to find the Perimeter of a Triangle is:</p><p class=\"tabspace\">P = \\( a + b + c \\)</p><p>Substitute given values in the above formula.</p><p class=\"tabspace\">P = \\(1+0.5+0.8\\)</p><p class=\"tabspace\">P = 2.3 units</p><p class=\"tabspace answer\">∴ Perimeter, P = 2.3 units</p></div>",
"schema_data": "\n <script type=\"application/ld+json\">\n {\n \"@context\": \"https://schema.org\",\n \"@type\": \"Article\",\n \"author\": {\n \"@type\": \"Person\",\n \"name\": \"Mallikarjuna M\",\n \"honorificSuffix\": \"B.Tech. (Electronics & Communication)\",\n \"url\": \"https://www.linkedin.com/in/mallikarjuna-mallisetty-7330314a/\"\n },\n \"image\": [\"https://convertonline.org/images/calculators/triangle-perimeter.png\"],\n \"dateModified\": \"2024-09-05T00:23:14.014Z\",\n \"datePublished\": \"2024-07-21T07:20:32.526Z\",\n \"description\": \"The triangle perimeter calculator calculates the perimeter of a triangle by taking its length of three sides as inputs.\",\n \"headline\": \"Triangle Perimeter Calculator\",\n \"mainEntityOfPage\": {\n \"@id\": \"https://convertonline.org\",\n \"@type\": \"WebPage\"\n },\n \"publisher\": {\n \"@type\": \"Organization\",\n \"name\": \"ConvertOnline.org\",\n \"logo\": {\n \"@type\": \"ImageObject\",\n \"url\": \"https://convertonline.org/images/icon.png\",\n \"width\": \"512px\",\n \"height\": \"512px\"\n }\n }\n }\n </script>\n "
}