Geometry Problem : Line of Sight

Source: IBM Ponder This November 2012

Problem:

A gardener plants a tree on every integer lattice point, except the origin, inside a circle with a radius of 9801. The trees are cylindrical in shape and all grow together at the same rate.

As the trees grow, more and more points outside the circle of trees stop having a direct line of sight with the origin. What will be the trees' radius when the origin first loses its line of sight with all the points outside the circle? Please give your answer as a decimal number with an accuracy of 13 digits (13 significant digits).

The image is a sketch of a forest of radius 5 and a light beam entering the origin (center of the forest).


Comments

  1. Line of sight between the point A = (70,69) and B = (70,70) passing through (0,0)and equidistant from both A and B. Will be the last standing line of sight.

    Reply Delete
  2. No the above solution is wrong

    Line of sight between the point A = (1,0) and B = (98,1) passing through (0,0)and equidistant from both A and B. Will be the last standing line of sight.

    I did a miscalculation

    Reply Delete
  3. can you please explain how you arrived at those two points

    Reply Delete
  4. Inteersting post but i am not getting the answer for this puzzle.. Abacus may solve it but how it may implement..Please help me to know.

    Reply Delete
  5. Answer as per IBM Ponder This:

    The answer is 1/sqrt(d), where d is the smallest integer satisfying d=a^2+b^2, where a is co-prime to b, and d>=R^2.
    Clearly, d<=R^2+1 by choosing a=R and b=1; and d can be R if and only if all the prime factors of R are 1 modulo 4.
    In our case, R=9801=3^4*11^2, so the critical radius is 1/sqrt(R^2+1) which is 0.000102030404529629...

    Can anyone decipher the solution?

    Reply Delete

Post a Comment

[フレーム]

Popular posts from this blog

Buying Dimsums

Source: Alok Goyal (Stellaris VP, Ex-Helion VC) puzzle blog Problem: A fast food restaurant sells dimsums in boxes of 7 and 3. What’s the greatest number of dimsums a person cannot buy. Generalize it for p and q where p and q are relatively prime. I loved the puzzle. Hope you enjoy it too.

Polya's Urn Problem

Puzzle: There are two urns with one ball each. Each of subsequent n-2 balls is placed into one of these urns, with probability proportional to the number of balls already in that urn. What is the expected number of balls in the smaller sized urn? Source: P. Winkler's Puzzles book. (Chapter: Probability). Solution: Highlight the part between the * symbols for the answer. * This problem can be reformulated as the following problem. Suppose I have a stack of black cards and one red card. Initially I take red card in my hand. Now I add black cards randomly between any two cards (so, initially its either above or below red). Note that the probability that I add the card above the red card, when x-1 is the number of cards above red and y-1 is the number of cards below red is x/(x+y). Let the problem be if red card is dividing the black cards into two sets, what is the expected number of black cards in the smaller section. So, we see that the two problems are equivalent. No...

Fraction Brainteaser

Source: Sent to me by Gaurav Sinha Problem: Siddhant writes a Maths test and correctly answers 5 out of 6 Arithmetic questions and 20 out of 28 Geometry questions.  In total, Siddhant scores 25 out of 34.  Vaibhav writes another Maths test and correctly answers 20 out of 25 Arithmetic questions and 6 out of 9 Geometry questions. in total, Vaibhav scores 26 out of 34. Note that a) Vaibhav scores more than Siddhant b) Siddhant score better than Vaibhav in both individual topics -  5/6 > 20/25 and 20/28 > 6/9 How is it possible?