document.write( "Question 52981: I would appreciate if someone can help me with this word problem. I am stuck. Thank you.\r
\n" );
document.write( "\n" );
document.write( "Most calculators have 2 different logs on them: log, which is based 10, and ln, which is based e. In computer science, digital computers are based on the binary numbering system which means that there are only 2 numbers available to the computer, 0 and 1. When a computer scientist needs a logarithm, he/she uses a log to the base 2. To find the log of a number to any base, we can use a conversion formula as shown here:\r
\n" );
document.write( "\n" );
document.write( "log b
\n" );
document.write( "a = log a/log b\r
\n" );
document.write( "\n" );
document.write( "Using this formula I have to find log2 10000. I also have to round to the nearest hundreth's place. \n" );
document.write( "
Algebra.Com's Answer #36572 by venugopalramana(3286) You can put this solution on YOUR website! I would appreciate if someone can help me with this word problem. I am stuck. Thank you. \n" ); document.write( "Most calculators have 2 different logs on them: log, which is based 10, and ln, which is based e. In computer science, digital computers are based on the binary numbering system which means that there are only 2 numbers available to the computer, 0 and 1. When a computer scientist needs a logarithm, he/she uses a log to the base 2. To find the log of a number to any base, we can use a conversion formula as shown here: \n" ); document.write( "log b \n" ); document.write( "a = log a/log b \n" ); document.write( "Using this formula I have to find log2 10000. \n" ); document.write( "= LOG(10000)/LOG(2) BOTH TO BASE 10 \n" ); document.write( "= 4/0.301 =13.288 = 13.29\r \n" ); document.write( "\n" ); document.write( " I also have to round to the nearest hundreth's place. \n" ); document.write( " \n" ); document.write( " |