Triangle Perimeter Calculator

    Calculate triangle perimeter from three sides, one equilateral side, equal side and base, or two right-triangle legs with triangle inequality checks.

    Scalene triangle
    Input: first side, second side, third side. Output: perimeter from all three side lengths.
    Each side must be shorter than the other two sides added together.

    Triangle perimeter from known sides

    The dominant English intent is direct: add the side lengths and validate whether the triangle can exist. The calculator also covers common classroom variants such as equilateral, isosceles, and right triangles.

    ModeInputsValidation
    Three sidesSide a, side b, side cTriangle inequality
    EquilateralOne sidePositive length
    IsoscelesEqual side and baseEqual sides must be longer than the base when added
    Right triangleTwo legsPositive lengths; hypotenuse is computed

    Triangle formulas

    P is perimeter; a, b, and c are side lengths.

    P is equilateral triangle perimeter; a is side length.

    P is isosceles triangle perimeter; a is equal side; b is base.

    c is hypotenuse; a and b are right-triangle legs.

    Frequently Asked Questions

    Sources and References

    Calculations are based on the listed reference sources. Links open in a new tab.

    Updated:

    Related Tools