Saved Bookmarks
| 1. |
If the sequence `1, 2, 2, 4, 4, 4, 4, 8, 8, 8, 8, 8, 8, 8, 8, ...`where `n` consecutive terms has value n then `1025^th` term isA. `2^(9)`B. `2^(10)`C. `2^(11)`D. `2^(8)` |
|
Answer» Correct Answer - B Let the `1025^(th)` term be equal to `2^(n)`. Then, `1+2+4+8+ . . . . +2^(n-1)lt1025le1+2+4+8+ . . . . . +2^(n)` `rArr" "2^(n)-1lt1025le2^(n+1)-1` `rArr" "n=10` Hence, `1025^(th)` term is equal to `2^(10)`. |
|