Question
Question: Let\[f\left( n \right) = \left[ {\dfrac{1}{3} + \dfrac{{3n}}{{100}}} \right]n\] , where [n] denotes ...
Letf(n)=[31+1003n]n , where [n] denotes the greatest integer less than or equal to n. Then ∑n=156f(n) is equal to
A. 56
B. 689
C. 1287
D. 1399
Solution
Hint : Here, find f (1), f (2), …, upto some terms and see the pattern. Find the values and if they form a sequence and then use formula.
Complete step-by-step answer :
We have f(n)=[31+1003n]n
Putting n = 1, 2, 3 …
⇒f(1)=[31+1003]×1=[0.3+0.03]×1=[0.33]×1=0×1=0
⇒f(2)=[31+1003×2]×2=[0.3+0.06]×2=[0.36]×2=0×2=0
⇒f(3)=[31+1003×3]×2=[0.3+0.09]×2=[0.39]×3=0×3=0
.
.
.
⇒f(22)=[31+1003×22]×22=[0.3+0.66]×22=[0.96]×22=0×22=0
We can see that f (1) to f (22) = 0
Now,
⇒f(23)=[31+1003×23]×23=[300307]×23=[1.02]×23=1×23=23
f(24)=[31+1003×24]×24=[0.3+0.72]×24=[1.02]×24=1×24=24
.
.
.
⇒f(56)=[31+1003×56]×56=[300604]×56=[2.01]×56=2×56=112
f (23) + f (24) +...+ f (56) = 23 + 24 + ... + 55 + 2 × 56
Here, 23 + 24 + ... + 55 forms an AP with first term = 23, common difference = 1 and last term = 55.
Let nth term is 55
55 = 23 + (n – 1) × 1 = 22 + n ⇒ n = 33
Sum = 233(23+55)=33×39
Now, 23 + 24 + ... + 55 + 112 = 33 × 39 + 112 = 1287 + 112 = 1399
∑n=156f(n)= 1399
So, the correct answer is “Option D”.
Note : In these types of questions, find the value keeping in mind the greatest integer function. Do not find value at each value because the solution becomes more complicated. Try to make a pattern in results obtained by putting each value.
The Greatest Integer Function is denoted by f(x) = [x].
For all real numbers, x, the greatest integer function gives the largest integer less than or equal to x. It rounds down a real number to the nearest integer.
For example: [1.2] = 1, [1.7] = 1, [3.2] = 3, [4.4] = 4, [– 3] = – 2, [– 1.8] = – 2, [– 2.3] = – 3, [– 5.4] = – 6