AP sums with exclusions: An AP has 10 terms. The sum of all terms except the 1st is 99, and the sum of all terms except the 6th is 89. If t1 + t5 = 10, find the 3rd term.

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:

  • S_10 − t_1 = 99.
  • S_10 − t_6 = 89.
  • t_1 + t_5 = 10.


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:

S_10 = 5(2a + 9d) = 10a + 45d.S_10 − t_1 = 99 ⇒ (10a + 45d) − a = 99 ⇒ 9a + 45d = 99. (1)S_10 − t_6 = 89 ⇒ (10a + 45d) − (a + 5d) = 89 ⇒ 9a + 40d = 89. (2)Subtract (1) − (2): (9a + 45d) − (9a + 40d) = 10 ⇒ 5d = 10 ⇒ d = 2.From (2): 9a + 40*2 = 89 ⇒ 9a + 80 = 89 ⇒ 9a = 9 ⇒ a = 1.t_3 = a + 2d = 1 + 4 = 5.


Verification / Alternative check:
t_1 + t_5 = a + (a + 4d) = 2a + 4d = 2*1 + 8 = 10, as given. Consistent.


Why Other Options Are Wrong:

  • 15, 8, 10: Do not align with the solved a = 1 and d = 2.


Common Pitfalls:
Dropping signs or mixing indices when excluding terms. Keep S_10 explicit and carefully subtract the appropriate term.


Final Answer:

5

More Questions from Linear Equation

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion