Rectangle Perimeter Calculator
How to use this Rectangle Perimeter Calculator 🤔
- Enter ✎ value for length (l).
- Enter ✎ value for width (w).
- As soon as you enter the required input value(s), the Rectangle 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, and width are given.
1. What is the Perimeter of Rectangle whose length is 3 units, and width is 2 units?
Answer
Given:
- length, l = 3 units
- width, w = 2 units
The formula to find the Perimeter of a Rectangle is:
P = \( 2( l + w )\)
Substitute given values in the above formula.
P = \( 2(3+2)\)
P = 10 units
∴ Perimeter, P = 10 units
2. What is the Perimeter of Rectangle whose length is 80 units, and width is 10 units?
Answer
Given:
- length, l = 80 units
- width, w = 10 units
The formula to find the Perimeter of a Rectangle is:
P = \( 2( l + w )\)
Substitute given values in the above formula.
P = \( 2(80+10)\)
P = 180 units
∴ Perimeter, P = 180 units
{
"topic": "rectangle-perimeter",
"img": {
"width": 420,
"height": 255
},
"input_types": [
"float",
"float"
],
"input_labels": [
"l",
"w"
],
"input_values": [
"8",
"5"
],
"input_units": [
"units",
"units"
],
"input_descriptions": [
"length",
"width"
],
"examples": [
{
"l": 3,
"w": 2
},
{
"l": 80,
"w": 10
}
],
"type": "Calculate",
"title": "Rectangle Perimeter",
"category": "Geometry",
"shape": "Rectangle",
"formula_mathjax": "\\( 2( l + w )\\)",
"formula": "2*( l + w )",
"op_label": "Perimeter",
"output_unit": "units",
"description": "The rectangle perimeter calculator calculates the perimeter of the a rectangle by taking its length and breadth as inputs.",
"explanation": "The perimeter of a rectangle is the total length of its four sides.",
"examples_data": "<h2>Examples</h2><p>The following examples cover how to calcualte the Perimeter when length, and width are given.</p><div class=\"example\"><h3 class=\"question\"><span class=\"example_n\">1.</span> What is the Perimeter of Rectangle whose length is 3 units, and width is 2 units?</h3><h4 class=\"answer\">Answer</h4><p>Given:</p><ul><li>length, l = 3 units<li>width, w = 2 units</ul><p>The formula to find the Perimeter of a Rectangle is:</p><p class=\"tabspace\">P = \\( 2( l + w )\\)</p><p>Substitute given values in the above formula.</p><p class=\"tabspace\">P = \\( 2(3+2)\\)</p><p class=\"tabspace\">P = 10 units</p><p class=\"tabspace answer\">∴ Perimeter, P = 10 units</p></div><div class=\"example\"><h3 class=\"question\"><span class=\"example_n\">2.</span> What is the Perimeter of Rectangle whose length is 80 units, and width is 10 units?</h3><h4 class=\"answer\">Answer</h4><p>Given:</p><ul><li>length, l = 80 units<li>width, w = 10 units</ul><p>The formula to find the Perimeter of a Rectangle is:</p><p class=\"tabspace\">P = \\( 2( l + w )\\)</p><p>Substitute given values in the above formula.</p><p class=\"tabspace\">P = \\( 2(80+10)\\)</p><p class=\"tabspace\">P = 180 units</p><p class=\"tabspace answer\">∴ Perimeter, P = 180 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/rectangle-perimeter.png\"],\n \"dateModified\": \"2024-09-05T00:23:14.014Z\",\n \"datePublished\": \"2024-07-21T07:20:32.526Z\",\n \"description\": \"The rectangle perimeter calculator calculates the perimeter of the a rectangle by taking its length and breadth as inputs.\",\n \"headline\": \"Rectangle 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 "
}