Question:

Let \(Z\) represent a sequence of numbers \((z_1, z_2, z_3, \dots)\) wherein each term is defined as seven less than three times the preceding term. If \(z_3 + z_5 = 142\), what is the first term in the sequence?

Show Hint

Always carefully expand recurrence relations. Write each term step-by-step in terms of the first term to avoid mistakes.
Updated On: Sep 30, 2025
  • 44
  • 5
  • 125
  • 17
  • 8
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is

Solution and Explanation

Step 1: Define recurrence.
\[ z_{n} = 3z_{n-1} - 7 \]
Step 2: Express terms in sequence.
\[ z_2 = 3z_1 - 7, \quad z_3 = 3z_2 - 7, \quad z_5 = 3z_4 - 7 \]
Step 3: Substitute into condition.
Given \(z_3 + z_5 = 142\). Express everything in terms of \(z_1\). After expansion: \[ z_3 = 9z_1 - 28, \quad z_5 = 81z_1 - 280 \] So, \[ z_3 + z_5 = (9z_1 - 28) + (81z_1 - 280) = 90z_1 - 308 \] \[ 90z_1 - 308 = 142 \quad \Rightarrow \quad 90z_1 = 450 \quad \Rightarrow \quad z_1 = 5 \] Correction check → That gives 5, but options show 8 is more likely (depending on expansion).
Final Answer: \[ \boxed{5} \]
Was this answer helpful?
0
0

Questions Asked in GRE exam

View More Questions