Mark:
CREEPER
544 inches
sqrt(32^2 + 60^2) * 480 / 60
I know a lot of you thought the question unfair because Mark is a horticulturist and knows all about square roots. Therefore, to make visualization easy, it is convenient to conceptually open out the bark of the tree trunk and flatten it. The cylindrical surface will then be a rectangle. It may be noted that:
Width of the rectangle = Circumference of the cylinder = 32 inches.
Height of the rectangle = Vertical distance on the cylinder = 60 inches (in one twist).
Using Pythagoras' Theorem for a right-angled triangle, Length of the hypotenuse = (322 + 602) 1/2 = 68 inches.
Now, the number of twists the creeper makes around the tree trunk is 8 (= 480 / 60). If the length of the creeper (as given by the hypotenuse) is 68 inches in one twist, then the total length of the creeper in 8 twists is 544 inches. (If you came up with any other answer , you were barking up the wrong tree)
Now before I go to bed, this is a real tester:
Donald Knuth, one of the most famous computer scientists in the world (and who was first published as a kid in Mad Magazine) believes that it's possible to make any positive integer by starting with a single 3 and then using some combination of the operations of factorial !, square-root sqrt(), and greatest integer [].
Note that n! = 1*2*...*n (e.g. 6!=720), and that [x] is the greatest integer less than or equal to x (e.g. [3.14]=3).
As an example, we can make 26 by [sqrt((3!)!)], since 3!=6, 6!=720, sqrt(720)=26.8, and [26.8]=26.
Now show that it's possible to make 10