Simplistic Surface Area Problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
apt403
Messages
47
Reaction score
0
I stumbled across a problem in one of my old math books, and the answer key is either wrong, or there's something I'm missing.

Homework Statement



All units are in inches.

Find the approx. surface area (in inches squared) of this object: A cylinder with a right circular cone on top of it, both with equal base diameters.

The diameter of the cone & cylinder base: [tex]d[/tex]

The cone has a slant height modeled by: [tex]d - .6[/tex]

The cylinder's height is modeled by: [tex]d + 4[/tex]

Homework Equations



As given by the book:

Surface area of cone:

[tex]\pi r(r + l)[/tex], where [tex]r[/tex] is the radius and [tex]l[/tex] is the slant height.

Surface area of cylinder:

[tex]2\pi r^2+2\pi rh[/tex], where [tex]r[/tex] is the radius and [tex]h[/tex] is the height.

The Attempt at a Solution



Cone surface area:

[tex]\pi (\frac {1}{2}d)((\frac {1}{2}d)+(d-.6))[/tex]

Cylinder Surface Area:

[tex]2\pi ((\frac {1}{2}d))^2 + 2\pi (\frac {1}{2}d)(d + 4)[/tex]

Combined formula:

[tex]\frac {299\pi}{4}[/tex]

For the first problem, when [tex]d = 5[/tex], my possible answers (in inches squared) are 278, 196, 44, and 38. But I keep getting 234.834! I know it asks for an approximate number, but 234 is way off from any of the answers.

Any insight to what I'm doing wrong?

Thanks.
 
Last edited:
Physics news on Phys.org
HallsofIvy said:
your formula for surface area of a cylinder includes the area of both ends. Since, here, you have the cone sitting on one end of the cylinder, you probably should not include that area.

Yeah, that was my problem. Thanks a bunch.