I am attempting to resolve an apparent mathematical discrepancy I encountered while helping one of my kids with her homework.
The problem is as follows:
Given a cone with a base radius r of 5 cm and a slant height (L) of 12 cm, where the surface area in square cm equals the volume in cubic cm, solve for the height (h) of the cone. The formulas are helpfully provided:
Surface area = pi x r^2 + pi x rL
Volume = 1/3 x h x pi x r^2
So we know we can set these two formulas as an equation:
pi x r^2 + pi x rL = 1/3 x h x pi x r^2
Substituting the known values:
pi(5)^2 + pi(5)(12) = 1/3 x h x pi(5)^2
Which then gives:
25pi + 60pi = 1/3 x h x 25pi
Simplifying by combining terms and dividing both sides by pi gives:
85 = 1/3 x 25 x h
255 = 25 x h
10.2 = h
However, it occurred to me that one could calculate the height (h) given the base radius ® and slant height (L) using the Pythagorean theorem, since in a right circular cone r^2 + h^2 should equal L^2, correct?
However, if we do this, we get 25 + h^2 = 144
h^2 = 119
Which gives h = 10.9087…
So I feel like I must have either made a mistake or a wrong assumption somewhere, but I can’t figure it out. Can anyone help me on this?