Difficulty: Medium
Correct Answer: 5
Explanation:
Introduction / Context:
This problem combines AP sum identities with partial exclusions. Using S_10 − t_1 and S_10 − t_6 yields two equations. Together with t_1 + t_5 = 10, they allow solving for the first term and common difference, then t_3.
Given Data / Assumptions:
Concept / Approach:
Let t_1 = a; t_k = a + (k − 1)d. Compute S_10 = 10/2[2a + 9d] = 5(2a + 9d). Use exclusions to form a linear system in a, d; then find t_3 = a + 2d.
Step-by-Step Solution:
Verification / Alternative check:
t_1 + t_5 = a + (a + 4d) = 2a + 4d = 2*1 + 8 = 10, as given. Consistent.
Why Other Options Are Wrong:
Common Pitfalls:
Dropping signs or mixing indices when excluding terms. Keep S_10 explicit and carefully subtract the appropriate term.
Final Answer:
Discussion & Comments