Skip to main content

2008 AMC 12B Problem 21

Problem 21 of 25HarderGeometryCounting & Probability

Two circles of radius 11 are to be constructed as follows. The center of circle AA is chosen uniformly and at random from the line segment joining (0,0)(0, 0) to (2,0).(2, 0). The center of circle BB is chosen uniformly and at random, and independently of the first choice, from the line segment joining (0,1)(0, 1) to (2,1).(2, 1). What is the probability that circles AA and BB intersect?

Answer choices

Show solution

Solution

Let the centers be (a,0)(a, 0) and (b,1)(b, 1) with a,b[0,2].a, b \in [0, 2]. The circles (radius 11 each) intersect iff the distance between centers is at most 2:2: (ab)2+12    ab3. \begin{aligned} &\sqrt{(a - b)^2 + 1} \le 2 \\ &\iff |a - b| \le \sqrt{3}. \end{aligned} The pairs (a,b)(a, b) fill the square [0,2]2[0, 2]^2 of area 4.4. The failing region ab>3|a - b| \gt \sqrt3 is two right triangles, each with legs 23,2 - \sqrt3, of total area (23)2=743.(2 - \sqrt3)^2 = 7 - 4\sqrt3. So the favorable area is 4(743)=433,4 - (7 - 4\sqrt3) = 4\sqrt3 - 3, and the probability is 4334. \frac{4\sqrt3 - 3}{4}. Thus, the correct answer is E.

More practice

Concepts: geometric probability · distance formula

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.