For any interval in the real number line not containing zero, define its to be the set of numbers of the form where is an element in . Compute the number of ordered pairs of positive integers with such that the length of the interval is times the length of its reciprocal.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Note that the reciprocal of an interval [ m , n ] is simply the interval [ n 1 , m 1 ] . With this in mind, the condition gives n − m = 1 0 1 0 ( m 1 − n 1 ) = 1 0 1 0 ( m n n − m ) ⟹ m n = 1 0 1 0 . It suffices to compute the number of solutions to this Diophantine equation with m < n . First remove the m < n condition. Remark that if m is a divisor of 1 0 1 0 , then there is a unique integer n such that m n = 1 0 1 0 . Thus, the number of solutions to the equation is equal to the number of divisors of 1 0 1 0 = 2 1 0 5 1 0 , which is ( 1 0 + 1 ) 2 = 1 2 1 . Bringing the condition back in, we see that m = n = 1 0 5 is invalid, and furthermore for every distinct x and y which satisfies x y = 1 0 1 0 , both ( x , y ) and ( y , x ) are valid pairs of integers, but only one of them satisfies the m < n condition. Putting everything together, we see that the final answer is 2 1 2 1 − 1 = 6 0 .