Let be the set of all the real numbers of the form: where root signs appear exactly times. If where and are coprime positive integers. What are the last three digits of ?
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.
when adding up all the elements of R, pair them up so that at first you have 512 pairs of the form 1/(25+x) + 1/(25-x), x is one of the nest square roots. At the next stage we have 256 pairs of the form 50/(623+x) + 50/(623-x), this time x has only 9 root signs. because you have the difference of two squares, adding them up is easy. Unfortunately it gets really big! say n is the numerator and d is part of the denominator. At one stage we have n/(d+x) + n(d-x). so the initial value of (n,d) is (1,25). then (50, 623). In fact, (a,b) -> (2ab, b^2 - 2). Finding the denominator part is easy: the last three digits go 25, 623, 127, 127, 127, and then they've settled down. Th numerator part alternates ending in 50, 300, 200, 800, 200, 800, ... 10 is an even number so we want the 800. 800+127 gives us the 927 that we want.