document.write( "Question 172613: ln(log(x)-2)=5 Solve for x.\r
\n" );
document.write( "\n" );
document.write( "ln(a+b)+ln(a-b)-2lnc Use rules of logs to combine the expression.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #127503 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! ln(log(x)-2)=5 Solve for x. \n" ); document.write( "-------------- \n" ); document.write( "log(x)-2 = e^5 \n" ); document.write( "log(x) = e^5 + 2 \n" ); document.write( "x = 10^(e^5+2) \n" ); document.write( "x =~ 10^150.413159 (= a big number) \n" ); document.write( " \n" ); document.write( " |