Question 832280
As cylinder, h for height, r for radius, volume is {{{v=h*pi*r^2}}}; and as a cube, side length unknown x, {{{v=x^3}}}.


Known: h, r, {{{pi}}}
Unknown: x
Calculable: v


You are h=14, r=8, and pi is a contant, known.


{{{x^3=h*pi*r^2}}}
{{{highlight(x=root(3,h*pi*r^2))}}};
Plug in the values and compute x.