Skip to content

Volume

Cuboid

l = 10        (length of Cuboid)
w = 1        (width of Cuboid)
h = 1        (height of Cuboid)
v=lwh= 10

Tetrahedron

l = 10        (length of Tetrahedron)
w = 1        (width of Tetrahedron)
h = 1        (height of Tetrahedron)
v=lwh/6= 1.6666666666666667

Sphere

r = 1        (radius of sphere)
v=43πr3= 4.1887902047863905