The Ambiguities of Probability

Today we will try to answer a simple probability question:

Imgur Imgur

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

Imgur Imgur

First, we set a point to be stationary, and randomly select the other point. Clearly, when the other point is contained in the far 120120^{\circ} 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 120360=13\dfrac{120^{\circ}}{360^{\circ}}=\boxed{\dfrac{1}{3}}


Solution 2

Imgur Imgur

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:

Imgur Imgur

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 12\boxed{\dfrac{1}{2}}


Solution 3

Imgur Imgur

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.

Imgur Imgur

Recall that the centroid of a triangle divides the medians into 2:12:1 pieces. Thus, R=2rR=2r, or rR=12\dfrac{r}{R}=\dfrac{1}{2}. Thus, the ratio of the two circles' areas is πr2πR2=(12)2=14\dfrac{\pi r^2}{\pi R^2}=\left(\dfrac{1}{2}\right)^2=\boxed{\dfrac{1}{4}}


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

#Probability #GeometricProbability #CosinesGroup #Paradox #BertrandParadox

Note by Daniel Liu
7 years, 1 month ago

No vote yet
1 vote

  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:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \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 13\dfrac{1}{3} IRRESPECTIVE of where first point lies. I tried another method gives 13\dfrac{1}{3}

Choosing a chord at random is equivalent to choosing two points at random. I take xx and yy be the polar angles of two points, then

2π3<xy<4π3\dfrac{2 \pi}{3} < |x-y| < \dfrac{4 \pi}{3}

Draw the favorable region, and sample space, and get answer as 13\dfrac{1}{3}

jatin yadav - 7 years, 1 month ago

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.

Daniel Liu - 7 years, 1 month ago

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

Finn Hulse - 7 years, 1 month ago

Log in to reply

@Finn Hulse Thought said english you bad..

David Lee - 7 years ago

Log in to reply

@David Lee Bad English but "butt" good so hear and say "yay!". :}

Finn Hulse - 7 years ago

I didn't get the problem you specified with the Solution 2. It is perfectly correct from my perspective.

Srujan Barai - 7 years, 1 month ago

Log in to reply

And butts fit well in this conversation because?

Eric Hernandez - 6 years, 10 months ago

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

Justin Wong - 7 years, 1 month ago

Log in to reply

@Justin Wong But there are an infinite number of points!

Mursalin Habib - 7 years ago

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.

Mursalin Habib - 7 years ago

I must say, creating diagrams really is a hassle!

Daniel Liu - 7 years, 1 month ago

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!)

Calvin Lin Staff - 7 years, 1 month ago

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.

Daniel Liu - 7 years, 1 month ago

That first problem was on the AMC 10 B this year.

David Lee - 7 years, 1 month ago

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.

Mosharraf Hossain - 7 years, 1 month ago

Would anyone mind explaining why the following solution is wrong?

  1. Lengths of chords in a circle range from length 00 to length 2r2r, i.e. (0,2r](0, 2r].
  2. There are an infinite number of chords of each length and hence, an equal number of chords of each length.
  3. The side length of an equilateral triangle inscribed in a circle is r3r\sqrt{3}.
  4. We want the side lengths greater than this, i.e. those that lie within the interval (r3,2r](r\sqrt{3},2r].
  5. The range of this interval is 2rr32r-r\sqrt{3} and the range of the sample space is 2r2r.
  6. Hence, the probability should be 2rr32r=2320.134\dfrac{2r-r\sqrt{3}}{2r} = \dfrac{2-\sqrt{3}}{2} \approx 0.134

It's obvious that this solution is incorrect by looking at Solution 1, which makes it intuitively obvious that the answer is 13\dfrac{1}{3}, but I don't understand where I'm going wrong, or if this method is even applicable. Help!

Raj Magesh - 7 years, 1 month ago

Log in to reply

A sudden question hit me just now: are there more chords of length 11 in a circle than there are chords of length 22? 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?

Raj Magesh - 7 years, 1 month ago

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.

Daniel Liu - 7 years, 1 month ago

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.

Srujan Barai - 7 years, 1 month ago

Log in to reply

Solution 2 won't work because he considered only parallel chords

Beakal Tiliksew - 7 years, 1 month ago

I believe solution 2 is incorrect this is because all chords are not necessarily paralle

Mardokay Mosazghi - 7 years, 1 month ago

I assumed it as 1/3 probability since it was an Equilateral one (sides have same length). I saw i was correct !

Kevin Patel - 7 years, 1 month ago

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.

Megh Parikh - 7 years, 1 month ago

This was amongst the first examples our teacher discussed in probability class.

Rushikesh Jogdand - 5 years ago
×

Problem Loading...

Note Loading...

Set Loading...