Difference between revisions of "2022 SSMO Team Round Problems/Problem 6"

(Solution)
(Formatting)
 
Line 1: Line 1:
==Problem==
+
== Problem ==
 
Let <math>n</math> be a positive integer, and let <math>x</math> be some variable. Define <math>P_{x,n}</math> as the maximum fraction of elements in the set of the first <math>x</math> natural numbers that may be contained in a subset <math>S</math> such that if <math>k</math> is an element of <math>S</math>, then <math>nk</math> is not. For example, <math>P_{3, 3}=\frac{2}{3}</math>, since we take the set <math>\{1, 2\}</math>. As <math>x</math> approaches infinity, <math>P_{x,n}</math> approaches a value <math>P_n</math>. Given that <math>{\prod_{n=2}^{100}P_n}=\frac{a}{b},</math> where <math>a</math> and <math>b</math> are relatively prime positive integers, find <math>a+b.</math>
 
Let <math>n</math> be a positive integer, and let <math>x</math> be some variable. Define <math>P_{x,n}</math> as the maximum fraction of elements in the set of the first <math>x</math> natural numbers that may be contained in a subset <math>S</math> such that if <math>k</math> is an element of <math>S</math>, then <math>nk</math> is not. For example, <math>P_{3, 3}=\frac{2}{3}</math>, since we take the set <math>\{1, 2\}</math>. As <math>x</math> approaches infinity, <math>P_{x,n}</math> approaches a value <math>P_n</math>. Given that <math>{\prod_{n=2}^{100}P_n}=\frac{a}{b},</math> where <math>a</math> and <math>b</math> are relatively prime positive integers, find <math>a+b.</math>
  
==Solution==
+
== Solution ==
  
<math>\bold{CLAIM}</math>: <math>P_n = \frac{n}{n+1}</math>
+
''CLAIM'': <math>P_n = \frac{n}{n+1}</math>
  
 
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 <math>\frac{n-1}{n}</math> numbers, and then skip the next <math>\frac{n-1}{n^2}</math> numbers, and then choose the next <math>\frac{n-1}{n^3}</math> numbers and so on.  
 
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 <math>\frac{n-1}{n}</math> numbers, and then skip the next <math>\frac{n-1}{n^2}</math> numbers, and then choose the next <math>\frac{n-1}{n^3}</math> numbers and so on.  
Line 10: Line 10:
 
For example, working through <math>P_{64,2}</math>, in order to maximize our set, we choose <math>(33,34,...,63,64)</math>, then <math>(9,10,...,15,16)</math>, then <math>(3,4)</math>, and lastly <math>1</math>. This follows the procedure above to maximize the number of elements in the set.  
 
For example, working through <math>P_{64,2}</math>, in order to maximize our set, we choose <math>(33,34,...,63,64)</math>, then <math>(9,10,...,15,16)</math>, then <math>(3,4)</math>, and lastly <math>1</math>. This follows the procedure above to maximize the number of elements in the set.  
  
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} + \cdots</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>x
+
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>
  
 
-Vivdax
 
-Vivdax
 +
 +
== See Also ==
 +
 +
{{Succession box}}

Latest revision as of 17:10, 18 February 2025

Problem

Let $n$ be a positive integer, and let $x$ be some variable. Define $P_{x,n}$ as the maximum fraction of elements in the set of the first $x$ natural numbers that may be contained in a subset $S$ such that if $k$ is an element of $S$, then $nk$ is not. For example, $P_{3, 3}=\frac{2}{3}$, since we take the set $\{1, 2\}$. As $x$ approaches infinity, $P_{x,n}$ approaches a value $P_n$. Given that ${\prod_{n=2}^{100}P_n}=\frac{a}{b},$ where $a$ and $b$ are relatively prime positive integers, find $a+b.$

Solution

CLAIM: $P_n = \frac{n}{n+1}$

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 $\frac{n-1}{n}$ numbers, and then skip the next $\frac{n-1}{n^2}$ numbers, and then choose the next $\frac{n-1}{n^3}$ numbers and so on.

For example, working through $P_{64,2}$, in order to maximize our set, we choose $(33,34,...,63,64)$, then $(9,10,...,15,16)$, then $(3,4)$, and lastly $1$. This follows the procedure above to maximize the number of elements in the set.

Therefore, we get \[P_n = \frac{n-1}{n} + \frac{n-1}{n^3} + \frac{n-1}{n^5} + \cdots\] which evaluates to our claim above.

From this claim, we have that \[\prod_{n=2}^{100} P_n = \frac{2}{101}\] so our answer is $2+101 = \boxed{103}$

-Vivdax

See Also

{{{header}}}
Preceded by
{{{before}}}
{{{title}}} Followed by
{{{after}}}