I think I have the formula done for calculating the volume of a hexagonal tank, but want to see if anyone has a more precise way of doing the calculation. I tried doing the 6 triangle area method, but can't find a good set of examples to verify the output. I decided to use the cheat method, but it doesn't seem to be super accurate:
gallons = ((2.6 * WidthOfOneSide^2) * height) * 0.004329
Any thoughts from someone who has taken a math class within the last decade?
Thanks, Cameron.
gallons = ((2.6 * WidthOfOneSide^2) * height) * 0.004329
Any thoughts from someone who has taken a math class within the last decade?
Thanks, Cameron.