返回题库

AIME 2004 I · 第 12 题

AIME 2004 I — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let SS be the set of ordered pairs (x,y)(x, y) such that 0<x1,0and0 < x \le 1, 0 and\left\lfloor\log_2{\left(\frac 1x\right)}\right\rfloorandand\left\lfloor\log_5{\left(\frac 1y\right)}\right\rfloorarebotheven.Giventhattheareaofthegraphofare both even. Given that the area of the graph ofSisism/n,wherewheremandandnarerelativelyprimepositiveintegers,findare relatively prime positive integers, findm+n.ThenotationThe notation\lfloor{z}\rfloordenotesthegreatestintegerthatislessthanorequaltodenotes the greatest integer that is less than or equal toz.$

解析

Solution

log2(1x)\left\lfloor\log_2\left(\frac{1}{x}\right)\right\rfloor is even when

x(12,1](18,14](132,116]x \in \left(\frac{1}{2},1\right] \cup \left(\frac{1}{8},\frac{1}{4}\right] \cup \left(\frac{1}{32},\frac{1}{16}\right] \cup \cdots Likewise: log5(1y)\left\lfloor\log_5\left(\frac{1}{y}\right)\right\rfloor is even when

y(15,1](1125,125](13125,1625]y \in \left(\frac{1}{5},1\right] \cup \left(\frac{1}{125},\frac{1}{25}\right] \cup \left(\frac{1}{3125},\frac{1}{625}\right] \cup \cdots Graphing this yields a series of rectangles which become smaller as you move toward the origin. The xx interval of each box is given by the geometric sequence 12,18,132,\frac{1}{2} , \frac{1}{8}, \frac{1}{32}, \cdots, and the yy interval is given by 45,4125,43125,\frac{4}{5} , \frac{4}{125}, \frac{4}{3125}, \cdots

Each box is the product of one term of each sequence. The sum of these boxes is simply the product of the sum of each sequence or:

(12+18+132)(45+4125+43125)=(12114)(451125)=2356=59,\left(\frac{1}{2} + \frac{1}{8} + \frac{1}{32} \ldots \right)\left(\frac{4}{5} + \frac{4}{125} + \frac{4}{3125} \ldots \right)=\left(\frac{\frac{1}{2}}{1 - \frac{1}{4}}\right)\left(\frac{\frac{4}{5}}{1-\frac{1}{25}}\right)= \frac{2}{3} \cdot \frac{5}{6} = \frac{5}{9}, and the answer is m+n=5+9=014m+n = 5 + 9 = \boxed{014}.