GeometryDifficulty 4.3AIMEFind the answerUnited States
Problem:
Harvard has recently built a new house for its students consisting of n levels, where the kth level from the top can be modeled as a 1-meter-tall cylinder with radius k meters. Given that the area of all the lateral surfaces (i.e. the surfaces of the external vertical walls) of the building is 35 percent of the total surface area of the building (including the bottom), compute n.
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Solution
Solution:
The kth layer contributes a lateral surface area of 2kπ, so the total lateral surface area is 2(1+2+⋯+n)π=n(n+1)π On the other hand, the vertical surface area is 2n2π (no need to sum layers, just look at the building from above and from below). Therefore, n+1=207(3n+1) and n=13.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.