recategorized by
281 views

1 Answer

0 votes
0 votes

Let:

(1) => $S = 1 + 2 + 2^{2} + ....... + 2^n$

 

Multiplying (1) by $2$, we get:

(2) => $2S = 2 + 2^{2} + ....... + 2^n + 2^{n + 1}$

 

Subracting (1) from (2):

(2) - (1) => $S = 2^{n + 1} - 1$

 

From the given data:

$S >= 9999$

i.e.

$2^{n + 1} - 1 >= 9999$

=> $2^{n + 1} >= 10000$

 

Taking $\log_{10}$ on both sides: 

$\log_{10}2^{n + 1} = \log_{10}10000$

 

By properties of $log$:

$(n+1)\log_{10}2 >= 4$

 

Substituting $\log_{10}2 = 0.30103$:

$(n+1)(0.30103) >= 4$

=> $n+1 >= 13.28771$

=> $n >= 12.28771$

 

Since $n$ is an integer:

$n = 13$

Option (B) is the correct answer.

Related questions

1 votes
1 votes
2 answers
1
gatecse asked Sep 18, 2019
662 views
Let $S=\{6,10,7,13,5,12,8,11,9\},$ and $a=\sum_{x\in S}(x-9)^{2}\:\&\: b=\sum_{x\in S}(x-10)^{2}.$ Then$a<b$$a>b$$a=b$None of these
1 votes
1 votes
1 answer
2
gatecse asked Sep 18, 2019
410 views
The value of $\log_{2}e-\log_{4}e+\log_{8}e-\log_{16}e+\log_{32}e-\cdots\:\:$ is$-1$$0$$1$None of these
4 votes
4 votes
1 answer
3
gatecse asked Sep 18, 2019
318 views
The sequence $\dfrac{1}{\log_{3} 2},\dfrac{1}{\log_{6} 2},\dfrac{1}{\log_{12} 2},\dfrac{1}{\log_{24} 2}\cdots$ is inArithmetic progression (AP)Geometric progression (GP)H...
1 votes
1 votes
1 answer
4
gatecse asked Sep 18, 2019
377 views
The coefficient of $x^{2}$ in the product $(1+x)(1+2x)(1+3x)\cdots (1+10x)$ is$1320$$1420$$1120$None of these