document.write( "Question 605869: find the exact value of the logarithm without using a calculator:\r
\n" );
document.write( "\n" );
document.write( "log3 (1/81) \n" );
document.write( "
Algebra.Com's Answer #381832 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Since 81 = 3^4, we can write the expression as \n" ); document.write( "log3(1/3^4) = log3(1) - log3(3^4) = 0 - 4*log3(3) = -4 \n" ); document.write( " |