Difference between revisions of "2022 AIME I Problems/Problem 7"
(→Solution) |
MRENTHUSIASM (talk | contribs) m (→Solution 2 (bash)) |
||
Line 14: | Line 14: | ||
~MRENTHUSIASM ~jgplay | ~MRENTHUSIASM ~jgplay | ||
− | ==Solution 2 ( | + | ==Solution 2 (Bash)== |
Obviously, to find the correct answer, we need to get the largest denominator with the smallest numerator. | Obviously, to find the correct answer, we need to get the largest denominator with the smallest numerator. | ||
To bash efficiently, we can start out with <math>7\cdot8\cdot9</math> as our denominator. This, however, leaves us with the numbers <math>1, 2, 3, 4, 5,</math> and <math>6</math> left. The smallest we can make out of this is <math>(1\cdot5\cdot6) - (2\cdot3\cdot4) = 30 - 24 = 6</math>. When simplified, it gives us the answer of <math>\frac{1}{84}</math> which gives a small answer of <math>85</math>. Obviously there are larger answers than this. | To bash efficiently, we can start out with <math>7\cdot8\cdot9</math> as our denominator. This, however, leaves us with the numbers <math>1, 2, 3, 4, 5,</math> and <math>6</math> left. The smallest we can make out of this is <math>(1\cdot5\cdot6) - (2\cdot3\cdot4) = 30 - 24 = 6</math>. When simplified, it gives us the answer of <math>\frac{1}{84}</math> which gives a small answer of <math>85</math>. Obviously there are larger answers than this. | ||
− | After the first bash, we learn to bash even more efficiently, we can consider | + | After the first bash, we learn to bash even more efficiently, we can consider <u>both</u> the numerator and the denominator when guessing. We know the numerator has to be extremely small while still having a large denominator. When basing, we soon find out the couple <math>(1, 5, 7)</math> and <math>(2, 3, 6)</math> |
This gives us a numerator of <math>36-35=1</math> which is by far the smallest yet. With the remaining numbers <math>4, 8,</math> and <math>9</math>, we get our answer of <math>\frac{36-35}{4\cdot8\cdot9}=\frac{1}{288}</math>. | This gives us a numerator of <math>36-35=1</math> which is by far the smallest yet. With the remaining numbers <math>4, 8,</math> and <math>9</math>, we get our answer of <math>\frac{36-35}{4\cdot8\cdot9}=\frac{1}{288}</math>. |
Revision as of 19:23, 31 December 2022
Contents
Problem
Let be distinct integers from to The minimum possible positive value of can be written as where and are relatively prime positive integers. Find
Solution
To minimize a positive fraction, we minimize its numerator and maximize its denominator. It is clear that
If we minimize the numerator, then Note that so It follows that and are consecutive composites with prime factors no other than and The smallest values for and are and respectively. So, we have and from which
If we do not minimize the numerator, then Note that
Together, we conclude that the minimum possible positive value of is Therefore, the answer is
~MRENTHUSIASM ~jgplay
Solution 2 (Bash)
Obviously, to find the correct answer, we need to get the largest denominator with the smallest numerator.
To bash efficiently, we can start out with as our denominator. This, however, leaves us with the numbers and left. The smallest we can make out of this is . When simplified, it gives us the answer of which gives a small answer of . Obviously there are larger answers than this.
After the first bash, we learn to bash even more efficiently, we can consider both the numerator and the denominator when guessing. We know the numerator has to be extremely small while still having a large denominator. When basing, we soon find out the couple and
This gives us a numerator of which is by far the smallest yet. With the remaining numbers and , we get our answer of .
To finalize, we add up our numerator and denominator which gives us as our answer.
See Also
2022 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 6 |
Followed by Problem 8 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.