Difference between revisions of "2008 AMC 12B Problems/Problem 21"

(formatting fixes)
Line 1: Line 1:
==Problem 21==
+
==Problem==
 
Two circles of radius 1 are to be constructed as follows. The center of circle <math>A</math> is chosen uniformly and at random from the line segment joining <math>(0,0)</math> and <math>(2,0)</math>. The center of circle <math>B</math> is chosen uniformly and at random, and independently of the first choice, from the line segment joining <math>(0,1)</math> to <math>(2,1)</math>. What is the probability that circles <math>A</math> and <math>B</math> intersect?
 
Two circles of radius 1 are to be constructed as follows. The center of circle <math>A</math> is chosen uniformly and at random from the line segment joining <math>(0,0)</math> and <math>(2,0)</math>. The center of circle <math>B</math> is chosen uniformly and at random, and independently of the first choice, from the line segment joining <math>(0,1)</math> to <math>(2,1)</math>. What is the probability that circles <math>A</math> and <math>B</math> intersect?
  
 
<math>\textbf{(A)} \; \frac {2 + \sqrt {2}}{4} \qquad \textbf{(B)} \; \frac {3\sqrt {3} + 2}{8} \qquad \textbf{(C)} \; \frac {2 \sqrt {2} - 1}{2} \qquad \textbf{(D)} \; \frac {2 + \sqrt {3}}{4} \qquad \textbf{(E)} \; \frac {4 \sqrt {3} - 3}{4}</math>
 
<math>\textbf{(A)} \; \frac {2 + \sqrt {2}}{4} \qquad \textbf{(B)} \; \frac {3\sqrt {3} + 2}{8} \qquad \textbf{(C)} \; \frac {2 \sqrt {2} - 1}{2} \qquad \textbf{(D)} \; \frac {2 + \sqrt {3}}{4} \qquad \textbf{(E)} \; \frac {4 \sqrt {3} - 3}{4}</math>
  
==Solution==
+
==Solution 1==
 
Two circles intersect if the distance between their centers is less than the sum of their radii. In this problem, <math>A</math> and <math>B</math> intersect iff  
 
Two circles intersect if the distance between their centers is less than the sum of their radii. In this problem, <math>A</math> and <math>B</math> intersect iff  
 
<math>\sqrt{(A_X-B_X)^2+(A_Y-B_Y)^2}\leq2 \Rightarrow (A_X-B_X)^2-1\leq4 \Rightarrow (A_X-B_X)\leq \sqrt{3}</math>
 
<math>\sqrt{(A_X-B_X)^2+(A_Y-B_Y)^2}\leq2 \Rightarrow (A_X-B_X)^2-1\leq4 \Rightarrow (A_X-B_X)\leq \sqrt{3}</math>
Line 19: Line 19:
  
  
The total probability is therefore <math>\sqrt{3}-1+.25 = \frac{4\sqrt{3}-3}{4}</math>, which is answer choice E.
+
The total probability is therefore <math>\sqrt{3}-1+.25 = \frac{4\sqrt{3}-3}{4} \Rightarrow \boxed{E}</math>
  
==Synthetic Solution==
+
==Solution 2==
 
Circles centered at <math>A</math> and <math>B</math> will overlap if <math>A</math> and <math>B</math> are closer to each other than if the circles were tangent. The circles are tangent when the distance between their centers is equal to the sum of their radii. Thus, the distance from <math>A</math> to <math>B</math> will be <math>2</math>. Since <math>A</math> and <math>B</math> are separated by <math>1</math> vertically, they must be separated by <math>\sqrt{3}</math> horizontally. Thus, if <math>|A_x-B_x|<\sqrt{3}</math>, the circles intersect.
 
Circles centered at <math>A</math> and <math>B</math> will overlap if <math>A</math> and <math>B</math> are closer to each other than if the circles were tangent. The circles are tangent when the distance between their centers is equal to the sum of their radii. Thus, the distance from <math>A</math> to <math>B</math> will be <math>2</math>. Since <math>A</math> and <math>B</math> are separated by <math>1</math> vertically, they must be separated by <math>\sqrt{3}</math> horizontally. Thus, if <math>|A_x-B_x|<\sqrt{3}</math>, the circles intersect.
  

Revision as of 13:45, 30 May 2011

Problem

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

$\textbf{(A)} \; \frac {2 + \sqrt {2}}{4} \qquad \textbf{(B)} \; \frac {3\sqrt {3} + 2}{8} \qquad \textbf{(C)} \; \frac {2 \sqrt {2} - 1}{2} \qquad \textbf{(D)} \; \frac {2 + \sqrt {3}}{4} \qquad \textbf{(E)} \; \frac {4 \sqrt {3} - 3}{4}$

Solution 1

Two circles intersect if the distance between their centers is less than the sum of their radii. In this problem, $A$ and $B$ intersect iff $\sqrt{(A_X-B_X)^2+(A_Y-B_Y)^2}\leq2 \Rightarrow (A_X-B_X)^2-1\leq4 \Rightarrow (A_X-B_X)\leq \sqrt{3}$

In other words, the two chosen X-coordinates must differ by no more than $\sqrt{3}$. To find this probability, we divide the problem into cases:

1) $A_X$ is on the interval $(0,2-\sqrt{3})$. The probability that $B_X$ falls within the desired range for a given $A_X$ is $A_X$ (on the left) $+\sqrt{3}$ (on the right) all over 2 (the range of possible values). The total probability for this range is the sum of all these probabilities of $B_X$ (over the range of $A_X$) divided by the total range of $A_X (2)$. Thus, the total possibility for this interval is $\frac{1}{2}(\int_{0}^{2-\sqrt{3}} \frac{x+\sqrt{3}}{2}\,dx\}) =\frac{1}{2}(x^2/4+\frac{x\sqrt{3}}{2} \Big |_{x=0}^{x=2-\sqrt{3}}) = \frac{1}{2}(\frac{4-4\sqrt{3}+3}{4} + \sqrt{3}-\frac{3}{2}) = .125$.


2) $A_X$ is on the interval $(2-\sqrt{3},\sqrt{3})$. In this case, any value of $B_X$ will do, so the probability for the interval is simply $\frac{\sqrt{3}-(2-\sqrt{3})}{2} = \sqrt{3}-1$.


3) $A_X$ is on the interval $(\sqrt{3},2)$. This is identical, by symmetry, to case 1.


The total probability is therefore $\sqrt{3}-1+.25 = \frac{4\sqrt{3}-3}{4} \Rightarrow \boxed{E}$

Solution 2

Circles centered at $A$ and $B$ will overlap if $A$ and $B$ are closer to each other than if the circles were tangent. The circles are tangent when the distance between their centers is equal to the sum of their radii. Thus, the distance from $A$ to $B$ will be $2$. Since $A$ and $B$ are separated by $1$ vertically, they must be separated by $\sqrt{3}$ horizontally. Thus, if $|A_x-B_x|<\sqrt{3}$, the circles intersect.

Now, plot the two random variables $A_x$ and $B_x$ on the coordinate plane. Each variable ranges from $0$ to $2$. The circles intersect if the variables are within $\sqrt{3}$ of each other. Thus, the area in which the circles don't intersect is equal to the total area of two small triangles on opposite corners, each of area $\frac{(2-\sqrt{3})^2}{2}$. We conclude the probability the circles intersect is:\[1-\frac{(2-\sqrt{3})^2}{4}=\frac{4\sqrt{3}-3}{4},\qquad\boxed{E}\]

See Also

2008 AMC 12B (ProblemsAnswer KeyResources)
Preceded by
Problem 20
Followed by
Problem 22
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AMC 12 Problems and Solutions