Question
Question: If for a real number \(x\), \(\left[ x \right]\) denotes the greatest integer less than or equal to ...
If for a real number x, [x] denotes the greatest integer less than or equal to x, then for any n∈N,[2n+1]+[4n+2]+[8n+4]+[16n+8]+......=
A. n
B. n−1
C. n+1
D. n+2
Solution
Use the property of greatest integer function, [x]=[2x]+[2x+1] and expand the value of [n], where n is a natural number. Write n as [2n]+[2n+1]. Then, expand [2n] by the same property and continue like this to get an equivalent expression.
Complete step by step solution:
We know that if [x] is a greatest integer less than or equal to x, then we have [x]=[2x]+[2x+1]
Let us write the same definition for [n]
[n]=[2n]+[2n+1]
Since, n∈N, we can write this as,
n=[2n+1]+[2n] eqn. (1)
Similarly, we can write,
[2n]=[4n]+22n+1 ⇒[2n]=[4n]+[4n+2]
When we substitute the value of [2n] in equation (1), we will get,
n=[2n+1]+[4n+2]+[4n]
We will now similarly, expand [4n]
n=[2n+1]+[4n+2]+[8n]+24n+1 ⇒n=[2n+1]+[4n+2]+[8n+4]+[8n]
And here, we can observe that if we continue like this, we will have,
n=[2n+1]+[4n+2]+[8n+4]+[16n+8]+.......
Thus, the given expression is equal to n.
Hence, option A is the correct option.
Note:
We represent the greatest integer function as [x]. If a number is such that [4.2], then the value of the number is 4. Similarly, if we have [4], then it is equal to 4. Greatest integer function is also known as step-function.