I'm trying to use Pythagoras. Assuming $ a=b, v = 2a + c $ I tried calculating height (Vc) on c. Vc by expressing it with a & c. And then using one of the variables a or c in a function to calculate the plane area of the triangle and then looking up the extremes.
But I'm completely confused here. How can I approach solving this?