How this instrument works
Perimeter is the oldest idea in geometry: walk the boundary and add up what you covered. For a triangle that is P = a + b + c, and the formula does not care whether the three lengths are whole numbers, decimals, or fractions like ½ and ¾ — addition treats a half exactly the way it treats a five. What it does care about is the triangle inequality: any two sides must together outrun the third, or the three lengths cannot close into a triangle at all. A side of ¾ and a side of 1 easily clear a side of ½, so the golden case here is a perfectly ordinary, legitimately closed shape.
Fractional sides show up whenever the measuring tool is marked that way rather than in decimal steps. A carpenter's rule reads in sixteenths of an inch, a quilting pattern calls for pieces cut to the nearest eighth of a yard, and a scale drawing might specify ½ and ¾ units rather than 0.5 and 0.75. Ordinary fraction addition demands a shared denominator first — ½ plus ¾ only becomes 2/4 + 3/4 once both are rewritten over 4 — and skipping that step is where most errors creep in. Converting every side to a decimal sidesteps the denominator hunt entirely: ½ is 0.5, ¾ is 0.75, and the three numbers add exactly the way any three decimals would.
One edge worth knowing sits at the boundary of the triangle inequality itself: let one side grow until it equals the sum of the other two, and the triangle flattens into a straight line with zero enclosed area, though the perimeter formula keeps returning a perfectly ordinary number right up to and through that point. Push a side past that sum and the three lengths no longer describe any triangle, flat or otherwise — the formula will still add them, but the shape behind the answer has stopped existing.
- Enter the first side length into Side a — a plain decimal like 0.5 works the same as the fraction ½ it represents.
- Enter the second length into Side b, and the third into Side c, keeping every field in the same unit.
- Read Perimeter for the total distance around the triangle, summed to full precision with nothing rounded away mid-calculation.
- Swap any two side values and the total is unchanged — addition does not care about the order the three sides are entered in.
Worked example — binding a triangular quilt patch
A quilting pattern calls for a triangular patch with sides of ½ yard, ¾ yard, and 1 yard of bias binding needed to finish each raw edge. Entered directly: Side a = 0.5, Side b = 0.75, Side c = 1, and the sheet returns Perimeter = 0.5 + 0.75 + 1 = 2.25 yards — exactly 2¼ yards of binding to cut, with nothing left to round.
The fraction arithmetic behind that answer agrees to the last digit: rewrite ½, ¾, and 1 over a common denominator of four and the sum is 2/4 + 3/4 + 4/4 = 9/4, which is 2¼ yards — the identical figure the decimal addition produced. Either path, decimal or fraction, lands on the same 2.25 because they are the same three lengths written two different ways.
Questions
What is the formula for the perimeter of a triangle?
P = a + b + c — the three side lengths added together, with no restriction on the triangle's shape. It applies identically whether the sides are whole numbers, decimals, or fractions such as ½ and ¾, since addition treats every one of those the same way once it knows the value.
How do I add side lengths that are given as fractions?
Either find a common denominator and add the numerators, or convert each fraction to a decimal first and add those. ½ + ¾ + 1 becomes 2/4 + 3/4 + 4/4 = 9/4 by the first route, or 0.5 + 0.75 + 1 = 2.25 by the second — both equal 2¼. This sheet takes decimal entry, so converting first is the faster path here.
What is a common mistake when adding fractions with different denominators?
Adding the numerators and denominators straight across without a common denominator first — treating ½ + ¾ as (1+3)/(2+4) = 4/6. The correct route rewrites both over 4: 2/4 + 3/4 = 5/4, not 4/6. Converting every side to a decimal before adding avoids the shortcut entirely, since decimals add the ordinary way.
Does a triangle with fractional side lengths still need to satisfy the triangle inequality?
Yes — every side must be shorter than the sum of the other two, fractional or not. For ½, ¾, and 1: ½ is less than ¾ + 1 (1.75), ¾ is less than ½ + 1 (1.5), and 1 is less than ½ + ¾ (1.25), so all three checks pass and the shape closes into a genuine triangle.
How is this different from the right-triangle perimeter calculator on this site?
The right-triangle version takes only two legs and derives the hypotenuse itself through the Pythagorean theorem, c = √(a² + b²), because a right angle fixes that third side automatically. This sheet makes no such assumption: it takes all three sides directly, so it covers scalene, isosceles, and equilateral triangles too, not just right ones — useful whenever all three lengths, rather than two legs, are already known.
How does the perimeter relate to a triangle's area?
Not directly — two triangles can share a perimeter and enclose very different areas. But the perimeter does feed into area through Heron's formula, which starts from the semi-perimeter s = P ⁄ 2 and uses it alongside all three sides to compute area without ever needing an angle or a height.