x
Find [x]+\sum_{r=1}^{2000} \frac {\{x+r\}}{2000} , where [x] = GIF and {x} = FP.
-
UP 0 DOWN 0 1 3
3 Answers
rishabh
·2012-03-20 10:27:14
note that as r is a positive integer so {x+r} = {x}
=> [x] + {x} *2000/2000 = x.
Anurag Ghosh
·2013-05-14 18:39:26
After simplifying,we get.....
(2000[x]+x+1-[x+1]+x+2-[x+2]........+x+2000-[x+2000])/2000
[x+n]=[x]+n....where n is an integer
Applying this in d above eq. we get.....2000x/2000=x
Thus d value of above expression is x.