Skip to content

Volume

Cuboid

ll = 10        (length of Cuboid)
ww = 1        (width of Cuboid)
hh = 1        (height of Cuboid)
v=lwh=v = l \cdot w \cdot h = 10

Tetrahedron

ll = 10        (length of Tetrahedron)
ww = 1        (width of Tetrahedron)
hh = 1        (height of Tetrahedron)
v=lwh/6=v = l \cdot w \cdot h / 6 = 1.6666666666666667

Sphere

rr = 1        (radius of sphere)
v=43πr3=v = \frac{4}{3} \pi \cdot r^3 = 4.1887902047863905