a) Could there be members bigger than 1000000 in this sequence?
b) Could all the members of this sequence be negative?
c) Could all the members of this sequence be bigger than 0.000001?
1
Expert's answer
2010-07-13T05:07:34-0400
a) Yes. E.g. the sequence xn = 1/n (when n < 10^(-6)); b) Yes. E.g. the sequence xn = −1/n (n > 0); c) No. In this case the sequence would be limited at least by 0.000001 (not by zero).
Comments
Leave a comment