find sum of series x(x+y)+x^2(x^2+y^2)+X^3(x^3+y^3) to n terms
Answers
Answered by
0
There are two GPs.
S1 = x^2n
S2 = (xy)^n
S = S1 + S2
S1 = x^2n
S2 = (xy)^n
S = S1 + S2
Similar questions