2007 AIME I Problems/Problem 5
Problem
The formula for converting a Fahrenheit temperature to the corresponding Celsius temperature is An integer Fahrenheit temperature is converted to Celsius, rounded to the nearest integer, converted back to Fahrenheit, and again rounded to the nearest integer.
For how many integer Fahrenheit temperatures between 32 and 1000 inclusive does the original temperature equal the final temperature?
Contents
Solution
Solution 1
Examine modulo 9.
- If , then we can define . This shows that . This case works.
- If , then we can define . This shows that . So this case doesn't work.
Generalizing this, we define that . Thus, . We need to find all values that . Testing every value of shows that , so of every values of work.
There are cycles of , giving numbers that work. Of the remaining numbers from onwards, work, giving us as the solution.
Solution 2
Notice that holds if for some . Thus, after translating from we want count how many values of there are such that is an integer from to . This value is computed as , adding in the extra solution corresponding to .
Solution 3
Let be a degree Celsius, and rounded to the nearest integer. Since was rounded to the nearest integer we have , which is equivalent to if we multiply by . Therefore, it must round to because so is the closest integer. Therefore there is one solution per degree celcius in the range from to , meaning there are solutions.
Solution 4
Start listing out values for and their corresponding values of . You will soon find that every 9 values starting from = 32, there is a pattern: Works Works Doesn’t work Doesn’t work Works Works Doesn’t work Works Doesn’t work Works There are 969 numbers between 32 and 1000, inclusive. This is 107 sets of 9, plus 6 extra numbers at the end. In each set of 9, there are 5 “Works,” so we have values of that work. Now we must add the 6 extra numbers. The number of “Works” in the first 6 terms of the pattern is 4, so our final answer is solutions that work. Submitted by warriorcats
See also
2007 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 4 |
Followed by Problem 6 | |
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.