Today we will try to answer a simple probability question:
A chord is selected at random inside a circle. What is the probability that the length of this chord is longer than the side length of an inscribed equilateral triangle in the circle?
We will attack this problem in three different ways.
Solution 1
First, we set a point to be stationary, and randomly select the other point. Clearly, when the other point is contained in the far arc, the length of it is longer than the length of the side length of the triangle (shown in the picture as green), and elsewhere, it is shorter (shown as red). Thus, the probability is
Solution 2
We randomly choose a point, then draw a horizontal line through it to form a chord in the circle. The probability that the chord is longer than the side length of the triangle is a little harder to figure out, but still easily done with some elementary geometry:
The side length of the equilateral triangle divides the radius of the circle into halves, as shown in the above diagram. Thus, the probability of the random chord being longer than the length of the side of the equilateral triangle is
Solution 3
We pick a random point inside the circle, and draw a chord through it such that the point is the midpoint of the chord. Note that whenever the point picked is inside the circle in the middle, then the chord has a side length larger than the side of the triangle; otherwise, smaller.
Recall that the centroid of a triangle divides the medians into pieces. Thus, , or . Thus, the ratio of the two circles' areas is
How can three different methods yield three different answers? Which one is the correct, and which ones are bogus? Post your thoughts in the comments below. Thanks for reading!
Daniel
For further information (spoilers!), see Bertrand's Paradox
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Problem with Solution 2 : All chords are not necessary parallel. They might be non-parallel.
Problem with Solution 3 : Through one midpoint, infinite chords can pass, and the number of chords that pass through are relatively different for different midpoints. Hence,this solution is incorrect.
First one is correct. If I fix one point , the probability that the second point is such that it satisfies the condition is 31 IRRESPECTIVE of where first point lies. I tried another method gives 31
Choosing a chord at random is equivalent to choosing two points at random. I take x and y be the polar angles of two points, then
32π<∣x−y∣<34π
Draw the favorable region, and sample space, and get answer as 31
Log in to reply
Your rebuttal for problem 3 is wrong. There is only one possible chord that can pass through a chosen point such that the point is the midpoint of the chord.
Log in to reply
Excellent use of the word "rebuttal". The only word I know of that has a "butt" in it but is still used commonly in courtrooms. Watching courtroom movies is hilarious for me whenever I hear that word. :D
Log in to reply
Log in to reply
I didn't get the problem you specified with the Solution 2. It is perfectly correct from my perspective.
Log in to reply
And butts fit well in this conversation because?
Solution 3 stated to let the chosen point be the midpoint of a chord, of which there is only 1 for that particular point. Daniel's given restriction makes it so that there aren't an infinite number of chords
Log in to reply
None of these are wrong in that sense. And none of them is more right than the other. It boils down to what you mean by 'random'. The reason why there are 3 different answers is because the distributions are different in each case.
I must say, creating diagrams really is a hassle!
Log in to reply
Since "a picture says a thousand words", I'd think that the amount of hassle is the same.
Diagrams do help your explanation a lot. I agree that creating such diagrams can be time consuming, esp if you do not have good software (I hope you're not using paint!)
Log in to reply
Nope, I'm using Asymptote Vector Graphic Language. It's really useful for creating math diagrams, although what you write is much like programming languages like JavaScript. So if you ever plan on using Asymptote, you need to first have a basic understanding of programming!
I use the AoPS Wiki to render my ASY code.
That first problem was on the AMC 10 B this year.
I think the answer would be (2-sqrt{3})/2. The length of a side of equilateral triangle is \sqrt{3}R. R is rhe radius of the circle. So 2R is the maximum length of a chord. Now we can say, we can draw infinite chords of length x where x is 2R max, and 0 min. And range of infinite number of chords with more length than \sqrt{3} is 2R<=x<\sqrt{3}R. Thus probablity is (2-\sqrt{3})/2.
Would anyone mind explaining why the following solution is wrong?
It's obvious that this solution is incorrect by looking at Solution 1, which makes it intuitively obvious that the answer is 31, but I don't understand where I'm going wrong, or if this method is even applicable. Help!
Log in to reply
A sudden question hit me just now: are there more chords of length 1 in a circle than there are chords of length 2? Now that I think about it, it seems so. If I'm given an arc and I have to draw chords 1 unit apart from each other along the circumference, I'd get more chords if my chords were smaller. Could someone confirm this?
Log in to reply
Infinities is a tricky concept to deal with... I believe that there are actually the same number, although don't quote me on that.
Solution 3 is wrong because you cannot say anything about the number of lines passing through when the point is at the center.
There is the difference in answer in Solution 1 and Solution 2 because of the difference in consideration of different types of lines. COMPLEX? Let me make it simpler.
In solution 1 we consider multiple lines different from each other on the basis of angle. For instance If we take a unit angle as 1° . (You can argue that we are considering ALL possible lines then the unit angle should be the smallest possible number but to get the answer we have to zoom in considering some particular angle. ) Now on drawing multiple lines 1° apart, after some instance the distance between two lines will increase, then what about the line that would fit in between? They are missed.
In solution 2 the number of lines are at equal distance from the initial stage to the final stage, therefore there is no chance in missing any of the lines.
Hence Solution 2, according to my perspectives, should be considered.
Log in to reply
Solution 2 won't work because he considered only parallel chords
I believe solution 2 is incorrect this is because all chords are not necessarily paralle
I assumed it as 1/3 probability since it was an Equilateral one (sides have same length). I saw i was correct !
So what is the correct answer? Also can you tag all your coordinate geometry problems and notes with special tag which I can add to my profile? I didnt understand what wikipedia tried to explain.
This was amongst the first examples our teacher discussed in probability class.