Part (a): Find the sumin terms of and Part (b): Find all pairs of positive integers such that and
Part a: There are n terms, so the sum of n terms of a is an.
The sum of the n terms: 0, 1, 2, 3, ..., n-1 = n(0 + n - 1)/2 = n(n - 1) / 2
The total sum is: an + n(n - 1)/2
what about part b? Sorry