Problem 47
Question
TIME MANAGEMENT A shuttle tram arrives at a tram stop at a randomly selected time \(X\) within a 1-hour period, and a tourist independently arrives at the same stop also at a randomly selected time \(Y\) within the same hour. The tourist has the patience to wait for the tram for up to 20 minutes before calling a taxi. The joint probability density function for \(X\) and \(Y\) is $$ f(x, y)= \begin{cases}1 & \text { if } 0 \leq x \leq 1,0 \leq y \leq 1 \\ 0 & \text { otherwise }\end{cases} $$ a. What is the probability that the tram takes longer than 20 minutes to arrive? b. What is the probability that the tourist arrives after the tram? c. What is the probability that the tourist connects with the tram? [Hint: The event of this occurring has the form $$ Y+a \leq X \leq Y+b $$ for suitable numbers \(a\) and \(b\).]
Step-by-Step Solution
VerifiedKey Concepts
Uniform Distribution
In mathematical terms, the probability density function (PDF) for a uniform distribution from 0 to 1 can be expressed as:
\[ f(x) = 1, \text{ for } 0 \leq x \leq 1 \]
This simple equation indicates that the density is constant (1) across the interval [0, 1] and zero elsewhere.
Probability Density Function
The integral of the PDF over an interval gives the probability that the variable falls within that interval. Formally, for a uniform distribution from 0 to 1 and any interval [a, b] within this range, the probability is:
\[ P(a \leq X \leq b) = \int_a^b f(x) \, dx = b - a \]
Let's say we want the probability that the tram arrives after 20 minutes (which is 1/3 of an hour). We integrate the PDF from 1/3 to 1:
\[ P(X > \frac{1}{3}) = \int_{1/3}^1 f(x) \, dx = 1 - \frac{1}{3} = \frac{2}{3} \]
Integration
For example, to find the probability that the tourist connects with the tram (i.e., the tram arrives within 20 minutes of the tourist's arrival), we need to integrate considering the condition \[ |X - Y| \leq \frac{1}{3} \]. This involves calculating the area of overlap within the unit square:
\[ P( |X - Y| \leq \frac{1}{3}) \]
By drawing the problem, it forms a parallelogram within the unit square. Calculating the area of this parallelogram involves more complex integration that results in the final probability:
\[ P(|X - Y| \leq \frac{1}{3}) = \frac{5}{9} \]