Difference between revisions of "2010 AIME I Problems/Problem 12"
Icyfire500 (talk | contribs) m (→Solution) |
(→Solution 1) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
'''Note''': a partition of <math>S</math> is a pair of sets <math>A</math>, <math>B</math> such that <math>A \cap B = \emptyset</math>, <math>A \cup B = S</math>. | '''Note''': a partition of <math>S</math> is a pair of sets <math>A</math>, <math>B</math> such that <math>A \cap B = \emptyset</math>, <math>A \cup B = S</math>. | ||
− | == Solution == | + | == Solution 1 == |
We claim that <math>243</math> is the minimal value of <math>m</math>. Let the two partitioned sets be <math>A</math> and <math>B</math>; we will try to partition <math>3, 9, 27, 81,</math> and <math>243</math> such that the <math>ab=c</math> condition is not satisfied. [[Without loss of generality]], we place <math>3</math> in <math>A</math>. Then <math>9</math> must be placed in <math>B</math>, so <math>81</math> must be placed in <math>A</math>, and <math>27</math> must be placed in <math>B</math>. Then <math>243</math> cannot be placed in any set, so we know <math>m</math> is less than or equal to <math>243</math>. | We claim that <math>243</math> is the minimal value of <math>m</math>. Let the two partitioned sets be <math>A</math> and <math>B</math>; we will try to partition <math>3, 9, 27, 81,</math> and <math>243</math> such that the <math>ab=c</math> condition is not satisfied. [[Without loss of generality]], we place <math>3</math> in <math>A</math>. Then <math>9</math> must be placed in <math>B</math>, so <math>81</math> must be placed in <math>A</math>, and <math>27</math> must be placed in <math>B</math>. Then <math>243</math> cannot be placed in any set, so we know <math>m</math> is less than or equal to <math>243</math>. | ||
For <math>m \le 242</math>, we can partition <math>S</math> into <math>S \cap \{3, 4, 5, 6, 7, 8, 81, 82, 83, 84 ... 242\}</math> and <math>S \cap \{9, 10, 11 ... 80\}</math>, and in neither set are there values where <math>ab=c</math> (since <math>8 < (3\text{ to }8)^2 < 81</math> and <math>81^2>242</math> and <math>(9\text{ to }80)^2 > 80 </math>). Thus <math>m = \boxed{243}</math>. | For <math>m \le 242</math>, we can partition <math>S</math> into <math>S \cap \{3, 4, 5, 6, 7, 8, 81, 82, 83, 84 ... 242\}</math> and <math>S \cap \{9, 10, 11 ... 80\}</math>, and in neither set are there values where <math>ab=c</math> (since <math>8 < (3\text{ to }8)^2 < 81</math> and <math>81^2>242</math> and <math>(9\text{ to }80)^2 > 80 </math>). Thus <math>m = \boxed{243}</math>. | ||
− | + | FYI, this. is a bad solution | |
− | https://youtu.be/ | + | == Solution 2 == |
+ | Consider <math>\{3,4,12\}</math>. We could have any two of the three be together in the same set, and the third in the other set. Thus, we have <math>\{3,4\}, \{3,12\}, \{4,12\}</math>. We will try to 'place' numbers in either set such that we never have <math>a\cdot b = c</math>, until we reach a point where we MUST have <math>a\cdot b =c</math>. | ||
+ | |||
+ | We begin with <math>\{3,12\}</math>. Notice that <math>a,b,c</math> do not have to be distinct, meaning we could have <math>3\cdot 3=9</math>. Thus <math>9</math> must be with <math>4</math>. Notice that no matter in which set <math>36</math> is placed, we will be forced to have <math>a\cdot b =c</math>, since <math>3*12=36</math> and <math>4*9=36</math>. | ||
+ | |||
+ | We could have <math>\{4,12\}</math>. Similarly, <math>16</math> must be with <math>3</math>, and no matter to which set <math>48</math> is placed into, we will be forced to have <math>a \cdot b =c</math>. | ||
+ | |||
+ | Now we have <math>\{3,4\}</math>. <math>9</math> must be with <math>12</math>. Then <math>81</math> must be with <math>\{3,4\}</math>. Since <math>27</math> can't be placed in the same set as <math>\{3,4,81\}</math>, <math>27</math> must go with <math>\{9,12\}</math>. But then no matter where <math>243</math> is placed we will have <math>a\cdot b =c</math>. | ||
+ | |||
+ | Thus, <math>\boxed{243}</math> is the minimum <math>m</math>. | ||
+ | |||
+ | ~skibbysiggy | ||
+ | |||
+ | == Video Solution == | ||
+ | |||
+ | [https://youtu.be/bjHBaOeFt6g?si=ZcIOVMm6PpVdv0Ii 2010 AIME I #12] | ||
+ | |||
+ | [https://mathproblemsolvingskills.wordpress.com/ MathProblemSolvingSkills.com] | ||
− | |||
== See Also == | == See Also == |
Latest revision as of 16:29, 26 December 2024
Problem
Let be an integer and let
. Find the smallest value of
such that for every partition of
into two subsets, at least one of the subsets contains integers
,
, and
(not necessarily distinct) such that
.
Note: a partition of is a pair of sets
,
such that
,
.
Solution 1
We claim that is the minimal value of
. Let the two partitioned sets be
and
; we will try to partition
and
such that the
condition is not satisfied. Without loss of generality, we place
in
. Then
must be placed in
, so
must be placed in
, and
must be placed in
. Then
cannot be placed in any set, so we know
is less than or equal to
.
For , we can partition
into
and
, and in neither set are there values where
(since
and
and
). Thus
.
FYI, this. is a bad solution
Solution 2
Consider . We could have any two of the three be together in the same set, and the third in the other set. Thus, we have
. We will try to 'place' numbers in either set such that we never have
, until we reach a point where we MUST have
.
We begin with . Notice that
do not have to be distinct, meaning we could have
. Thus
must be with
. Notice that no matter in which set
is placed, we will be forced to have
, since
and
.
We could have . Similarly,
must be with
, and no matter to which set
is placed into, we will be forced to have
.
Now we have .
must be with
. Then
must be with
. Since
can't be placed in the same set as
,
must go with
. But then no matter where
is placed we will have
.
Thus, is the minimum
.
~skibbysiggy
Video Solution
See Also
2010 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 11 |
Followed by Problem 13 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.