Calculate cuboid length using cuboid height, width, and volume or area or diagonal.
l = length
w = width
h = height
V = volume
A = area
Calculate cuboid length using height, width, and volume:
V |
h x w |
Calculate cuboid length using height, width, and area:
| ||
h + w |
Calculate cuboid length using height, width, and diagonal:
l = √d2 - h2 - w2
Calculate cuboid width using cuboid height, length, and volume or area or diagonal.
Calculate cuboid width using height, length, and volume:
V |
h x l |
Calculate cuboid width using height, length, and area:
| ||
h + l |
Calculate cuboid width using height, length, and diagonal:
w = √d2 - h2 - l2
Calculate cuboid height using cuboid width, length, and volume or area or diagonal.
Calculate cuboid height using width, length, and volume:
V |
l x w |
Calculate cuboid height using width, length, and area:
| ||
l + w |
Calculate cuboid height using width, length, and diagonal:
h = √d2 - l2 - w2
Calculate cuboid Volume, Area, and Diagonal using cuboid height, width, and length.
Calculate cuboid volume using length, width, and height:
V = w x h x l
Calculate cuboid area using length, width, and height:
A = 2 x (w x l + h x l + h x w)
Calculate cuboid diagonal using length, width, and height:
d = √l2 + w2 + h2