Provide integer values for a and b such that 2003<a+b2<2003.01.
A number or a short expression. Spacing and $ signs are ignored.
Official solution
I. solution. In fact, it doesn't take long to find suitable values of a and b even with a calculator, but we can save time if we examine the number 2 to a few decimal places. The task is clearly to find an integer b such that the fractional part of b2 is less than 0.01.
Approximately: 2≈1.4142136, the digit in the tenths and thousandths place is 4. This gives the idea to examine the difference 1002−2, in which we hope that at least two zeros follow the decimal point in the difference.
Indeed: 1002−2≈140.0071427, so for b=99, 0<{b2}<0.01 holds. We only need to find the appropriate a number, which we can easily find knowing b: a=1863.
The numbers a=1863 and b=99 satisfy:
2003<1863+992(≈2003.007)<2003.01
Kristóf Bérczi (Szeged, SZTE Ságvári Endre Gyakorló Gimnázium, 12th grade)
II. solution. It can be verified that 0<2−1<21, from which