2025 AMC 12A Problems/Problem 22
Problem 22
Three real numbers are chosen independently and uniformly at random between
and
. What is the probability that the greatest of these three numbers is greater than
times each of the other two numbers? (In other words, if the chosen numbers are
, then
.)
Problem 22 (Chinese exams)
Three real numbers are chosen independently and uniformly at random between
and
. What is the probability that the greatest of these three numbers is greater than the sum of the other two numbers?
Solution 1
We can solve the problem by approaching it geometrically, where each possible outcome is a coordinate in a 1 by 1 by cube (a, b, c). Now we just have to find the area of the solution set over 1. Let's assume that a is the greatest number, and then multiply by 3 afterwards to account for b or c also possible being the largest. It can be seen that the possible values of a change linearly with b and c changing values, so to find the figure, we can just find the vertices and then connect them. By doing this, we can determine the solution set with a being the biggest value is the volume of the figure with coordinates (1,0,0), (0,0,0), (1,1/2,0), (1,0,1/2), which forms a tetrahedron which the volume can easily be calculated to be 1/12 with the formula V=1/3bh and the base is an isosceles right triangle with side length 1/2, and the height is just the height of the cube which is 1. Now just multiplying this value by 3 to account for b or c also being the maximum gives us the answer of
~Zak2155
Solution 2 (Integration)
Consider the bounds of
,
, and
. We know that
and
. For
to be in
,
must be in
. As such, each of
,
, and
must be in the following intervals:
\begin{align*}
1\geq &a\geq 2b, \\
0.5\geq &b\geq 0, \\
b\geq &c\geq 0.
\end{align*}
Now, we can simply integrate over these bounds:
Since there are
equally likely permutations of
,
, and
, we multiply
to obtain our answer of
Note that this is almost the same solution as Solution 1, where we find the volume of a similar polyhedron using a different method (except we do not need to visualize it). This method would remain effective even if the bounds were non-linear or if there were more than three variables.
Solution 3 (Logic)
Say that, WLOG,
is the maximum. Then notice that we need
, given that
, and similar for
. This probability is just
for
to be less, and
for
to be less (note that this is independent of the value of
). Therefore, the answer is
(technically, the answer is
but this is constant).
~ScoutViolet
Solution 4
Define
to be the largest of
.
and
are the two other numbers not ordered yet. We need satisfy P(A > 2B | A>B), and also B > C because of the ordering.
Then, because b needs to be larger than c, the probability is 1/2. This is because both numbers are smaller than A, which order one larger than another is 1/2. Hence, the answer is 1/2 * 1/2 =
(Feel free to correct the LaTex) ~Mitsuihisashi14 (Edited with corrections by ~Zhixing)
Solution 5 (Chinese exams)
Let the three numbers be
,
, and
. By symmetry, the probability that we want to find is exactly
Taking the cube
in a Cartesian plane, we see that the region that corresponds to the event
is the set of points
Let
,
, and
, then the set above is equivalent to the set
It is then obvious that the solid given by this set is a tetrahedron formed by cutting the first octant with the plane
. The volume of it can be found by integration:
Hence, the answer is
Solution 6
Consider three independent uniform random variables
on
. The goal is to find the probability that the maximum value is greater than twice each of the other two values. Equivalently, if we order them as
, this is the probability that
(which implies
since
).
Due to symmetry, compute the probability that
is the maximum and satisfies the condition, then multiply by 3. The condition simplifies to
, as this ensures
is the maximum (almost surely).
The joint density is 1 over the unit cube. Thus,
The total probability is
.
Alternatively, using order statistics
with joint density 6 on
,
No matter what entry points on this problem we choose, we can always get the correct answer:
~funkCCP
Solution 7
We have \(a,b,c \sim U(0,1)\). Thus, if \(a\) is the greatest, we must have \(b,c < a/2\), which occurs with probability \(a^2/4\). We integrate this over all \(a\) (note the pdf of \(U(0,1)\) is just \(1\)):
Since there are \(3\) possibilities for the greatest among \(a,b\), and \(c\), we multiply this by \(3\) to get \(3\cdot 1/12=\boxed{\text{(E) } \frac14}\)
~ Jackson La Vallee
Video Solution 1 by OmegaLearn
See Also
| 2025 AMC 12A (Problems • Answer Key • Resources) | |
| Preceded by Problem 21 |
Followed by Problem 23 |
| 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 | |
These problems are copyrighted © by the Mathematical Association of America.