StepWorking
01Given
f(x+y)=f(x)+f(y) for all x,y∈N, f(1)=51, and ∑n=1mn(n+1)(n+2)f(n)=121.
02Goal
Determine the value of the positive integer m.
03Approach
Use the Cauchy additive functional equation on N to deduce f(n)=nf(1)=5n. Substitute this into the summand to simplify it into 5(n+1)(n+2)1, then use partial fractions to evaluate the telescoping sum.
04Execute
Since f(x+y)=f(x)+f(y) for x,y∈N, by induction we have f(n)=nf(1)=5n.
05Execute
Substitute f(n)=5n into the general term:
n(n+1)(n+2)f(n)=n(n+1)(n+2)5n=5(n+1)(n+2)1=51(n+11−n+21)
06Execute
Evaluate the telescoping sum:
∑n=1mn(n+1)(n+2)f(n)=51∑n=1m(n+11−n+21)=51(21−m+21)
Equate this to 121:
51(21−m+21)=121⟹21−m+21=125⟹m+21=121⟹m+2=12⟹m=10
✓Verify
For m=10, 51(21−121)=51⋅125=121, which matches the right-hand side.