Difference between revisions of "2022 SSMO Team Round Problems/Problem 6"
(→Solution) |
(→Solution) |
||
Line 12: | Line 12: | ||
Therefore, we get <cmath>P_n = \frac{n-1}{n} + \frac{n-1}{n^3} + \frac{n-1}{n^5} + ...</cmath> which evaluates to our claim above. | Therefore, we get <cmath>P_n = \frac{n-1}{n} + \frac{n-1}{n^3} + \frac{n-1}{n^5} + ...</cmath> which evaluates to our claim above. | ||
− | From this claim, we have that <cmath>\prod_{n=2}^{100} P_n = \frac{2}{101}</cmath> so our answer is <math>2+101 = \boxed{103}</math> | + | From this claim, we have that <cmath>\prod_{n=2}^{100} P_n = \frac{2}{101}</cmath> so our answer is <math>2+101 = \boxed{103}</math>x |
+ | |||
+ | -Vivdax |
Revision as of 00:16, 18 February 2025
Problem
Let be a positive integer, and let
be some variable. Define
as the maximum fraction of elements in the set of the first
natural numbers that may be contained in a subset
such that if
is an element of
, then
is not. For example,
, since we take the set
. As
approaches infinity,
approaches a value
. Given that
where
and
are relatively prime positive integers, find
Solution
:
We maximize the number of elements in our subset by working from the highest elements to the lowest number of elements. Working through some numbers, we observe that the strategy is to first pick the top numbers, and then skip the next
numbers, and then choose the next
numbers and so on.
For example, working through , in order to maximize our set, we choose
, then
, then
, and lastly
. This follows the procedure above to maximize the number of elements in the set.
Therefore, we get which evaluates to our claim above.
From this claim, we have that so our answer is
x
-Vivdax