document.write( "Question 1131: HOw do I solve log16 2=w \n" ); document.write( "
Algebra.Com's Answer #361 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! By definition of logarithm,log16 2= w means 16^w = 2, \n" ); document.write( " since 16 = 2^4, so (2^4)^w = 2. \n" ); document.write( " By exponential law ,(2^4)^w = 2^(4w) = 2 = 2^1. \n" ); document.write( " Comparing the exponent, we have 4w = 1, w = 1/4.\r \n" ); document.write( "\n" ); document.write( " Another way,use the rule of changing base (to base c) \n" ); document.write( " loga b = logc b/logc a. \n" ); document.write( " \n" ); document.write( " w = log16 2 = log2 2/ log2 16 (changing base from 16 to 2) \n" ); document.write( " = 1 / log2 2^4 \n" ); document.write( " = 1 / (4 log2 2) \n" ); document.write( " = 1/4 (same answer)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " I prefer to use the 2nd method. \n" ); document.write( " |