Bunuel
Arithmetic sequences \(S_1\) and \(S_2\) have 5 terms each. If the first terms of \(S_1\) and \(S_2\) are \(a_1\) and \(a_2\) respectively, and the difference between two consecutive terms of \(S_2\) is twice the difference between two consecutive terms of \(S_1\), what is the ratio of the fifth term of \(S_1\)and the fifth term of \(S_2\)?
(1) \(a_1= 2a_2\)
(2) The second term of both \(S_1\) and \(S_2\) is 3
5th term of \( s_1 : a_1 + 4x\)
5th term of \(s_2 :a_2 + 4 (2x)\)
We need : \(\frac{ a_1 + 4x }{a_2 + 4 (2x)}\) ... (I)
(1) \(a_1= 2a_2\) \(\frac{ 2a_2 + 4x }{a_2 + 4 (2x)}\)
\(\frac{2( a_2 + 2x )}{a_2 + 8x}\)
INSUFF. (2) The second term of both \(S_1\) and \(S_2\) is 3\(a_1 + x = 3\) ...(II)
\(a_2 + 2x = 3\) ...(III)
\(a_1 - a_2 = x\) ... ( II - III )
\(a_1 = x+ a_2\) ... (IV)
Putting the value of \(a_1\) in ...(I)
\(\frac{ a_2+ 5x }{a_2 + 8x}\)
INSUFF.1+2
From (1) We know \(a_1 = 2a_2 \)
From (2) We know \(a_1 = x+a_2 \\
\)
So \(2a_2 = x+a_2 \)
\(a_2 = x \)
Therefore \( a_1 = 2x \)
Putting all value in (I)
\(\frac{ 2x + 4x }{x + 8x}\)
\(\frac{6x}{9x} = \frac{6}{9}\)
SUFF.Ans C
Hope it helped.