Question 992485
Try this with ALL variables for values.  Maybe like s=46, but keep in the variable, s.


{{{V=(s-2x)*(s-2x)*x}}}; the base became  (s-2x)*(s-2x), and the height is simply, x.


Show your finished function either "simplified" or in condensed factored form:


{{{highlight(V=x(s-2x)^2)}}}


OR


{{{V=x(s^2-4sx+4x^2)}}}
{{{V=s^2*x-4sx^2+4x^3}}}
{{{highlight(V=4x^3-4sx^2+s^2)}}}


Make the substitution for s=46 if you really want or need it, and then simplify again.