Answer:
The expression a2+a4+a6+a8+......a20 can be written in sigma notation as:
∑ a(2n) where n = 1 to 10
To expand this summation, we can substitute in the values of n and evaluate the series:
a(21) + a(22) + a(23) + ... + a(210) = a2 + a4 + a6 + ... + a20
The expression (-1) + 2 +(-3) + 4 + (-5) ....+(-25) can be written in sigma notation as:
∑ (-1)^n*n where n = 1 to 25
To expand this summation, we can substitute in the values of n and evaluate the series:
(-1)^11 + (-1)^22 + (-1)^33 + ... + (-1)^2525 = -1 + 2 - 3 + 4 - 5 +... - 25
Note that the series (-1)^n*n is an alternating series, where the signs of the terms alternate between positive and negative. This series has no closed form solution, but we can evaluate them by adding and subtracting each term.