Calculate volume, surface area, and more for any triangular prism.
Enter the lengths of the three sides of the triangular base (a, b, c) and the height of the prism (h). The calculator will determine the volume and surface areas.
Click an example to load its data into the calculator.
Calculate properties of a prism with a common 3-4-5 right-angled triangle base.
a: 3, b: 4, c: 5
h: 10
Calculate properties of a prism where the base is an equilateral triangle.
a: 6, b: 6, c: 6
h: 8
Calculate properties of a prism with an isosceles triangle base.
a: 5, b: 5, c: 8
h: 12
Calculate properties of a prism with a scalene (all sides different) triangle base.
a: 7, b: 9, c: 11
h: 15
s = (a + b + c) / 2
A_base = sqrt(s * (s - a) * (s - b) * (s - c))
V = A_base * h
Perimeter_base = a + b + c
A_lateral = Perimeter_base * h = (a + b + c) * h
A_total = A_lateral + 2 * A_base