Difference between revisions of "2023 AIME II Problems/Problem 6"
(Created page with "==Problem == Consider the L-shaped region formed by three unit squares joined at their sides, as shown below. Two points <math>A</math> and <math>B</math> are chosen independ...") |
|||
Line 28: | Line 28: | ||
We want the probability that the point is inside the L-shape however, which is <math>1-\frac{1}{18}=\frac{17}{18}</math>, yielding the answer of <math>17+18=\boxed{35}</math> | We want the probability that the point is inside the L-shape however, which is <math>1-\frac{1}{18}=\frac{17}{18}</math>, yielding the answer of <math>17+18=\boxed{35}</math> | ||
~SAHANWIJETUNGA | ~SAHANWIJETUNGA | ||
+ | |||
+ | ==Solution 2== | ||
+ | |||
+ | We assume each box has side length 1. | ||
+ | We index the upper left box, the bottom left box, the bottom right box as II, III, IV, respectively. | ||
+ | We index the missing upper right box as I. | ||
+ | We put the graph to a coordinate system by putting the intersecting point of four foxes at the origin, the positive direction of the <math>x</math>axis at the intersecting line of boxes I and IV, and the positive direction of the <math>y</math>-axis at the intersecting line of boxes I and II. | ||
+ | We denote by <math>M</math> the midpoint of <math>AB</math>. | ||
+ | |||
+ | Therefore, | ||
+ | <cmath> | ||
+ | \begin{align*} | ||
+ | \Bbb P \left( M \in II \cup III \cup IV \right) | ||
+ | & = 1 - \Bbb P \left( M \in I \right) . | ||
+ | \end{align*} | ||
+ | </cmath> | ||
+ | |||
+ | We observe that a necessary for <math>M \in I</math> is either <math>A \in II</math> and <math>B \in IV</math>, or <math>A \in IV</math> and <math>B \in II</math>. | ||
+ | In addition, by symmetry, | ||
+ | <cmath> | ||
+ | \[ | ||
+ | \Bbb P \left( M \in I | A \in II, B \in IV \right) | ||
+ | = \Bbb P \left( M \in I | A \in IV, B \in II \right) . | ||
+ | \] | ||
+ | </cmath> | ||
+ | |||
+ | Thus, | ||
+ | <cmath> | ||
+ | \begin{align*} | ||
+ | \Bbb P \left( M \in I \right) | ||
+ | & = 2 \Bbb P \left( M \in I | A \in II, B \in IV \right) \Bbb P \left( A \in II, B \in IV \right) \\ | ||
+ | & = 2 \Bbb P \left( M \in I | A \in II, B \in IV \right) \Bbb P \left( A \in II \right) \Bbb P \left( B \in IV \right) \\ | ||
+ | & = 2 \Bbb P \left( M \in I | A \in II, B \in IV \right) \cdot \frac{1}{3} \cdot \frac{1}{3} \\ | ||
+ | & = \frac{2}{9} \Bbb P \left( M \in I | A \in II, B \in IV \right) \\ | ||
+ | & = \frac{2}{9} \Bbb P \left( x_M > 0, y_M > 0 | x_A < 0, y_A > 0, x_B > 0, y_B < 0 \right) \\ | ||
+ | & = \frac{2}{9} \Bbb P \left( x_M > 0 | x_A < 0, x_B > 0 \right) \cdot \Bbb P \left( y_M > 0 | y_A > 0, y_B < 0 \right) \\ | ||
+ | & = \frac{2}{9} \Bbb P \left( x_M > 0 | x_A < 0, x_B > 0 \right)^2 \\ | ||
+ | & = \frac{2}{9} \Bbb P \left( x_A + x_B > 0 | x_A < 0, x_B > 0 \right)^2 \\ | ||
+ | & = \frac{2}{9} \left( \int_{x_A = -1}^0 \int_{x_B = 0}^1 \mathbf 1 \left\{ x_A + x_B > 0 \right\} dx_B dx_A \right)^2 \\ | ||
+ | & = \frac{2}{9} \left( \int_{x_A = -1}^0 \int_{x_B = - x_A}^1 dx_B dx_A \right)^2 \\ | ||
+ | & = \frac{2}{9} \left( \int_{x_A = -1}^0 \left( 1 + x_A \right) dx_A \right)^2 \\ | ||
+ | & = \frac{2}{9} \left( \frac{1}{2} \right)^2 \\ | ||
+ | & = \frac{1}{18} . | ||
+ | \end{align*} | ||
+ | </cmath> | ||
+ | The second equality follows from the condition that the positions of <math>A</math> and <math>B</math> are independent. | ||
+ | The sixth equality follows from the condition that for each point of <math>A</math> and <math>B</math>, the <math>x</math> and <math>y</math> coordinate are independent. | ||
+ | |||
+ | Therefore, | ||
+ | <cmath> | ||
+ | \begin{align*} | ||
+ | \Bbb P \left( M \in II \cup III \cup IV \right) | ||
+ | & = 1 - \frac{1}{18} \\ | ||
+ | & = \frac{17}{18} . | ||
+ | \end{align*} | ||
+ | </cmath> | ||
+ | |||
+ | Therefore, the answer is <math>17 + 18 = \boxed{\textbf{(035) }}</math>. | ||
+ | |||
+ | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) |
Revision as of 16:26, 16 February 2023
Problem
Consider the L-shaped region formed by three unit squares joined at their sides, as shown below. Two points and are chosen independently and uniformly at random from inside the region. The probability that the midpoint of also lies inside this L-shaped region can be expressed as where and are relatively prime positive integers. Find
Solution 1
We proceed by calculating the complement.
Note that the only configuration of the 2 points that makes the midpoint outside of the L shape is one point in the top square, and one in the right square. This occurs with probability.
Let the topmost coordinate have value of: , and rightmost value of: .
The midpoint of them is thus:
It is clear that are all between 0 and 1. For the midpoint to be outside the L-shape, both coordinates must be greater than 1, thus:
By symmetry this has probability . Also by symmetry, the probability the y-coordinate works as well is . Thus the probability that the midpoint is outside the L-shape is:
We want the probability that the point is inside the L-shape however, which is , yielding the answer of ~SAHANWIJETUNGA
Solution 2
We assume each box has side length 1. We index the upper left box, the bottom left box, the bottom right box as II, III, IV, respectively. We index the missing upper right box as I. We put the graph to a coordinate system by putting the intersecting point of four foxes at the origin, the positive direction of the axis at the intersecting line of boxes I and IV, and the positive direction of the -axis at the intersecting line of boxes I and II. We denote by the midpoint of .
Therefore,
We observe that a necessary for is either and , or and . In addition, by symmetry,
Thus, The second equality follows from the condition that the positions of and are independent. The sixth equality follows from the condition that for each point of and , the and coordinate are independent.
Therefore,
Therefore, the answer is .
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)