SOLUTION: Find the smallest positive integer n such that the base ten representation of 2 at the power of n has exactly 500 digits.

Algebra ->  Finance -> SOLUTION: Find the smallest positive integer n such that the base ten representation of 2 at the power of n has exactly 500 digits.      Log On


   



Question 1197725: Find the smallest positive integer n such that the base ten representation of 2 at the power of n has exactly 500 digits.
Answer by ikleyn(52795) About Me  (Show Source):
You can put this solution on YOUR website!
.
Find the smallest positive integer n such that the base ten representation
of 2 at the power of n has exactly 500 digits.
~~~~~~~~~~~~~~~~~

We want to find smallest possible integer n in such a way that

    2%5En >= 10%5E499    (notice that  10%5E499 is the smallest integer number requiring 500 digits in base 10).


So, we have this simple inequality. To solve it, take logarithm base 10 of both sides.  
You will get this inequality

    n*log(2) >= 499

    n >= 499%2Flog%282%29 = now use your calculator = 1657.642  (rounded).


To get that integer n, you must round the decimal 1657.642  to the nearest greater integer, which is, by the case, 1658.


ANSWER.  1658 is the smallest positive integer n such that the base ten representation 
         of 2 at the power of n has exactly 500 digits.

Solved, with complete explanations.