2021 WSMO Accuracy Round Problems/Problem 6
Revision as of 03:33, 10 June 2022 by Ashutoshverma (talk | contribs) (Created page with "So there is a 3 tier cake i.e. 3 cylinders of the same height but different radii stacked over each other. The LOWERMOST Tier: Given Diameter = 128 => Radius = 64 and Height =...")
So there is a 3 tier cake i.e. 3 cylinders of the same height but different radii stacked over each other. The LOWERMOST Tier: Given Diameter = 128 => Radius = 64 and Height = 10 So Surface Area Iced = 2πrh = 2*π*64*10 = 1280π
The MIDDLE Tier : Radius = 3/4*64 = 48 and Height = 10 So Surface Area Iced = 2πrh=2*π*48*10 = 960π
The TOPMOST Tier : Radius = 3/4*48 = 36 and Height = 10 So Surface Area Iced = 2πrh=2*π*36*10 = 720π
The Top Layer of TOPMOST Tier : Radius = 36 So Surface Area Iced = πr^2 = π*36*36 = 2592π
Thus Total Surface Area Iced = 1280π+960π+720π+2592π = 5552π
SO m=5552
~AshutoshVerma