I would like to react to one of the answers on this thread (I don't have enough rep to make a comment):
Use cylinder's formula for frustum (conical frustum)
Where is answered:
Essentially, what you'd need is the average of the areas of the horizontal slices into which the frustrum is cut by planes paralell to its base, not their diameters.
I would like to ask if it is really working, I tried it with a conical frustum of r1 = 4, r2 = 2, h = 10 and a get result of V =100$\pi$ , the result give by formula $\frac1 3\pi h(r^2+R^2+rR)$ is $293.215$
Did I something wrong in the calculation or is the idea of "transforming" a cone frustum into cylinder with base area equal to an average area of two frustum's slices wrong ?
Thank you for your answers.