StepWorking
01Given
Two numbers x,y∈[0,60] are chosen independently at random. Event A is ∣x−y∣≤a. The probability is given as P(A)=3611.
02Goal
Find the value of a such that P(A)=3611.
03Approach
Represent the sample space as a square of side 60 in the xy-plane with area 602=3600. The condition ∣x−y∣≤a corresponds to the region between the lines y=x−a and y=x+a. The unshaded/complementary region consists of two right-angled isosceles triangles at the top-left and bottom-right corners, each with legs of length (60−a). Thus, P(A)=1−602(60−a)2. Set this equal to 3611 and solve for a.
04Execute
Set up the equation:
1−3600(60−a)2=3611
3600(60−a)2=1−3611=3625
(60−a)2=3600×3625=2500
Since a∈[0,60], 60−a>0, taking the square root gives:
60−a=50⟹a=10
✓Verify
For a=10, corner triangles have leg 60−10=50. Total corner area is 502=2500. Shaded area is 3600−2500=1100. Probability is 36001100=3611, which matches the given value exactly.