document.write( "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. \n" ); document.write( "
Algebra.Com's Answer #831117 by ikleyn(52797)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Find the smallest positive integer n such that the base ten representation
\n" ); document.write( "of 2 at the power of n has exactly 500 digits.
\n" ); document.write( "~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "We want to find smallest possible integer n in such a way that\r\n" );
document.write( "\r\n" );
document.write( "    \"2%5En\" >= \"10%5E499\"    (notice that  \"10%5E499\" is the smallest integer number requiring 500 digits in base 10).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, we have this simple inequality. To solve it, take logarithm base 10 of both sides.  \r\n" );
document.write( "You will get this inequality\r\n" );
document.write( "\r\n" );
document.write( "    n*log(2) >= 499\r\n" );
document.write( "\r\n" );
document.write( "    n >= \"499%2Flog%282%29\" = now use your calculator = 1657.642  (rounded).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To get that integer n, you must round the decimal 1657.642  to the nearest greater integer, which is, by the case, 1658.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  1658 is the smallest positive integer n such that the base ten representation \r\n" );
document.write( "         of 2 at the power of n has exactly 500 digits.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved, with complete explanations.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );