f ( n ) = 1 + 2 1 + 2 + 3 1 + 3 + 2 1 + . . . + n − 1 + n 1
For f ( n ) as defined above, which of the following options are correct?
Enter your answer as a 4-digit string of 1s and 9s − 1 for correct option, 9 for wrong. For example: if A and B are correct, and C and D are incorrect, enter 1199. None, one or all may also be correct.
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.
By conjugate multiplication, we can see that f ( n ) comes out after cutting each other that f ( n ) = n - 1
Hence it satisfies none of A,B,C,D Hence answer 9999.
f ( n ) = 1 + 2 1 + 2 + 3 1 + 3 + 4 1 + . . . + n − 1 + n 1 = k = 2 ∑ n k − 1 + k 1 = k = 2 ∑ n ( k + k − 1 ) ( k − k − 1 ) k − k − 1 = k = 2 ∑ n k − ( k − 1 ) k − k − 1 = k = 2 ∑ n ( k − k − 1 ) = k = 2 ∑ n k − k = 1 ∑ n − 1 k = n − 1
⟹ ⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ f ( 1 0 ) = 1 0 − 1 = 2 f ( 1 5 ) = 1 5 − 1 = 3 f ( 2 0 ) = 2 0 − 1 = 4 f ( 2 5 ) = 2 5 − 1 = 5 ⟹ the answer is 9 9 9 9 .
Problem Loading...
Note Loading...
Set Loading...
n − 1 + n 1 = n − 1 + n 1 × n − n − 1 n − n − 1 = n − ( n − 1 ) n − n − 1 = n − n − 1
Applying this for all terms in f(n), we get the following telescopic sum:
f ( n ) = ( 2 − 1 ) + ( 3 − 2 ) + ( 4 − 3 ) + . . . + ( n − 1 − n − 2 ) + ( n − n − 1 ) = n − 1
Hence, all of the statements are false:
f ( 1 0 ) = 1 0 − 1 = 2
f ( 1 5 ) = 1 5 − 1 = 3
f ( 2 0 ) = 2 0 − 1 = 4
f ( 2 5 ) = 2 5 − 1 = 5 − 1 = 4 = 5
Therefore, our answer should be:
9 9 9 9