Algebra · real student question

An arithmetic sequence satisfies u3 + u5 - u6 = 6 and u8 + u4 = 52. Find S = u2 + u4 + u6 + ... + u2020.

Question

An arithmetic sequence (un)(u_n) satisfies {u3+u5u6=6u8+u4=52\begin{cases}u_3+u_5-u_6=6\\ u_8+u_4=52\end{cases} Compute S=u2+u4+u6++u2020S=u_2+u_4+u_6+\cdots+u_{2020}.

A. 51051105105110 B. 51015105101510 C. 51050105105010 D. 51051015105101

Step-by-step solution

  1. Rewrite every condition in terms of u1u_1 and dd. Using uk=u1+(k1)du_k=u_1+(k-1)d: u3+u5u6=(u1+2d)+(u1+4d)(u1+5d)=u1+d=6u_3+u_5-u_6=(u_1+2d)+(u_1+4d)-(u_1+5d)=u_1+d=6 u8+u4=(u1+7d)+(u1+3d)=2u1+10d=52  u1+5d=26u_8+u_4=(u_1+7d)+(u_1+3d)=2u_1+10d=52\ \Longrightarrow\ u_1+5d=26

  2. Solve the two-by-two system. Subtracting the first from the second gives 4d=204d=20, so d=5,u1=65=1d=5,\qquad u_1=6-5=1

  3. Describe the even-indexed sub-sequence. u2k=1+(2k1)5=10k4u_{2k}=1+(2k-1)\cdot 5=10k-4, which is itself an arithmetic sequence with first term u2=6u_2=6 and common difference 1010.

  4. Count its terms. The indices run 2,4,,20202,4,\dots,2020, that is k=1k=1 to k=1010k=1010, so there are 10101010 terms ending at u2020=10(1010)4=10096u_{2020}=10(1010)-4=10096.

  5. Apply the arithmetic-series sum. S=10102(u2+u2020)=505(6+10096)=50510102=5101510S=\frac{1010}{2}\left(u_2+u_{2020}\right)=505\,(6+10096)=505\cdot 10102=5101510

  6. Confirm by direct summation. Adding all 10101010 terms in Python returns 51015105101510 as well, so the answer is B.

Answer

S=505(6+10096)=5101510S=505(6+10096)=5101510

Need to solve a different problem like this? Open the solver →