
Brandon L. answered 05/12/21
Online Weekend Tutor and HW Help, Math/Programming
So the lateral surface area of a cone is pi*r*L, where L is the slant height (the distance from any point on the outer circumference of the base to the vertex at the top of the cone). This formula gives the surface area of everything but the base. The base surface area is of course pi*r2, so the total surface area of a cone is:
pi*r*L + pi*r2
We already know r, so now we need to find L. If you imagine a cross section of the cone, you get a triangle. The base is 2r, the height is h, and the length of either of the two sides is L. If we only look at half of this, we get a right triangle. The base of this triangle is r, the height is still h, and the hypotenuse is L.
From that point, we use the Pythagorean Theorem to find L.
L2 = r2 + h2
L = sqrt( r2 + h2 )
At this point, plug n play. We already know r and h, so evaluating L gives us L = 60.53577...
Plug everything back into our total surface area formula, and we get:
pi*r*L + pi*r2 = 15252.4 mm2