Sorry about bad englsih Guys, i have this:
n n-1
( Σ 3k²-k) + ( Σ 2k-3k²)
k=1 k=0
So, the limits of the first one are: k=1 and n and of the second one are k=0 and n-1. To proced, i have to adjust the limits until both have the same limits (k=0 and n), and thats my problem, i dont know exactaly how to manipulate this limits. It would be correct do something like this?
n n
( Σ 3k²-k) -> ( Σ 3k²-k+k)
k=1 k=0
In this example i subtract the value of k in the limit and add this value into the summation. Would apreciate your help!