Question 964824
Cylinder, {{{v=pi*L*(d/2)^2}}}
L for length, d for diameter.


Box, {{{v=w*h*s}}}
w for width
s for a dimension other than width, maybe called breadth
h the length for the last dimension, this being assumed unknown.


v, volume of both the cylinder and the box
L=16
d=2
w=1
s=3
h, unknown


The volume v, is computable because the cylinder values are all given.
{{{v=hsw}}}
{{{h=v/(sw)}}}
{{{highlight(h=(pi*L*(d/2)^2)/(sw))}}}