Continuous Probability Question

Hi! Sharing a fun problem from SMO Senior 2013 on Continuous Probability :):

22 people go to the same swimming pool between 2.002.00pm and 5.005.00pm at random times and each swim for one hour. What is the chance that they will meet?

#MathProblem #Math

Note by Happy Melodies
7 years, 6 months ago

No vote yet
2 votes

  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

Let 2pm2 \text{pm} be the time t=0\text{t} = 0,

Let one come at t1=xhrs.t_{1} = x \text{hrs.} , and other at t2=yhrs. t_{2} = y \text{hrs.}

Then xy1|x-y| \leq 1, x,y3\text{x,y} \leq 3

Let us make cases:

Case-1 x1x \leq 1, probability that t1=x t_{1} = x is dx3\frac{dx}{3}

Here, y(0,(x+1))y \in (0 ,(x+1)) probability for which is x+13\frac{x+1}{3}

Hence probability that x1x \leq 1 and y(0,(x+1))y \in (0 ,(x+1)) is P1=01x+19dx=16P_{1} = \displaystyle \int_{0}^{1} \frac{x+1}{9} \text{dx} = \frac{1}{6}

Case - 2 1x21 \leq x \leq 2 , probability that t1=xt_{1} = x is dx3\frac{dx}{3}

Here , y((x1),(x+1))y \in ((x-1),(x+1)) , probability for which is 23\frac{2}{3}

Hence probability that 1x21 \leq x \leq 2 and y((x1),(x+1))y \in ((x-1) ,(x+1)) is P2=1229dx=29P_{2} = \displaystyle \int_{1}^{2} \frac{2}{9} \text{dx} = \frac{2}{9}

Case- 3: Symmetrical to Case-1, P3=16P_{3} = \frac{1}{6}

Required probability = P1+P2+P3=59P_{1} + P_{2} + P_{3} = \frac{5}{9}

jatin yadav - 7 years, 6 months ago

Log in to reply

Hi Jatin!

Can you please explain the following statement?

Case-1 x1x \leq 1, probability that t1=x t_{1} = x is dx3\frac{dx}{3}

Here, y(0,(x+1))y \in (0 ,(x+1)) probability for which is x+13\frac{x+1}{3}

How the probability is dx/3? I mean why do you need to introduce dx? Also, how do you find the range for y? I understand that this is a silly question but I have never seen anything like this before. Where can I find similar examples (or books which deal with this)?

Thanks! :)

Pranav Arora - 7 years, 6 months ago

Log in to reply

Hi, Pranav,

Here, i am considering, One enters at time t1(x(x+dx))t_{1} \in (x - (x+dx)), then difference in probability for t1=xt_{1}= x and t1=x+dxt_{1} = x + dx would be negligible.

Also, range for y is found by xy1|x-y| \leq 1, which i had stated in solution. I don't know a book as such, but i have seen similar questions on brilliant such as:

Staying in the triangle

jatin yadav - 7 years, 6 months ago

Problems like this often have a solution that interprets the probability as "area", mostly using coordinates. I will explain this.

Now, say we have the normal Cartesian plane, axes represent time, which units are 1 hour, with the origin representing noon for both x- and y-values(Draw it out!). If a point on the graph has coordinates (a,b), the x-value represents the time the first person went, the y-value for the second person. Let us look at the compliment of the two people meeting, that is, |a-b|>1. Suppose a>b, we have a-b>1, that is b<a-1. Now look at y<x-1, x<5, y>2, x>2, y<5, which are the conditions of the problem. The former 3 bounds a triangle that has an area of 2. We do the similar for b>a, that is b-a>1, which is b>a+1. Now look at y>x+1, x>2, y<5, x<5, y>2, which are the conditions of the problem. Again the former 3 bounds a triangle of area 2.

Now, probability of two people meeting is Preferred outcomesTotal outcomes=1Unpreferred outcomesTotal outcomes=Area of unpreferred outcomesArea of total outcomes\frac{\text{Preferred outcomes}}{\text{Total outcomes}}=1-\frac{\text{Unpreferred outcomes}}{\text{Total outcomes}}=\frac{\text{Area of unpreferred outcomes}}{\text{Area of total outcomes}}. Total outcomes on the plane is the rectangle bounded by 2<x<5 and 2<y<5, which has area 9. Unpreferred outcomes is that they go to the swimming pool at durations more than 1 hour, which if the first person goes first, the area of that triangle is 2, and if the second person goes first, the area of that is 2, summing up to 4. Substituting the values, we get the probability 59\frac{5}{9}.

Yong See Foo - 7 years, 6 months ago
×

Problem Loading...

Note Loading...

Set Loading...