2023 SSMO Team Round Problems/Problem 7
Contents
Problem
Let and let there be randomly chosen sets
where
. The probability that
can be expressed as
. Let
be the largest power of
such
. Find
.
Solution
The number of ordered triples that satisfy the given property is equal to
Substituting , this becomes
We now evaluate this sum in two ways.
Method 1
Consider a set of 69 elements, partitioned into three disjoint subsets
,
, and
, each of size 23. Choosing any 23 elements from
corresponds to choosing
from
,
from
, and
from
such that
. This is a bijection to the sum, so the value is
Method 2
By the binomial theorem, so the sum is the coefficient of
in
, which is again
The total number of possible ordered subsets is
, so the desired probability is
To find the greatest power of 2 dividing this expression, note that
Using Legendre’s formula for ,
So the power of 2 in the denominator is 69, and in the numerator is 5, leaving a net power of
~SMO_Team