gettinit
How do we know a1=1? we don't know the value of the first 10 terms? how can we assume a1=1? I didn't see that and was confused by the notation.
\(a_1\) doesn't equal to 1, it equals to \(a_1=\frac{1+2}{1}=\frac{3}{1}\).
The infinite sequence a1, a2,..., an is defined such that an = (n+2) / n for all n ≥ 1. What is the product of the first 10 terms of the sequence?(A) 45
(B) 66
(C) 90
(D) 121
(E) 132
Stem gives the formula to get the terms of the sequences: \(a_n=\frac{n+2}{n}\) for ALL \(n\geq{1}\) (so starting from \(a_1\)). So:
\(a_1=\frac{1+2}{1}=\frac{3}{1}\);
\(a_2=\frac{2+2}{2}=\frac{4}{2}\);
\(a_3=\frac{3+2}{3}=\frac{5}{3}\);
...
\(a_{10}=\frac{10+2}{10}=\frac{12}{10}\);
The product of the first 10 terms of the sequence will equal: \(\frac{3}{1}*\frac{4}{2}*\frac{5}{3}*...*\frac{12}{10}=\frac{(3*4*5*6*6*8*9*10)*11*12}{1*2*(3*4*5*6*6*8*9*10)}=\frac{11*12}{2}=66\).
Answer: B.
Hope it's clear.