A company wishes to construct a rectangular closed storage tank with a square (horizontal) base. The tank must have a fixed volume of 100 cubic metres. Find the dimensions for the minimum cost of material;
a. If metal for sides and top costs $1.25/square metre and metal for base costs
$4.75/square metre.
b. Repeat (a) if the 12 edges must be welded at a cost of $7.50/metre of weld.
So, I tried by doing this:
l=length w=width h=height v=volume
v=lxwxh Since l=2w, we have v=2wxwh ie 100=2hw^2
That also implies that h=50/w^2
I am having doubts on how to continue because it says the storage is rectangular but the base is squared. I'm not sure how that's possible.