Quote:
Originally Posted by linksuresh New Problem ! f(x) = sqrt[x+2005*sqrt{x+2005*sqrt(x+2005*sqrt...............
where f(x)>0.
Find the remainder when
f(0)f(2006)f(4014)f(6024)f(8036) is divided by 1000.
I neither have the answer nor the solution. |
f(x) = sqrt[x+2005*sqrt{x+2005*sqrt(x+2005*sqrt...............
f(x)= sqrt[x+2005f(x)]
f(x)^2 = x+2005f(x)
Solving the quadratic f(x) =[2005+sqrt{(2005)^2 + 4x}]/2
Now putting value of x=0,2006,4014.....
we get 2005*2006*2007*2008*2009
Divide numerator and denominator by 10 so we get
remainder when 401*1003*2007*2008*2009 is divided by 100
since only unit's digit will affect the result
therefore tens and units digits of the product are
1*3=3;3*7=21;21*8=168;68*9=612 .....so 12
And since we earlier divided by 10 Hence remainder should be 120 Ans