Problem 748. Wrapping the Tower of Pisa
The famous artist Christo Vladimirov Javacheff, who likes pizza, wants to wrap the well-known Italian tower in paper. It is a circular tower with radius s [m] and height a [m] and he decided to neglect the fact that it was leaning. How many square meters of paper should he bring as a minimum? Don't forget the top, although it is not so nice!
Note: inspired on problem 167
Solution Stats
Problem Comments
-
5 Comments
y-correct is incorrect.
Surface area is 2*pi*r*h+pi*r^2.
The solution claims pi*r*h+pi*r^2.
Please correct. 6/05/12
agree
Whew...I thought I was being stupid and getting the formula wrong.
I went ahead and fixed the test. Thanks for the comments.
This Problem may as well be deleted. There is only one case in the Test Suite, and the required formula is given both in the Comments and within the Test Suite itself. There is no challenge when Players can simply copy-and-paste to 'solve' the Problem.
Solution Comments
Show commentsProblem Recent Solvers287
Suggested Problems
-
Return the largest number that is adjacent to a zero
5342 Solvers
-
860 Solvers
-
Generate N equally spaced intervals between -L and L
865 Solvers
-
590 Solvers
-
Create a two dimensional zero matrix
489 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!