There exists a triple of integers ( n , k , a ) such that the following is an identity:
( x + k ) ( x + 2 k ) 1 + ( x + 2 k ) ( x + 3 k ) 1 + ⋯ + ( x + ( n − 1 ) k ) ( x + n k ) 1 = x 2 + 2 4 x + a 6 ?
What is the value of a ?
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.
1/(x+k)(x+2k)+1/(x+2k)(x+3k)=2/(x+k)(x+3k)
2/(x+k)(x+3k)+1/(x+3k)(x+4k)=3/(x+k)(x+4k)
And so on... 5/(x+k)(x+6k)+1/(x+k)(x+7k)=6/(x+k)(x+7k)
Here, denominator is (x+k)(x+7k)=x^2+8kx+7k^2
Compare with the question, 8k=24
k=3
Then, a= 7k^2=7*3^2=63
I think this problem it's incorrect, because the idea is to find a telescope sum that is (1/k)(1/(x+k) - 1/(x+2k)) + (1/k)(1/(x+2k) - 1/(x+3k))+...+(1/k)(1/(x+k(n-1)) - 1/(x+nk)) = (1/k)(1/(x+k) - 1/(x+nk)) = 6/(x²+24x+a), but, after that kn - k = 6, and k = 1, so, n = 7, but 24 = k²(n+1) --> absurd!...
Check your equations when comparing coefficients. You forgot that there is a ( 1 / k ) term.
The conclusion is n − 1 = 6 , as opposed to k n − k = 6 .
6
Problem Loading...
Note Loading...
Set Loading...
First of all, we make the observation that k = 0 because if it was k = 0 , the equation would result in a form like this,
x 2 ( n − 1 ) = x 2 + 2 4 x + a 6
which clearly can't be an identity for any triple of ( n , k , a ) .
As such, we can manipulate the equation to form a telescoping sum by multiplying 1 = k k on L.H.S.
i = 2 ∑ n ( ( x + ( i − 1 ) k ) ( x + i k ) 1 ) = x 2 + 2 4 x + a 6 ⟹ k 1 ⋅ i = 2 ∑ n ( x + ( i − 1 ) k 1 − x + i k 1 ) = x 2 + 2 4 x + a 6 ⟹ k 1 ⋅ ( x + k ) ( x + n k ) ( n − 1 ) k = x 2 + 2 4 x + a 6 ⟹ ( n − 1 ) ( x 2 + 2 4 x + a ) = 6 ( x + k ) ( x + n k )
For this to be an identity ∀ x , we must have,
( n − 1 ) ( x 2 + 2 4 x + a ) ≡ 6 ( x + k ) ( x + n k )
An immediate observation gives us n = 7 because there is no other way to make the sides equivalent as the only multiplied constants on both sides are ( n − 1 ) and 6 respectively. Now, with the value of n obtained, we can make the quadratic factors equivalent easily. We proceed as follows:
x 2 + 2 4 x + a ≡ ( x + k ) ( x + 7 k ) ≡ x 2 + 8 k x + 7 k 2 ⟹ 2 4 = 8 k ∧ a = 7 k 2 ⟹ k = 3 ∧ a = 7 ( 3 2 ) = 6 3
The triple mentioned in the problem is thus ( 7 , 3 , 6 3 ) .
∴ a = 6 3