Official Solution:
A sequence is defined as follows:
\(a_n = \frac{n}{n + 1}\)
If \(n\) is a positive integer, then how many of the first 100 terms of this sequence are less than 0.891?
A. 7
B. 8
C. 9
D. 10
E. 12
Write out the first 10 terms of the sequence: \(\frac{1}{2}\), \(\frac{2}{3}\), \(\frac{3}{4}\), \(\frac{4}{5}\), \(\frac{5}{6}\), \(\frac{6}{7}\), \(\frac{7}{8}\), \(\frac{8}{9}\), \(\frac{9}{10}\), \(\frac{10}{11}\). Notice that any term in this sequence is larger than its predecessor. To determine how many terms are less than 0.891, we identify the first term that exceeds this value. The 9th term, \(\frac{9}{10}\), equals 0.9. Since the term before it, \(\frac{8}{9}\), is only 0.888..., only the first 8 terms of the sequence are less than 0.891.
Answer: B