document.write( "Question 253217: If f(x) = log2x, find f(16)
\n" );
document.write( "16=log 2x
\n" );
document.write( "2^16 =65,536
\n" );
document.write( "is this right \n" );
document.write( "
Algebra.Com's Answer #185442 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! I assume you mean the 2 is the base. \n" ); document.write( "F(x) = log_2(x) \n" ); document.write( "We want to find the value of F when x = 16. Where you see x, replace it with 16. \n" ); document.write( "F(16) = log_2(16) \n" ); document.write( "what is the value of log_2(16)? \n" ); document.write( "2^y = 16 \n" ); document.write( "y = 4. \n" ); document.write( " |