The given equation is:
k=0∑n−1(x+k)(x+k+2)=4n
Expanding the terms inside the summation:
k=0∑n−1(x2+2(k+1)x+k(k+2))=4n
Summing each term separately:
nx2+2xk=0∑n−1(k+1)+k=0∑n−1(k2+2k)=4n
Using the standard summation formulas:
nx2+2x2n(n+1)+6(n−1)n(2n−1)+22(n−1)n=4n
nx2+n(n+1)x+6n(n−1)(2n+5)=4n
Since n∈N, dividing the entire equation by n gives:
x2+(n+1)x+6(n−1)(2n+5)−4=0
The roots of this quadratic equation are given as α and α+2.
Using the sum of the roots:
α+(α+2)=−(n+1)
2α+2=−n−1⇒n=−2α−3
Using the product of the roots:
α(α+2)=6(n−1)(2n+5)−4
Substituting n=−2α−3 into the product equation:
α2+2α=6(−2α−4)(−4α−1)−4
6(α2+2α)=8α2+18α+4−24
6α2+12α=8α2+18α−20
2α2+6α−20=0
α2+3α−10=0
(α+5)(α−2)=0
Thus, α=−5 or α=2.
If α=2, then n=−2(2)−3=−7, which is rejected since n∈N.
If α=−5, then n=−2(−5)−3=7, which is valid.
Therefore, n+α=7+(−5)=2.
Answer: 2