2022 AIME I Problems/Problem 7
Solution 1 (sophisticated bash)
Since we are trying to minimize we want the numerator to be as small as possible and the denominator as big as possible. One way to do this is to make the numerator one and the denominator as large as possible. This means that
has to be a different parity than
Using this, and reserving
and
for the denominator, we notice that
Since the maximum denominator is
which is less than
will be less than any other fraction we can come up with with a numerator greater than
This means that all we need to check is fractions with numerator
and numerator greater than
. The only alternatives we need to consider are
and
in the denominator. The parity restriction allows us to focus on numerators where either
are all odd or
are all odd, so our choices are
(paired with either
or
) or
. Neither gives us a numerator of
so we can conclude that the minimum fraction is
and thus the answer is
.
-jgplay