Question: Question 1 Consider the arithmetic sequence $-2, 2, ..., 4n - 2$. The sum of this sequence equals
A) $2(n^2 - 1)$ B) $2n^2 + n - 1$ C) $2n^2 - 1$ D) $2n^2 + n + 1$
1. **State the problem:** Find the sum of the arithmetic sequence $-2, 2, ..., 4n - 2$.
2. **Identify the first term and common difference:**
- First term $a_1 = -2$
- Common difference $d = 2 - (-2) = 4$
3. **Find the number of terms $n$:**
The $n$th term is given by $a_n = a_1 + (n-1)d = -2 + (n-1)4 = 4n - 6$.
But the last term given is $4n - 2$, so we need to check if the last term matches the formula:
Given last term $= 4n - 2$, but formula gives $4n - 6$. This suggests the last term is $4n - 2$, so the number of terms is $n$.
4. **Sum of arithmetic sequence formula:**
$$S_n = \frac{n}{2}(a_1 + a_n)$$
5. **Calculate the sum:**
$$S_n = \frac{n}{2}(-2 + (4n - 2)) = \frac{n}{2}(4n - 4) = \frac{n}{2}4(n - 1) = 2n(n - 1) = 2(n^2 - n)$$
6. **Check options:** None exactly matches $2(n^2 - n)$, but the closest is option A) $2(n^2 - 1)$.
Re-examining the last term:
If the sequence is $-2, 2, ..., 4n - 2$, then the $n$th term is $4n - 2$.
Using $a_n = a_1 + (n-1)d$:
$$4n - 2 = -2 + (n-1)d$$
$$4n - 2 + 2 = (n-1)d$$
$$4n = (n-1)d$$
$$d = \frac{4n}{n-1}$$
But this is not constant for all $n$, so the sequence is not arithmetic unless $d=4$ and last term is $4n - 6$.
Assuming the sequence is $-2, 2, 6, ..., 4n - 2$ with $d=4$:
Number of terms $n$ satisfies:
$$a_n = a_1 + (n-1)d = -2 + 4(n-1) = 4n - 6$$
Given last term $4n - 2$, so the last term is $4n - 2$, which is not consistent with $4n - 6$.
Hence, the sequence is $-2, 2, ..., 4n - 2$ with $d=4$, number of terms $n$.
Sum:
$$S_n = \frac{n}{2}(-2 + 4n - 2) = \frac{n}{2}(4n - 4) = 2n(n - 1) = 2(n^2 - n)$$
None of the options match exactly, but option A is $2(n^2 - 1)$.
**Answer:** None exactly matches, but closest is A.
---
Since the user asked to solve all questions but per guest rule only first question is solved, and q_count is total 10.