Two construction companies make bids of $X$ and $Y$ (in \$$100,000$'s) on a remodeling project. The joint pdf of $X$ and $Y$ is uniform on the space $2<x<2.5,2<y<2.3$. If $X$ and $Y$ are within 0.1 of each other, the companies will be asked to rebid; otherwise, the low bidder will be awarded the contract. What is the probability that they will be asked to rebid?
The uniform pdfs for each variable are $f_x(x) = 2$ and $f_y(y) = \frac{10}{3}$. I assume these variables are independent and thus $f(x,y)=20/3$. We are interested in when the two variables are within 0.1 of each other so $X\le 2.4$. Also we need $|X-Y| \leq 0.1$ We can write this as:
$$A = P(X \le 2.4)$$ $$P(|X-Y| \le 0.1) \mid A)$$
I am not sure how to proceed.
Outline: Draw the rectangle $R$ on which the joint density "lives." Draw the lines $y=x+0.1$ and $y=x-0.1$. We want the probability that $(X,Y)$ lands in the part of $R$ that lies between these two lines. Call this region $S$. The required probability is the area of $S$ divided by the area of $R$.