Suppose a floor made of parallel strips of wood, each with a width of 2 cm , and we drop many needles (length 1 cm) on the wood, randomly. Let n be the number of needles will lie across a line between two strips. What is the ratio of the total needles dropped to n? (total needles dropped /n)
Note: Consider for simplicity there are 3 such woods on the floor (the number of woods doesn't affect the outcome). And needles are to be dropped on them. Length of the wood doesn't affect the outcome.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let's say that the centre point of the needle falls between two of the lines, and the angle between the needle and the lines is θ . Given a certain value of θ , where does the needle need to fall in order to cross one of the lines?
We can see that the needle will cross a line if its centre is within 2 1 sin θ cm of one of the lines. Then, the probability that a needle at this angle will lie across a line is 2 cm 2 ( 2 1 sin θ cm ) = 2 1 sin θ Then, integrating over possible values of θ , the probability that any needle will cross a line is π 2 ∫ 0 2 π 2 1 sin θ d θ = π 1 [ − cos ( 2 π ) + cos ( 0 ) ] = π 1 This gives the ratio of needles lying across lines to total needles. We want the ratio the other way round, so the answer is 1 / π 1 = π .