I have sheet metal in form of an equilateral triangle and I want to fold it to make a container for the screws. How should I cut and fold to make the a box with largest volume?
Basically I cut the corners and then fold them. There is no "roof". Thank you!
This is related to CAD design in Solidworks!
$$a=0.15m$$

Let the side remaining after cutting off the vertices be A. The volume is given by:
$$V = \dfrac12 A^2 \sin(60) \times h = \dfrac{\sqrt3}{4} A^2h$$
The relation between $A$, $a$ and $h$ is:
$A = a - \dfrac{2h}{\tan(30)}$
(You get a small kite at the edge with two right angles, one angle of 60 degrees and one angle at 120 degrees)
You can substitute them now:
$$V = \dfrac{\sqrt3}{4} \left(a - \dfrac{2h}{\tan(30)}\right)^2h$$
$$V = \dfrac{\sqrt3}{4} (0.15 - 2\sqrt3h)^2h$$
$$V = 3 \sqrt3 h^3-0.45 h^2+0.00974279 h$$
Differentiate w.r.t. $h$ to get:
$$\dfrac{dV(h)}{dh} = 9 \sqrt3 h^2-0.9 h+0.00974279$$
Equate to zero and solve for $h$ to get $h\approx0.0433013$ and $h\approx0.0144338$.
The first one gives the minimum volume, so you don't want that. Take the second.