Bunuel
Sequence S is the sequence of numbers \(a_1, a_2, a_3,\) ... , \(a_n\). For each positive integer n, the \(n_{th}\) number \(a_n\) is defined by \(a_n=\frac{n+1}{3n}\). What is the product of the first 53 numbers in sequence S?
Using, \(a_n=\frac{n+1}{3n}\),
\(a_1 = \frac{2}{1*3}, a_2 = \frac{3}{2*3}, a_3 = \frac{4}{3*3}\).. so on
Now we need a product of first \(53\) numbers.
Now we can see a pattern here.
Numerators start at \(2 \) for the first term and increase by \(+1\) so on till \(53rd\) term. So, the \(53rd \) terms numerator would be \(54\). That would give product of all numerators = \(54!\).
Similarly, we can see the denominators are continuous \(3\)'s (\(3^{53}\)) with correspondingly increasing coefficients that start from \(1\) for first term and end at \(53\) for the last \(53rd\) term (thus \(53!\)).
Thus, total product becomes: \(\frac{54!}{(53!*3^{53})}\).
Upon solving you'd get: (B) : \(\frac{2}{3^{50}}\)